Re: [Numpy-discussion] numpy docstring sphinx pre-processors

2009-09-21 Thread Pauli Virtanen
ma, 2009-09-21 kello 13:35 -0400, Elaine Angelino kirjoitti: > ok a couple more questions: > 1) how does sphinxext relate to numpydoc? > sphinxext in scipy source tree -- > http://svn.scipy.org/svn/numpy/trunk/doc/sphinxext/ > numpydoc on PyPI -- http://pypi.python.org/pypi?% > 3Aaction=search&term

Re: [Numpy-discussion] numpy docstring sphinx pre-processors

2009-09-21 Thread Elaine Angelino
ok a couple more questions: 1) how does sphinxext relate to numpydoc? sphinxext in scipy source tree -- http://svn.scipy.org/svn/numpy/trunk/doc/sphinxext/ numpydoc on PyPI -- http://pypi.python.org/pypi?%3Aaction=search&term=numpydoc&submit=search 2) what about postprocess.py, should i be usin

Re: [Numpy-discussion] numpy docstring sphinx pre-processors

2009-09-21 Thread David Warde-Farley
On 21-Sep-09, at 1:20 PM, Elaine Angelino wrote: > thanks robert! > > yes i saw this (http://svn.scipy.org/svn/numpy/trunk/doc/sphinxext/) > but is there a good description of how to use this? i'm looking for > a "standard recipe" that could be followed by myself and others. > e.g. what fu

Re: [Numpy-discussion] numpy docstring sphinx pre-processors

2009-09-21 Thread Robert Kern
On Mon, Sep 21, 2009 at 12:20, Elaine Angelino wrote: > thanks robert! > > yes i saw this (http://svn.scipy.org/svn/numpy/trunk/doc/sphinxext/) but is > there a good description of how to use this?  i'm looking for a "standard > recipe" that could be followed by myself and others.  e.g. what funct

Re: [Numpy-discussion] numpy docstring sphinx pre-processors

2009-09-21 Thread Elaine Angelino
thanks robert! yes i saw this (http://svn.scipy.org/svn/numpy/trunk/doc/sphinxext/) but is there a good description of how to use this? i'm looking for a "standard recipe" that could be followed by myself and others. e.g. what functions to call and in what order... i would like to emulate what n

Re: [Numpy-discussion] numpy docstring sphinx pre-processors

2009-09-21 Thread josef . pktd
On Mon, Sep 21, 2009 at 1:08 PM, Robert Kern wrote: > On Mon, Sep 21, 2009 at 12:03, Elaine Angelino > wrote: >> Hi there -- >> >> I have been working on a small Python package whose central data object >> comes from Numpy (the record array object). >> >> I would like to produce documentation tha

Re: [Numpy-discussion] numpy docstring sphinx pre-processors

2009-09-21 Thread Robert Kern
On Mon, Sep 21, 2009 at 12:03, Elaine Angelino wrote: > Hi there -- > > I have been working on a small Python package whose central data object > comes from Numpy (the record array object). > > I would like to produce documentation that looks like Numpy's, and am > planning to follow Numpy's docst

[Numpy-discussion] numpy docstring sphinx pre-processors

2009-09-21 Thread Elaine Angelino
Hi there -- I have been working on a small Python package whose central data object comes from Numpy (the record array object). I would like to produce documentation that looks like Numpy's, and am planning to follow Numpy's docstring standard. Numpy uses Sphinx to generate documentation (e.g. f