[Numpy-discussion] numpydoc without autosummary

Pauli Virtanen pav+sp at iki.fi
Fri Oct 23 09:31:54 EDT 2009


Fri, 23 Oct 2009 09:25:12 -0400, Michael Droettboom wrote:
> Is there a way to use numpydoc without putting an autosummary table at
> the head of each class?  I'm using numpydoc primarily for the
> sectionized docstring support, but the autosummaries are somewhat
> overkill for my project.

Numpydoc hooks into sphinx.ext.autodoc's docstring mangling. So if you 
just need to have docstrings formatted, you can use Sphinx's auto*:: 
directives.

-- 
Pauli Virtanen




More information about the NumPy-Discussion mailing list