summaryrefslogtreecommitdiff
path: root/textproc/py-numpydoc
AgeCommit message (Collapse)AuthorFilesLines
2014-08-09Import py34-numpydoc-0.5 as textproc/py-numpydoc; packaged for wipwiz4-0/+85
by jihbed. Numpy's documentation uses several custom extensions to Sphinx. The following extensions are available: * numpydoc: support for the Numpy docstring format in Sphinx, and add the code description directives np:function, np-c:function, etc. that support the Numpy docstring syntax. * numpydoc.traitsdoc: For gathering documentation about Traits attributes. * numpydoc.plot_directive: Adaptation of Matplotlib's plot:: directive. Note that this implementation may still undergo severe changes or eventually be deprecated.