[SciPy-user] ndimage starting points

Pauli Virtanen pav at iki.fi
Thu Oct 23 17:54:17 EDT 2008


Thu, 23 Oct 2008 00:41:51 -0700, Jarrod Millman wrote:

> Since you are offering to help out with this, I would like to see
> someone do the following:
> 
> Take the existing numarray.ndimage docs:
>   http://stsdas.stsci.edu/numarray/numarray-1.5.html/module-
numarray.ndimage.html
>
> and the cookbook stuff:
>
>   http://www.scipy.org/SciPyPackages/Ndimage
>
> and merge what you can into the docstrings and convert the rest into
> restructured text and commit it to the scipy trunk.  That way we can
> start working on generating sphinx documentation for scipy.

I started working on Sphinx stuff for Scipy last week, and got this far:

	http://www.iki.fi/pav/tmp/scipy-refguide.tar.gz (source)
	http://www.iki.fi/pav/tmp/scipy-refguide/

It's a Sphinx framework similar to the Numpy reference guide we started 
working on this summer. There's in principle also a BZR branch for this 
in Launchpad,

	https://code.launchpad.net/~pauli-virtanen/scipy/scipy-refguide

which you could track using Bazaar (http://bazaar-vcs.org/), but for some 
reason Launchpad decided to dislike me today, so it doesn't work now.
(BTW, should I put this to Scipy SVN, and if yes, where? What about the 
corresponding Numpy documentation?)

There's already a very simple bare-bones version of the ndimage module 
page there already, but it only lists the functions and their docstrings 
which Sphinx extracts from scipy.ndimage.

-- 
Pauli Virtanen




More information about the SciPy-User mailing list