Path to this page:
Subject: CVS commit: pkgsrc/textproc/py-numpydoc
From: Thomas Klausner
Date: 2014-08-09 23:53:31
Message id: 20140809215331.BFA5996@cvs.netbsd.org
Log Message:
Import py34-numpydoc-0.5 as textproc/py-numpydoc; packaged for wip
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.
Files: