summaryrefslogtreecommitdiff
path: root/textproc/py-numpydoc/DESCR
blob: 4b2782533a7065e2bc1e5e6486a6bac4fb83ffdd (plain)
1
2
3
4
5
6
7
8
9
10
11
12
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.