diff options
author | Pauli Virtanen <pav@iki.fi> | 2009-04-01 21:57:08 +0000 |
---|---|---|
committer | Pauli Virtanen <pav@iki.fi> | 2009-04-01 21:57:08 +0000 |
commit | d215183d0d2cfc49973bc4bc73555c2b112e546e (patch) | |
tree | aed223e62771d290cfe72ef6b4efafad87652a41 /doc/sphinxext/plot_directive.py | |
parent | 9a63ebd48281c994c39c374b5cdc960acb82963c (diff) | |
download | numpy-d215183d0d2cfc49973bc4bc73555c2b112e546e.tar.gz |
sphinxext: convert the Sphinx extensions into a `numpydoc` package that can be distributed separately
Diffstat (limited to 'doc/sphinxext/plot_directive.py')
-rw-r--r-- | doc/sphinxext/plot_directive.py | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/doc/sphinxext/plot_directive.py b/doc/sphinxext/plot_directive.py index 74bd7a24b..45b4c3f78 100644 --- a/doc/sphinxext/plot_directive.py +++ b/doc/sphinxext/plot_directive.py @@ -76,8 +76,9 @@ import sys, os, glob, shutil, imp, warnings, cStringIO, re, textwrap import warnings warnings.warn("A plot_directive module is also available under " - "matplotlib.sphinxext; expect this module to be deprecated " - "after relevant features have been integrated there.", + "matplotlib.sphinxext; expect this numpydoc.plot_directive " + "module to be deprecated after relevant features have been " + "integrated there.", FutureWarning, stacklevel=2) def setup(app): |