From a903aa625d9b5ef5d531b96cfbf9e7587ed24534 Mon Sep 17 00:00:00 2001 From: Tony S Yu Date: Sun, 24 Jun 2012 20:46:38 -0400 Subject: [PATCH] Replace mpltools reference with skimage. --- doc/ext/plot2rst.py | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/doc/ext/plot2rst.py b/doc/ext/plot2rst.py index 05f1bae6..67355289 100644 --- a/doc/ext/plot2rst.py +++ b/doc/ext/plot2rst.py @@ -4,8 +4,8 @@ Example generation from python files. Generate the rst files for the examples by iterating over the python example files. Files that generate images should start with 'plot'. -To generate your own examples, add ``'mpltools.sphinx.plot2rst'``` to the list -of ``extensions``in your Sphinx configuration file. In addition, make sure the +To generate your own examples, add this extension to the list of +``extensions``in your Sphinx configuration file. In addition, make sure the example directory(ies) in `plot2rst_paths` (see below) points to a directory with examples named `plot_*.py` and include an `index.rst` file. @@ -85,7 +85,7 @@ LITERALINCLUDE = """ CODE_LINK = """ **Python source code:** :download:`download <{0}>` -(generated using ``mpltools`` |version|) +(generated using ``skimage`` |version|) """