summaryrefslogtreecommitdiff
path: root/doc/sphinxext/autosummary.py
diff options
context:
space:
mode:
authorPauli Virtanen <pav@iki.fi>2009-04-01 21:57:08 +0000
committerPauli Virtanen <pav@iki.fi>2009-04-01 21:57:08 +0000
commitd215183d0d2cfc49973bc4bc73555c2b112e546e (patch)
treeaed223e62771d290cfe72ef6b4efafad87652a41 /doc/sphinxext/autosummary.py
parent9a63ebd48281c994c39c374b5cdc960acb82963c (diff)
downloadnumpy-d215183d0d2cfc49973bc4bc73555c2b112e546e.tar.gz
sphinxext: convert the Sphinx extensions into a `numpydoc` package that can be distributed separately
Diffstat (limited to 'doc/sphinxext/autosummary.py')
-rw-r--r--doc/sphinxext/autosummary.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/sphinxext/autosummary.py b/doc/sphinxext/autosummary.py
index f7e9a1291..48443a26b 100644
--- a/doc/sphinxext/autosummary.py
+++ b/doc/sphinxext/autosummary.py
@@ -62,7 +62,7 @@ from sphinx.util import patfilter
from docscrape_sphinx import get_doc_object
import warnings
-warnings.warn("This autosummary extension will be eventually moved to "
+warnings.warn("The numpydoc.autosummary extension will be eventually moved to "
"sphinx.ext.autosummary. One version is already available in "
"Sphinx >= 0.6; expect this module to be deprecated after all "
"remaining features have been integrated there.",