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

Skip to content

Commit 4033abd

Browse files
authored
Merge pull request #9403 from NelleV/doc_doc
MAINT Documentation on doc is outdated
2 parents 9564b06 + 51f2f06 commit 4033abd

File tree

1 file changed

+0
-15
lines changed

1 file changed

+0
-15
lines changed

doc/devel/documenting_mpl.rst

Lines changed: 0 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -340,21 +340,6 @@ Plot directive documentation
340340

341341
.. automodule:: matplotlib.sphinxext.plot_directive
342342

343-
Static figures
344-
--------------
345-
346-
Any figures that rely on optional system configurations need to be handled a
347-
little differently. These figures are not to be generated during the
348-
documentation build, in order to keep the prerequisites to the documentation
349-
effort as low as possible. Please run the :file:`doc/pyplots/make.py` script
350-
when adding such figures, and commit the script **and** the images to
351-
git. Please also add a line to the README in doc/pyplots for any additional
352-
requirements necessary to generate a new figure. Once these steps have been
353-
taken, these figures can be included in the usual way::
354-
355-
.. plot:: mpl_examples/text_labels_and_annotations/tex_demo.py
356-
:include-source:
357-
358343
Examples
359344
--------
360345

0 commit comments

Comments
 (0)