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

Appearance settings

Commit 21ce592

Browse filesBrowse files
authored
Merge pull request #26985 from iamfaham/edit-docs
Reformatted documentation under toolkits and tutorials directory
2 parents ef3bf5c + de10600 commit 21ce592
Copy full SHA for 21ce592

File tree

2 files changed

+9
-9
lines changed
Filter options

2 files changed

+9
-9
lines changed

‎galleries/tutorials/index.rst

Copy file name to clipboardExpand all lines: galleries/tutorials/index.rst
+6-6Lines 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

Copy file name to clipboardExpand all lines: galleries/users_explain/toolkits/axes_grid.rst
+3-3Lines 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 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.