8000 DOC: remove third party from the example of including the figure · matplotlib/matplotlib@d91e197 · GitHub
[go: up one dir, main page]

Skip to content

Commit d91e197

Browse files
committed
DOC: remove third party from the example of including the figure
1 parent a539be8 commit d91e197

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

doc/devel/documenting_mpl.rst

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -290,12 +290,12 @@ Including figures and files
290290
---------------------------
291291

292292
Image files can directly included in pages with the ``image::`` directive.
293-
e.g., :file:`thirdpartypackages/index.rst` displays the images for the third-party
294-
packages as static images::
293+
e.g., :file:`tutorials/intermediate/constrainedlayout_guide.py` displays
294+
a couple of images as static images::
295295

296-
.. image:: /_static/toolbar.png
296+
# .. image:: /_static/constrained_layout_1b.png
297+
# :align: center
297298

298-
as rendered on the page: :ref:`thirdparty-index`.
299299

300300
Files can be included verbatim. For instance the ``LICENSE`` file is included
301301
at :ref:`license-agreement` using ::

0 commit comments

Comments
 (0)
0