[Numpy-discussion] Numpy documentation: status and distribution for 1.3.0

David Cournapeau david at ar.media.kyoto-u.ac.jp
Wed Mar 11 08:48:18 EDT 2009


Pauli Virtanen wrote:
>
> Did you check Pythonpath and egg-overriding-pythonpath issues? There's 
> also some magic in the autosummary extension, but it's not *too* black, 
> so I'd be surprised if it was behind these troubles.
>   

I think the problem boils down to building from scratch at once.
>
> Perhaps it even has ulimit, being a sort of POSIX system?
>   

Yes, and it works. I am not convinced it is not a bug in sphinx, but
increasing from 256 to 1000 max files opened work.

> C reference guide is probably the correct place. Since the topic is a bit 
> orthogonal to anything else there currently, I'd suggest creating a new 
> file c-api.npymath.rst and linking it to the toctree in c-api.rst
>   

That's what I ended up doing.

Thanks, now I can build the doc on windows, mac os x and linux,

David




More information about the NumPy-Discussion mailing list