diff options
author | Robert Costa <zabbarob@gmail.com> | 2013-06-14 19:11:18 +0300 |
---|---|---|
committer | Robert Costa <zabbarob@gmail.com> | 2013-06-14 19:11:18 +0300 |
commit | c6e4020d24be14e6c0b0f7a8605d96df148093d7 (patch) | |
tree | 32de59729627026a705718a0d60d2e0407430da6 /doc/HOWTO_BUILD_DOCS.rst.txt | |
parent | 65fe95ccc7366b8584aa1a4f88664950190b7143 (diff) | |
download | numpy-c6e4020d24be14e6c0b0f7a8605d96df148093d7.tar.gz |
Updated info about sphinx.ext.autosummary.
Diffstat (limited to 'doc/HOWTO_BUILD_DOCS.rst.txt')
-rw-r--r-- | doc/HOWTO_BUILD_DOCS.rst.txt | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/doc/HOWTO_BUILD_DOCS.rst.txt b/doc/HOWTO_BUILD_DOCS.rst.txt index 3b677263b..d0de6d5a4 100644 --- a/doc/HOWTO_BUILD_DOCS.rst.txt +++ b/doc/HOWTO_BUILD_DOCS.rst.txt @@ -85,9 +85,8 @@ The following extensions are available: changes or be eventually 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. + Available since Sphinx 0.6 as ``sphinx.ext.autosummary``, + recommended over that included in Numpydoc since Sphinx 1.0. - ``numpydoc.traitsdoc``: For gathering documentation about Traits attributes. |