diff options
author | Pauli Virtanen <pav@iki.fi> | 2010-10-01 15:21:15 +0200 |
---|---|---|
committer | Pauli Virtanen <pav@iki.fi> | 2010-10-01 21:34:14 +0200 |
commit | 08e85c1820f8502e2a5009da4d3d89c6462a911b (patch) | |
tree | 928b1a9a7303575336e49af8fbad7903dec60724 /doc/sphinxext/README.txt | |
parent | 6716be40b753daff7d705fcd440bd9e67198cff2 (diff) | |
download | numpy-08e85c1820f8502e2a5009da4d3d89c6462a911b.tar.gz |
sphinxext: remove deprecated parts from numpydoc
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 ======== |