mirror of
https://github.com/wassname/scikit-image.git
synced 2026-07-20 12:40:31 +08:00
Replace mpltools reference with skimage.
This commit is contained in:
+3
-3
@@ -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|)
|
||||
|
||||
"""
|
||||
|
||||
|
||||
Reference in New Issue
Block a user