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

Skip to content

Commit f359c48

Browse files
authored
Merge pull request #20026 from jklymak/doc-move-third-party
DOC: move third-party packages to new page
2 parents 474f599 + 4b0e73e commit f359c48

File tree

4 files changed

+15
-8
lines changed

4 files changed

+15
-8
lines changed

doc/contents.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ Overview
1818
faq/index.rst
1919
api/index.rst
2020
resources/index.rst
21-
thirdpartypackages/index.rst
21+
Third-party packages <https://matplotlib.org/mpl-third-party/>
2222
devel/index.rst
2323

2424
.. only:: html

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 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 ::

doc/index.rst

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@ Matplotlib makes easy things easy and hard things possible.
6363
Extend
6464

6565
- Explore tailored functionality provided by
66-
:doc:`third party packages <thirdpartypackages/index>`
66+
`third party packages <https://matplotlib.org/mpl-third-party/>`_
6767
- Learn more about Matplotlib through the many
6868
:doc:`external learning resources <resources/index>`
6969

@@ -162,7 +162,8 @@ helpers in `.axisartist`.
162162
Third party packages
163163
====================
164164

165-
A large number of :doc:`third party packages <thirdpartypackages/index>`
165+
A large number of
166+
`third party packages <https://matplotlib.org/mpl-third-party/>`_
166167
extend and build on Matplotlib functionality, including several higher-level
167168
plotting interfaces (seaborn_, HoloViews_, ggplot_, ...), and a projection
168169
and mapping toolkit (Cartopy_).

doc/thirdpartypackages/index.rst

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,10 @@
1-
.. _thirdparty-index:
1+
:orphan:
2+
3+
.. note::
4+
5+
This page has been moved to <https://matplotlib.org/mpl-third-party>,
6+
where you will find an up-to-date list of packages.
7+
28

39
********************
410
Third party packages

0 commit comments

Comments
 (0)