From: W. Trevor King Date: Thu, 8 Sep 2011 13:06:00 +0000 (-0400) Subject: Update Python post now that the Drexel liki is gone. X-Git-Url: http://git.tremily.us/?a=commitdiff_plain;h=03437aedc9c059a19165c5053ddc332bdea33c5d;p=mw2txt.git Update Python post now that the Drexel liki is gone. --- diff --git a/posts/Python.mdwn b/posts/Python.mdwn index 9d76f5f..0bd2041 100644 --- a/posts/Python.mdwn +++ b/posts/Python.mdwn @@ -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]]