File tree Expand file tree Collapse file tree 1 file changed +3
-11
lines changed
Expand file tree Collapse file tree 1 file changed +3
-11
lines changed Original file line number Diff line number Diff line change @@ -9,17 +9,9 @@ Numpy's documentation uses several custom extensions to Sphinx. These
99are shipped in this ``numpydoc `` package, in case you want to make use
1010of them in third-party projects.
1111
12- The following extensions are available:
13-
14- - ``numpydoc ``: support for the Numpy docstring format in Sphinx, and add
15- the code description directives ``np:function ``, ``np-c:function ``, etc.
16- that support the Numpy docstring syntax.
17-
18- - ``numpydoc.traitsdoc ``: For gathering documentation about Traits attributes.
19-
20- - ``numpydoc.plot_directive ``: Adaptation of Matplotlib's ``plot:: ``
21- directive. Note that this implementation may still undergo severe
22- changes or eventually be deprecated.
12+ The ``numpydoc `` extension provides support for the Numpy docstring format in
13+ Sphinx, and adds the code description directives ``np:function ``,
14+ ``np-c:function ``, etc. that support the Numpy docstring syntax.
2315
2416See `A Guide to NumPy/SciPy Documentation <https://github.com/numpy/numpy/blob/master/doc/HOWTO_DOCUMENT.rst.txt >`_
2517for how to write docs that use this extension.
You can’t perform that action at this time.
0 commit comments