Re: [Numpy-discussion] documentation generator based on pyparsing

2007-11-30 Thread Robert Cimrman
Nils Wagner wrote: Thank you for your note. It works fine for me with python2.5. However python2.3 results in ./gendocs.py -m 'scipy.linsolve.umfpack' Traceback (most recent call last): File ./gendocs.py, line 261, in ? main() File ./gendocs.py, line 207, in main default

Re: [Numpy-discussion] documentation generator based on pyparsing

2007-11-30 Thread Nils Wagner
On Fri, 30 Nov 2007 09:48:09 +0100 Robert Cimrman [EMAIL PROTECTED] wrote: Nils Wagner wrote: Thank you for your note. It works fine for me with python2.5. However python2.3 results in ./gendocs.py -m 'scipy.linsolve.umfpack' Traceback (most recent call last): File ./gendocs.py, line

Re: [Numpy-discussion] documentation generator based on pyparsing

2007-11-29 Thread Robert Cimrman
Hi Nils, Nils Wagner wrote: The output of ./gendocs.py -m 'scipy.linsolve.umfpack' differs from your example output (available at http://scipy.org/Generate_Documentation) I had to update the umfpack info.py file (where the module docstring is) to conform the documentation standards. The

Re: [Numpy-discussion] documentation generator based on pyparsing

2007-11-29 Thread Nils Wagner
On Thu, 29 Nov 2007 10:01:26 +0100 Robert Cimrman [EMAIL PROTECTED] wrote: Hi Nils, Nils Wagner wrote: The output of ./gendocs.py -m 'scipy.linsolve.umfpack' differs from your example output (available at http://scipy.org/Generate_Documentation) I had to update the umfpack info.py

[Numpy-discussion] documentation generator based on pyparsing

2007-11-28 Thread Robert Cimrman
Hi, At http://scipy.org/Generate_Documentation you can find a very small documentation generator for NumPy/SciPy modules based on pyparsing package (by Paul McGuire). I am not sure if this belongs to where I put it, so feel free to (re)move the page as needed. I hope it might be interesting

Re: [Numpy-discussion] documentation generator based on pyparsing

2007-11-28 Thread Nils Wagner
On Wed, 28 Nov 2007 11:29:20 +0100 Robert Cimrman [EMAIL PROTECTED] wrote: Hi, At http://scipy.org/Generate_Documentation you can find a very small documentation generator for NumPy/SciPy modules based on pyparsing package (by Paul McGuire). I am not sure if this belongs to where I