From b5149f0b20aabbe3e8fda2dae964ca8989733ea4 Mon Sep 17 00:00:00 2001 From: "W. Trevor King" Date: Wed, 1 Sep 2010 12:40:12 -0400 Subject: [PATCH] Added Numpydoc and Sphinx 1.0. --- posts/Numpydoc_and_Sphinx_1.0.mdwn | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) create mode 100644 posts/Numpydoc_and_Sphinx_1.0.mdwn diff --git a/posts/Numpydoc_and_Sphinx_1.0.mdwn b/posts/Numpydoc_and_Sphinx_1.0.mdwn new file mode 100644 index 0000000..ce0aaeb --- /dev/null +++ b/posts/Numpydoc_and_Sphinx_1.0.mdwn @@ -0,0 +1,20 @@ +I finally got around to upgrading the environment on the server that +autogenerates my [Hooke +documentation](http://www.physics.drexel.edu/~wking/rsrch/hooke/). +The new setup is: + +- [Python](http://www.python.org/) 2.7 (previously Python 2.5) +- [Sphinx]() 1.0.3 (previously Sphinx 0.6.5) +- [Numpydoc](http://pypi.python.org/pypi/numpydoc/0.3.1) from the + current [git source](http://projects.scipy.org/numpy/browse_git) + (previously 0.3.1, see [numpy ticket + 1489](http://projects.scipy.org/numpy/ticket/1489)) +- [SCons](http://www.scons.org/) 2.0.1.r5134 (unchanged) + +The main effect of the change is that the [hooke module +documentation](http://www.physics.drexel.edu/~wking/rsrch/hooke/hooke/hooke.html) +is now generated in its entirety, while the previous implementation +only generated documentation for Python 2.5-compatible submodules. + +[[!tag tags/hooke]] +[[!tag tags/programming]] -- 2.26.2