diff options
Diffstat (limited to 'doc/sphinxext/README.txt')
-rw-r--r-- | doc/sphinxext/README.txt | 9 |
1 files changed, 1 insertions, 8 deletions
diff --git a/doc/sphinxext/README.txt b/doc/sphinxext/README.txt index f3d782c95..6ba63e6d8 100644 --- a/doc/sphinxext/README.txt +++ b/doc/sphinxext/README.txt @@ -14,17 +14,10 @@ The following extensions are available: - ``numpydoc.traitsdoc``: For gathering documentation about Traits attributes. - - ``numpydoc.plot_directives``: Adaptation of Matplotlib's ``plot::`` + - ``numpydoc.plot_directive``: Adaptation of Matplotlib's ``plot::`` directive. Note that this implementation may still undergo severe changes or eventually be deprecated. - - ``numpydoc.only_directives``: (DEPRECATED) - - - ``numpydoc.autosummary``: (DEPRECATED) An ``autosummary::`` directive. - Available in Sphinx 0.6.2 and (to-be) 1.0 as ``sphinx.ext.autosummary``, - and it the Sphinx 1.0 version is recommended over that included in - Numpydoc. - numpydoc ======== |