Skip to content

Reformatted documentation under toolkits and tutorials directory #26985

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 1 commit into from
Oct 3, 2023
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
12 changes: 6 additions & 6 deletions galleries/tutorials/index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -118,14 +118,14 @@ User guide tutorials
Many of our tutorials were moved from this section to :ref:`users-guide-index`:

Introductory
~~~~~~~~~~~~
^^^^^^^^^^^^

- :ref:`quick_start`
- :ref:`customizing`
- :ref:`animations`

Intermediate
~~~~~~~~~~~~
^^^^^^^^^^^^

- :ref:`legend_guide`
- :ref:`color_cycle`
Expand All @@ -136,24 +136,24 @@ Intermediate
- :ref:`imshow_extent`

Advanced
~~~~~~~~
^^^^^^^^

- :ref:`blitting`
- :ref:`paths`
- :ref:`patheffects_guide`
- :ref:`transforms_tutorial`

Colors
~~~~~~
^^^^^^

See :ref:`tutorials-colors`.

Text
~~~~
^^^^

See :ref:`tutorials-text`.

Toolkits
~~~~~~~~
^^^^^^^^

See :ref:`tutorials-toolkits`.
6 changes: 3 additions & 3 deletions galleries/users_explain/toolkits/axes_grid.rst
Original file line number Diff line number Diff line change
Expand Up @@ -86,7 +86,7 @@ colorbar whose height (or width) is in sync with the main axes
:align: center

scatter_hist.py with AxesDivider
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^

The :doc:`/gallery/lines_bars_and_markers/scatter_hist` example can be
rewritten using `~.axes_grid1.axes_divider.make_axes_locatable`::
Expand Down Expand Up @@ -141,14 +141,14 @@ parasite axes. To create a host axes, you may use ``host_subplot`` or
``host_axes`` command.

Example 1: twinx
~~~~~~~~~~~~~~~~
^^^^^^^^^^^^^^^^

.. figure:: /gallery/axes_grid1/images/sphx_glr_parasite_simple_001.png
:target: /gallery/axes_grid1/parasite_simple.html
:align: center

Example 2: twin
~~~~~~~~~~~~~~~
^^^^^^^^^^^^^^^

``twin`` without a transform argument assumes that the parasite axes has the
same data transform as the host. This can be useful when you want the
Expand Down