summaryrefslogtreecommitdiff
path: root/doc/sphinxext/README.txt
diff options
context:
space:
mode:
authorPauli Virtanen <pav@iki.fi>2010-07-29 20:55:56 +0000
committerPauli Virtanen <pav@iki.fi>2010-07-29 20:55:56 +0000
commitbff8bb580d6e915b9bdadea312482a169f7d1472 (patch)
tree6dac620178f844fb1865cdd889d1971048051722 /doc/sphinxext/README.txt
parenta761330ef68caeadd73e6d01068fa81d2f9dc07c (diff)
downloadnumpy-bff8bb580d6e915b9bdadea312482a169f7d1472.tar.gz
DOC: sphinxext: replace directive mangling with domains (#1489)
Only Sphinx >= 1.0 is supported now.
Diffstat (limited to 'doc/sphinxext/README.txt')
-rw-r--r--doc/sphinxext/README.txt2
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.