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

Skip to content

Commit 690884f

Browse files
Higgs32584Higgs32584
and
Higgs32584
authored
changed to RST (#25594)
Made user_explain/toolkits an rst-only gallery entry. Co-authored-by: Higgs32584 <[email protected]>
1 parent 6957c93 commit 690884f

File tree

5 files changed

+16
-16
lines changed

5 files changed

+16
-16
lines changed

galleries/users_explain/toolkits/README.txt

Lines changed: 0 additions & 9 deletions
This file was deleted.

galleries/users_explain/toolkits/axes_grid.py renamed to galleries/users_explain/toolkits/axes_grid.rst

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,3 @@
1-
r"""
21
.. redirect-from:: /tutorials/toolkits/axes_grid
32

43
.. _axes_grid1_users-guide-index:
@@ -331,4 +330,3 @@
331330
.. figure:: /gallery/axes_grid1/images/sphx_glr_simple_axes_divider3_001.png
332331
:target: /gallery/axes_grid1/simple_axes_divider3.html
333332
:align: center
334-
"""

galleries/users_explain/toolkits/axisartist.py renamed to galleries/users_explain/toolkits/axisartist.rst

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,3 @@
1-
r"""
2-
31
.. redirect-from:: /tutorials/toolkits/axisartist
42

53
.. _axisartist:
@@ -562,4 +560,3 @@ def inv_tr(x, y):
562560

563561
* The location of axislabel of FloatingAxis needs to be optionally
564562
given as a coordinate value. ex, a floating axis of x=0 with label at y=1
565-
"""
Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,15 @@
1+
.. _tutorials-toolkits:
2+
3+
.. redirect-from:: /tutorials/toolkits
4+
5+
User Toolkits
6+
=============
7+
8+
Here you can find examples and explanations of how to use various toolkits available in Matplotlib.
9+
10+
.. toctree::
11+
:maxdepth: 1
12+
13+
axisartist
14+
axes_grid
15+
mplot3d

galleries/users_explain/toolkits/mplot3d.py renamed to galleries/users_explain/toolkits/mplot3d.rst

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
"""
1+
22

33
.. redirect-from:: /tutorials/toolkits/mplot3d
44

@@ -158,4 +158,3 @@
158158
.. figure:: /gallery/mplot3d/images/sphx_glr_text3d_001.png
159159
:target: /gallery/mplot3d/text3d.html
160160
:align: center
161-
"""

0 commit comments

Comments
 (0)