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

Skip to content

Commit a1138a7

Browse files
authored
Merge pull request #26988 from meeseeksmachine/auto-backport-of-pr-26985-on-v3.8.0-doc
Backport PR #26985 on branch v3.8.0-doc (Reformatted documentation under toolkits and tutorials directory )
2 parents 44ba2b4 + a94ead6 commit a1138a7

File tree

2 files changed

+9
-9
lines changed

2 files changed

+9
-9
lines changed

galleries/tutorials/index.rst

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -118,14 +118,14 @@ User guide tutorials
118118
Many of our tutorials were moved from this section to :ref:`users-guide-index`:
119119

120120
Introductory
121-
~~~~~~~~~~~~
121+
^^^^^^^^^^^^
122122

123123
- :ref:`quick_start`
124124
- :ref:`customizing`
125125
- :ref:`animations`
126126

127127
Intermediate
128-
~~~~~~~~~~~~
128+
^^^^^^^^^^^^
129129

130130
- :ref:`legend_guide`
131131
- :ref:`color_cycle`
@@ -136,24 +136,24 @@ Intermediate
136136
- :ref:`imshow_extent`
137137

138138
Advanced
139-
~~~~~~~~
139+
^^^^^^^^
140140

141141
- :ref:`blitting`
142142
- :ref:`paths`
143143
- :ref:`patheffects_guide`
144144
- :ref:`transforms_tutorial`
145145

146146
Colors
147-
~~~~~~
147+
^^^^^^
148148

149149
See :ref:`tutorials-colors`.
150150

151151
Text
152-
~~~~
152+
^^^^
153153

154154
See :ref:`tutorials-text`.
155155

156156
Toolkits
157-
~~~~~~~~
157+
^^^^^^^^
158158

159159
See :ref:`tutorials-toolkits`.

galleries/users_explain/toolkits/axes_grid.rst

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -86,7 +86,7 @@ colorbar whose height (or width) is in sync with the main axes
8686
:align: center
8787

8888
scatter_hist.py with AxesDivider
89-
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
89+
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
9090

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

143143
Example 1: twinx
144-
~~~~~~~~~~~~~~~~
144+
^^^^^^^^^^^^^^^^
145145

146146
.. figure:: /gallery/axes_grid1/images/sphx_glr_parasite_simple_001.png
147147
:target: /gallery/axes_grid1/parasite_simple.html
148148
:align: center
149149

150150
Example 2: twin
151-
~~~~~~~~~~~~~~~
151+
^^^^^^^^^^^^^^^
152152

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

0 commit comments

Comments
 (0)