[Numpy-discussion] numpydoc: "Other Parameters" section
Michael Droettboom
mdroe@stsci....
Wed Sep 29 14:59:50 CDT 2010
We're having trouble using numpydoc formatted docstrings for one of our
own project. It seems that the "Other parameters" section is not
getting included in the output.
A grep across Numpy's own source code (git master) reveals that this
kind of section is used in only one place -- the docstring for
"recarray". Curiously, the "Other Parameters" section is displayed in
the documentation editor here:
http://docs.scipy.org/numpy/docs/numpy.core.records.recarray/
But not in the generated Numpy docs online here:
http://docs.scipy.org/doc/numpy/reference/generated/numpy.recarray.html
Is this a bug?
Mike
--
Michael Droettboom
Science Software Branch
Space Telescope Science Institute
Baltimore, Maryland, USA
More information about the NumPy-Discussion
mailing list