From 24d63382bde77f2d255fbdeddea48aff4d671199 Mon Sep 17 00:00:00 2001 From: Nguyễn Gia Phong Date: Fri, 12 Mar 2021 09:41:12 +0700 Subject: Work around Franklin issue GH-797 https://github.com/tlienart/Franklin.jl/issues/797 --- blog/gsoc2020/index.md | 50 +++++++++++++++++++++++++------------------------- 1 file changed, 25 insertions(+), 25 deletions(-) (limited to 'blog/gsoc2020') diff --git a/blog/gsoc2020/index.md b/blog/gsoc2020/index.md index 09f208b..c00edcb 100644 --- a/blog/gsoc2020/index.md +++ b/blog/gsoc2020/index.md @@ -1,16 +1,20 @@ +++ rss = "GSoC 2020 final report" date = Date(2020, 8, 31) +internship = "https://summerofcode.withgoogle.com/archive/2020/projects/6238594655584256" +benchmark = "/blog/gsoc2020/blog20200831/#the_benchmark" +python_gsoc = "https://blogs.python-gsoc.org/en/mcsinyxs-blog" +++ @def tags = ["fun", "pip", "gsoc"] # Google Summer of Code 2020 -In the summer of 2020, I worked with the contributors of `pip`, trying -to improve the networking performance of the package manager. Admittedly, at -the end of the [internship][] period, [the benchmark said otherwise][benchmark]; -though I really hope the clean-up and minor fixes I happened to be doing -to the codebase over the summer, in addition to the implementation of parallel +In the summer of 2020, I worked with the contributors of `pip`, +trying to improve the networking performance of the package manager. +Admittedly, at the end of [the internship]({{internship}}) period, +[the benchmark said otherwise]({{benchmark}}); though I really hope +the clean-up and minor fixes I happened to be doing to the codebase +over the summer, in addition to the implementation of parallel utils and lazy wheel, might actually help the project. Personally, I learned a lot: not just about Python packaging and @@ -129,23 +133,19 @@ are nowhere near being merged). Every Monday throughout the Summer of Code, I summarized what I had done in the week before in the form of either a short blog or an (even shorter) check-in. These write-ups often contain handfuls of popular culture references -and was originally hosted on [Python GSoC][]. - -* [{{fill title blog/gsoc2020/checkin20200601}}](/blog/gsoc2020/checkin20200601) -* [{{fill title blog/gsoc2020/blog20200609}}](/blog/gsoc2020/blog20200609) -* [{{fill title blog/gsoc2020/checkin20200615}}](/blog/gsoc2020/checkin20200615) -* [{{fill title blog/gsoc2020/blog20200622}}](/blog/gsoc2020/blog20200622) -* [{{fill title blog/gsoc2020/checkin20200629}}](/blog/gsoc2020/checkin20200629) -* [{{fill title blog/gsoc2020/blog20200706}}](/blog/gsoc2020/blog20200706) -* [{{fill title blog/gsoc2020/checkin20200713}}](/blog/gsoc2020/checkin20200713) -* [{{fill title blog/gsoc2020/blog20200720}}](/blog/gsoc2020/blog20200720) -* [{{fill title blog/gsoc2020/checkin20200727}}](/blog/gsoc2020/checkin20200727) -* [{{fill title blog/gsoc2020/blog20200803}}](/blog/gsoc2020/blog20200803) -* [{{fill title blog/gsoc2020/checkin20200810}}](/blog/gsoc2020/checkin20200810) -* [{{fill title blog/gsoc2020/blog20200817}}](/blog/gsoc2020/blog20200817) -* [{{fill title blog/gsoc2020/checkin20200824}}](/blog/gsoc2020/checkin20200824) -* [{{fill title blog/gsoc2020/blog20200831}}](/blog/gsoc2020/blog20200831) - -[internship]: https://summerofcode.withgoogle.com/archive/2020/projects/6238594655584256 -[benchmark]: /blog/gsoc2020/blog20200831/#the_benchmark -[Python GSoC]: https://blogs.python-gsoc.org/en/mcsinyxs-blog/ +and was originally hosted on [Python GSoC]({{python_gsoc}}). + +* {{abslink blog/gsoc2020/checkin20200601}} +* {{abslink blog/gsoc2020/blog20200609}} +* {{abslink blog/gsoc2020/checkin20200615}} +* {{abslink blog/gsoc2020/blog20200622}} +* {{abslink blog/gsoc2020/checkin20200629}} +* {{abslink blog/gsoc2020/blog20200706}} +* {{abslink blog/gsoc2020/checkin20200713}} +* {{abslink blog/gsoc2020/blog20200720}} +* {{abslink blog/gsoc2020/checkin20200727}} +* {{abslink blog/gsoc2020/blog20200803}} +* {{abslink blog/gsoc2020/checkin20200810}} +* {{abslink blog/gsoc2020/blog20200817}} +* {{abslink blog/gsoc2020/checkin20200824}} +* {{abslink blog/gsoc2020/blog20200831}} -- cgit 1.4.1