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 a539be8 commit d91e197Copy full SHA for d91e197
doc/devel/documenting_mpl.rst
@@ -290,12 +290,12 @@ Including figures and files
290
---------------------------
291
292
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::
+e.g., :file:`tutorials/intermediate/constrainedlayout_guide.py` displays
+a couple of images as static images::
295
296
- .. image:: /_static/toolbar.png
+ # .. image:: /_static/constrained_layout_1b.png
297
+ # :align: center
298
-as rendered on the page: :ref:`thirdparty-index`.
299
300
Files can be included verbatim. For instance the ``LICENSE`` file is included
301
at :ref:`license-agreement` using ::
0 commit comments