Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

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 ourterms of service andprivacy statement. We’ll occasionally send you account related emails.

Already on GitHub?Sign in to your account

Merged
QuLogic merged 4 commits intomatplotlib:masterfromjklymak:doc-move-third-party
May 6, 2021
Merged
Show file tree
Hide file tree
Changes fromall 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 deletiondoc/contents.rst
View file
Open in desktop
Original file line numberDiff line numberDiff 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 deletionsdoc/devel/documenting_mpl.rst
View file
Open in desktop
Original file line numberDiff line numberDiff 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` displaysthe 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 deletionsdoc/index.rst
View file
Open in desktop
Original file line numberDiff line numberDiff 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 DownExpand 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 deletiondoc/thirdpartypackages/index.rst
View file
Open in desktop
Original file line numberDiff line numberDiff 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

[8]ページ先頭

©2009-2025 Movatter.jp