Skip to content

DOC: move third-party packages to new page #20026

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 4 commits into from
May 6, 2021
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion doc/contents.rst
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ Overview
faq/index.rst
api/index.rst
resources/index.rst
thirdpartypackages/index.rst
Third-party packages <https://matplotlib.org/mpl-third-party/>
devel/index.rst

.. only:: html
Expand Down
8 changes: 4 additions & 4 deletions doc/devel/documenting_mpl.rst
Original file line number Diff line number Diff line change
Expand Up @@ -290,12 +290,12 @@ Including figures and files
---------------------------

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

.. image:: /_static/toolbar.png
# .. image:: /_static/constrained_layout_1b.png
# :align: center

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

Files can be included verbatim. For instance the ``LICENSE`` file is included
at :ref:`license-agreement` using ::
Expand Down
5 changes: 3 additions & 2 deletions doc/index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ Matplotlib makes easy things easy and hard things possible.
Extend

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

Expand Down Expand Up @@ -160,7 +160,8 @@ helpers in `.axisartist`.
Third party packages
====================

A large number of :doc:`third party packages <thirdpartypackages/index>`
A large number of
`third party packages <https://matplotlib.org/mpl-third-party/>`_
extend and build on Matplotlib functionality, including several higher-level
plotting interfaces (seaborn_, HoloViews_, ggplot_, ...), and a projection
and mapping toolkit (Cartopy_).
Expand Down
8 changes: 7 additions & 1 deletion doc/thirdpartypackages/index.rst
Original file line number Diff line number Diff line change
@@ -1,4 +1,10 @@
.. _thirdparty-index:
:orphan:

.. note::

This page has been moved to <https://matplotlib.org/mpl-third-party>,
where you will find an up-to-date list of packages.


********************
Third party packages
Expand Down