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

Skip to content

changed to RST #25594

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 5 commits into from
Apr 17, 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
9 changes: 0 additions & 9 deletions galleries/users_explain/toolkits/README.txt

This file was deleted.

Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I think these still need to strip the """ at the beginning and end, or it won't build.

Copy link
Contributor Author

@Higgs32584 Higgs32584 Apr 13, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

my bad! removed quotations! Anything else I can do? Thank you for being so patient!
@tacaswell
@jklymak
@melissawm

Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
r"""
.. redirect-from:: /tutorials/toolkits/axes_grid
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Should this also be a move?


.. _axes_grid1_users-guide-index:
Expand Down Expand Up @@ -331,4 +330,3 @@
.. figure:: /gallery/axes_grid1/images/sphx_glr_simple_axes_divider3_001.png
:target: /gallery/axes_grid1/simple_axes_divider3.html
:align: center
"""
Original file line number Diff line number Diff line change
@@ -1,5 +1,3 @@
r"""

.. redirect-from:: /tutorials/toolkits/axisartist

.. _axisartist:
Expand Down Expand Up @@ -562,4 +560,3 @@ def inv_tr(x, y):

* The location of axislabel of FloatingAxis needs to be optionally
given as a coordinate value. ex, a floating axis of x=0 with label at y=1
"""
15 changes: 15 additions & 0 deletions galleries/users_explain/toolkits/index.rst
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
.. _tutorials-toolkits:

.. redirect-from:: /tutorials/toolkits

User Toolkits
=============

Here you can find examples and explanations of how to use various toolkits available in Matplotlib.

.. toctree::
:maxdepth: 1

axisartist
axes_grid
mplot3d
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
"""


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

Expand Down Expand Up @@ -158,4 +158,3 @@
.. figure:: /gallery/mplot3d/images/sphx_glr_text3d_001.png
:target: /gallery/mplot3d/text3d.html
:align: center
"""