Update Python post now that the Drexel liki is gone.
[blog.git] / posts / Python.mdwn
index 9d76f5f86f58acfa40081c92804f3f9c384b06c5..0bd2041acde36d1fedc87ecced47f9f787c92147 100644 (file)
@@ -2,12 +2,15 @@
 maintain.  The Python philosophy is encapsulated in [the Zen of
 Python][pep20].
 
-See the [liki page][] for assorted useful tidbits.
+Useful tidbits:
+
+* [Hitchhiker's guide to packaging][hgp]
+* [NumPy/SciPy documentation guidelines][numpydoc]
 
 [Python]: http://www.python.org/
 [pep20]: http://www.python.org/dev/peps/pep-0020/
-[balance]: http://projects.scipy.org/numpy/wiki/CodingStyleGuidelines
-[liki page]: http://www.physics.drexel.edu/liki/index.php/Python
+[hgp]: http://guide.python-distribute.org/introduction.html
+[numpydoc]: https://github.com/numpy/numpy/blob/master/doc/HOWTO_DOCUMENT.rst.txt
 
 [[!tag tags/tools]]
 [[!tag tags/programming]]