Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 8b764e7

Browse files
committed
DOC FIX nitpicks in the conf file
1 parent 4a13444 commit 8b764e7

File tree

2 files changed

+4
-3
lines changed

2 files changed

+4
-3
lines changed

doc/conf.py

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -57,8 +57,8 @@
5757
try:
5858
import sphinx_gallery
5959
except ImportError:
60-
raise ImportError("No module named sphinx-gallery - you need to install "
61-
"numpydoc to build the documentation.")
60+
raise ImportError("No module named sphinx_gallery - you need to install "
61+
"sphinx_gallery to build the documentation.")
6262

6363
try:
6464
import colorspacious
@@ -112,6 +112,7 @@
112112
'gallery_dirs' : 'auto_examples'}
113113

114114
plot_gallery = True
115+
115116
# Add any paths that contain templates here, relative to this directory.
116117
templates_path = ['_templates']
117118

lib/matplotlib/axes/_axes.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2567,7 +2567,7 @@ def pie(self, x, explode=None, labels=None, colors=None,
25672567
25682568
Examples
25692569
--------
2570-
.. plot:: mpl_examples/pie_and_polar_charts/pie_demo_features.py
2570+
.. plot:: mpl_examples/pie_and_polar_charts/plot_pie_features.py
25712571
25722572
25732573
"""

0 commit comments

Comments
 (0)