diff options
Diffstat (limited to 'doc/sphinxext/README.txt')
-rw-r--r-- | doc/sphinxext/README.txt | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/doc/sphinxext/README.txt b/doc/sphinxext/README.txt index d001e5d3b..96477033b 100644 --- a/doc/sphinxext/README.txt +++ b/doc/sphinxext/README.txt @@ -8,7 +8,9 @@ of them in third-party projects. The following extensions are available: - - ``numpydoc``: support for the Numpy docstring format in Sphinx. + - ``numpydoc``: support for the Numpy docstring format in Sphinx, and add + the code description directives ``np-function``, ``np-cfunction``, etc. + that support the Numpy docstring syntax. - ``numpydoc.traitsdoc``: For gathering documentation about Traits attributes. |