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