On Jan 28, 2008 4:37 PM, Pauli Virtanen <
pav@iki.fi> wrote:
Hi all,
During the last doc-day, I did some ReSTful cleaning up of the
docstrings in scipy.linalg, and polished up scipy.integrate a bit.
I put the patches to Trac, Scipy tickets #596 and #597. Review is
appreciated, although I attempted to be careful.
There's also Epydoc-generated output at
http://www.iki.fi/pav/tmp/scipy/doc/index.html if you want to check what
the final result looks like. Unfortunately, not all of it is well-formed
ReST, so I (or someone) needs to look at fixing the markup a bit later.
Also, the default Epydoc stylesheet is a bit difficult for the eyes
here.
Without RST formatting: http://www.iki.fi/pav/tmp/scipy/scipy-part.html
You need to checkout the latest version of epydoc from svn, the older versions don't handle the new document format. I had the same problem.
Chuck