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]]