From d215183d0d2cfc49973bc4bc73555c2b112e546e Mon Sep 17 00:00:00 2001 From: Pauli Virtanen Date: Wed, 1 Apr 2009 21:57:08 +0000 Subject: sphinxext: convert the Sphinx extensions into a `numpydoc` package that can be distributed separately --- doc/sphinxext/plot_directive.py | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'doc/sphinxext/plot_directive.py') 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): -- cgit v1.2.1