Replace mpltools reference with skimage.

This commit is contained in:
Tony S Yu
2012-06-24 20:46:38 -04:00
parent ca25314310
commit a903aa625d
+3 -3
View File
@@ -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|)
"""