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
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
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
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
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
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
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
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