We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8378b29 commit b67b208Copy full SHA for b67b208
1 file changed
lib/matplotlib/sphinxext/plot_directive.py
@@ -163,9 +163,9 @@
163
error will be raised.
164
165
plot_exclude_patterns
166
- List of non-recursive glob-style patterns to check against to selectively
167
- skip plot directives. If any pattern matches the relative path of the file
168
- containing the plot directive, then that plot directive will be skipped.
+ List of non-recursive glob-style patterns for selectively skipping plot
+ directives. If any pattern matches the relative path of a documentation
+ file, then plot directives in that file will be skipped.
169
Matches are computed using :external+python:meth:`pathlib.PurePath.match`.
170
171
Notes on how it works
0 commit comments