rsokl / Learning_Python

Source material for Python Like You Mean it
https://www.pythonlikeyoumeanit.com/
Other
165 stars 54 forks source link

Added Chinese links #102

Closed alexander-ding closed 4 years ago

alexander-ding commented 4 years ago

The problem with compiling the HTML on my machine is that it generates slightly different HTML (like each \<li> tag here encloses another \<p> tag, while the HTML generated on your machine doesn't) and .doctree files (it actually stores a link to the local position of the source file, so it changes across machines anyway). I'm hesitant to commit the HTML myself for the sake of keeping the commit history sane. If possible, could you do it? @rsokl