Uh oh!
There was an error while loading.Please reload this page.
- Notifications
You must be signed in to change notification settings - Fork7.9k
"inner" index reorganization#20867
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
Uh oh!
There was an error while loading.Please reload this page.
Changes fromall commits
File filter
Filter by extension
Conversations
Uh oh!
There was an error while loading.Please reload this page.
Jump to
Uh oh!
There was an error while loading.Please reload this page.
Diff view
Diff view
There are no files selected for viewing
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,3 @@ | ||
# These are supported funding model platforms | ||
github: [matplotlib,numfocus] | ||
custom: https://numfocus.org/donate-to-matplotlib |
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,9 @@ | ||
<div class="sphinxsidebarwrapper"> | ||
<h3>Matplotlib cheatsheets</h3> | ||
<a href="https://github.com/matplotlib/cheatsheets#cheatsheets"> | ||
<img src="_static/mpl_cheatsheet1.png" | ||
alt="Matplotlib cheatsheets" | ||
srcset="_static/mpl_cheatsheet1.png 1x, _static/mpl_cheatsheet1_2x.png 2x"/> | ||
</a> | ||
</div> |
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,8 @@ | ||
<div id="sidebar-donations" class="donate-button"> | ||
<a href="https://numfocus.org/donate-to-matplotlib" target="_blank"> | ||
<span class="mpl-button" >Support Matplotlib</span> | ||
</a> | ||
</div> |
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,24 @@ | ||
<ul id="navbar-main-elements" class="navbar-nav"> | ||
<li class="nav-item"> | ||
<a class="reference internal nav-link" href="{{ pathto('plot_types/index') }}">Plot Types</a> | ||
</li> | ||
<li class="nav-item"> | ||
<a class="reference internal nav-link" href="{{ pathto('gallery/index') }}">Examples</a> | ||
</li> | ||
<li class="nav-item"> | ||
<a class="reference internal nav-link" href="{{ pathto('tutorials/index') }}">Tutoraials</a> | ||
</li> | ||
<li class="nav-item"> | ||
<a class="reference internal nav-link" href="{{ pathto('api/index') }}">Reference</a> | ||
</li> | ||
<li class="nav-item"> | ||
<a class="reference internal nav-link" href="{{ pathto('contents') }}">Usage Guide</a> | ||
</li> | ||
<li class="nav-item"> | ||
<a class="reference internal nav-link" href="{{ pathto('devel/index') }}">Develop</a> | ||
</li> | ||
<li class="nav-item"> | ||
<a class="reference internal nav-link" href="{{ pathto('users/release_notes') }}">Release Notes</a> | ||
</li> | ||
</ul> |
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -36,12 +36,3 @@ | ||
getSnippet('other_versions', '/versions.html'); | ||
</script> | ||
</div> | ||
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,8 +1,8 @@ | ||
.. _faq-index: | ||
###### | ||
How-to | ||
###### | ||
.. only:: html | ||
Original file line number | Diff line number | Diff line change | ||||||||||||||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
@@ -4,41 +4,109 @@ | ||||||||||||||||||||||||||
.. module:: matplotlib | ||||||||||||||||||||||||||
Matplotlib |release| documentation | ||||||||||||||||||||||||||
---------------------------------- | ||||||||||||||||||||||||||
Matplotlib is a comprehensive library for creating static, animated, | ||||||||||||||||||||||||||
and interactive visualizations in Python. | ||||||||||||||||||||||||||
Installation | ||||||||||||||||||||||||||
============ | ||||||||||||||||||||||||||
.. panels:: | ||||||||||||||||||||||||||
:card: + install-card | ||||||||||||||||||||||||||
:column: col-lg-6 col-md-6 col-sm-12 col-xs-12 p-3 | ||||||||||||||||||||||||||
Installing using `conda <https://docs.continuum.io/anaconda/>`__ | ||||||||||||||||||||||||||
^^^^^^^^^^^^^^^^^^^^^^ | ||||||||||||||||||||||||||
.. code-block:: bash | ||||||||||||||||||||||||||
conda install matplotlib | ||||||||||||||||||||||||||
--- | ||||||||||||||||||||||||||
Installing using `pip <https://pypi.org/project/matplotlib>`__ | ||||||||||||||||||||||||||
^^^^^^^^^^^^^^^^^^^^ | ||||||||||||||||||||||||||
.. code-block:: bash | ||||||||||||||||||||||||||
pip install matplotlib | ||||||||||||||||||||||||||
Further details are available in the :doc:`Installation Guide <users/installing>`. | ||||||||||||||||||||||||||
Learning resources | ||||||||||||||||||||||||||
================== | ||||||||||||||||||||||||||
.. panels:: | ||||||||||||||||||||||||||
Tutorials | ||||||||||||||||||||||||||
^^^^^^^^^ | ||||||||||||||||||||||||||
- :doc:`Quick-start Guide <tutorials/introductory/usage>` | ||||||||||||||||||||||||||
- :doc:`Plot Types <plot_types/index>` | ||||||||||||||||||||||||||
- `Introductory Tutorials <../tutorials/index.html#introductory>`_ | ||||||||||||||||||||||||||
- :doc:`External Learning Resources <resources/index>` | ||||||||||||||||||||||||||
--- | ||||||||||||||||||||||||||
How-tos | ||||||||||||||||||||||||||
^^^^^^^ | ||||||||||||||||||||||||||
- :doc:`Example Gallery <gallery/index>` | ||||||||||||||||||||||||||
- :doc:`Matplotlib FAQ <faq/index>` | ||||||||||||||||||||||||||
--- | ||||||||||||||||||||||||||
Understand how Matplotlib works | ||||||||||||||||||||||||||
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ | ||||||||||||||||||||||||||
- The :ref:`users-guide-explain` section of the :doc:`Users guide <users/index>` | ||||||||||||||||||||||||||
- Many of the :ref:`Intermediate <tutorials-intermediate>` and | ||||||||||||||||||||||||||
:ref:`Advanced <tutorials-advanced>` Tutorials | ||||||||||||||||||||||||||
have explanatory material | ||||||||||||||||||||||||||
--- | ||||||||||||||||||||||||||
Reference | ||||||||||||||||||||||||||
^^^^^^^^^ | ||||||||||||||||||||||||||
- :doc:`API Reference <api/index>` | ||||||||||||||||||||||||||
- :doc:`Axes API <api/axes_api>` for *most* plotting methods | ||||||||||||||||||||||||||
- :doc:`Figure API <api/figure_api>` for figure-level methods | ||||||||||||||||||||||||||
- Top-level interfaces to create: | ||||||||||||||||||||||||||
- Figures (`.pyplot.figure`) | ||||||||||||||||||||||||||
- Subplots (`.pyplot.subplots`, `.pyplot.subplot_mosaic`) | ||||||||||||||||||||||||||
Comment on lines +81 to +86 There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others.Learn more. Maybe this should be a sublist because these are all under Suggested change
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others.Learn more. I'm going to hold off on this one as if everythingbut one is in the second sub-list we should find some other way to structure this. | ||||||||||||||||||||||||||
Third-party packages | ||||||||||||||||||||||||||
-------------------- | ||||||||||||||||||||||||||
There are many `Third-party packages | ||||||||||||||||||||||||||
<https://matplotlib.org/mpl-third-party/>`_ built on top of and extending | ||||||||||||||||||||||||||
Matplotlib. | ||||||||||||||||||||||||||
Contributing | ||||||||||||||||||||||||||
------------ | ||||||||||||||||||||||||||
Matplotlib is a community project maitained for and by its users. There are many ways | ||||||||||||||||||||||||||
you can help! | ||||||||||||||||||||||||||
- Help other users `on discourse <https://discourse.matplotlib.org>`__ | ||||||||||||||||||||||||||
- report a bug or request a feature `on GitHub <https://github.com/matplotlib/matplotlib/issues>`__ | ||||||||||||||||||||||||||
- or improve the :ref:`documentation and code <developers-guide-index>` | ||||||||||||||||||||||||||
Site map | ||||||||||||||||||||||||||
-------- | ||||||||||||||||||||||||||
The :ref:`complete contents of the docs <complete_sitemap>`. |
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,11 @@ | ||
Project Information | ||
------------------- | ||
.. toctree:: | ||
:maxdepth: 1 | ||
license.rst | ||
../citing.rst | ||
credits.rst | ||
history.rst |
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,10 @@ | ||
.. _users-guide-explain: | ||
Explanations | ||
------------ | ||
.. toctree:: | ||
:maxdepth: 1 | ||
interactive.rst | ||
fonts.rst |
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,23 +1,24 @@ | ||
.. _users-guide-index: | ||
########### | ||
Usage Guide | ||
########### | ||
.. only:: html | ||
:Release: |version| | ||
:Date: |today| | ||
.. toctree:: | ||
:maxdepth: 2 | ||
../plot_types/index.rst | ||
../tutorials/index.rst | ||
../gallery/index.rst | ||
explain.rst | ||
../faq/index.rst | ||
../api/index.rst | ||
../resources/index.rst |