[SciPy-dev] gen_pydocs.py problem

Pearu Peterson pearu at scipy.org
Tue Feb 22 02:52:24 EST 2005



On Mon, 21 Feb 2005, Joe Cooper wrote:

> Hi all,
>
> I'm updating the .chm for the next Enthon release, and would like to try 
> getting the SciPy API docs in, as well.  I see that the gen_pydocs.py script 
> in util ought to do it for me, but I just get an empty directory when I run 
> it.  The box where I'm running it is Fedora Core 3, with Python 2.3.4 and 
> SciPy built from a two or three week old snapshot.
>
> There is no error, just this:
>
> [joe at localhost util]$ python gen_pydocs.py
> numerix Numeric 23.3
>
> Anyone have any clues for me?

Yes, look at the end of this file. There are number of `if 0:` blocks that 
must be changed to `if 1:` to generate pydocs for a given scipy module or
module group.

Pearu




More information about the SciPy-Dev mailing list