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 "./g
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
>
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 t
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
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 w
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 fo