emerge-lastsync.py: convert lastsync.pl to Python
[blog.git] / posts / Numpydoc_and_Sphinx_1.0.mdwn
1 I finally got around to upgrading the environment on the server that
2 autogenerates my [Hooke documentation][doc].
3
4 The new setup is:
5
6 - [[Python]] 2.7 (previously Python 2.5)
7 - [[Sphinx]] 1.0.3 (previously Sphinx 0.6.5)
8 - [Numpydoc][] from the current [git source][git] (previously 0.3.1,
9   see [numpy ticket 1489][1489])
10 - [SCons][] 2.0.1.r5134 (unchanged)
11
12 The main effect of the change is that the [hooke module
13 documentation][mod] is now generated in its entirety, while the
14 previous implementation only generated documentation for Python
15 2.5-compatible submodules.
16
17 [doc]: http://doc.hooke.tremily.us/
18 [Numpydoc]: http://pypi.python.org/pypi/numpydoc/
19 [git]: http://projects.scipy.org/numpy/browse_git
20 [1489]: http://projects.scipy.org/numpy/ticket/1489
21 [SCons]: http://www.scons.org/
22 [mod]: http://doc.hooke.tremily.us/hooke.html
23
24 [[!tag tags/hooke]]
25 [[!tag tags/programming]]