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 a409e59

Browse filesBrowse files
Backport PR #23840: Remove documentation for axes_grid (#23842)
Co-authored-by: Elliott Sales de Andrade <quantum.analyst@gmail.com>
1 parent 9473f24 commit a409e59
Copy full SHA for a409e59

File tree

Expand file treeCollapse file tree

4 files changed

+16
-23
lines changed
Filter options
Expand file treeCollapse file tree

4 files changed

+16
-23
lines changed

‎doc/api/index.rst

Copy file name to clipboardExpand all lines: doc/api/index.rst
-1Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -163,4 +163,3 @@ Alphabetical list of modules:
163163
toolkits/mplot3d.rst
164164
toolkits/axes_grid1.rst
165165
toolkits/axisartist.rst
166-
toolkits/axes_grid.rst

‎doc/api/toolkits/axes_grid.rst

Copy file name to clipboardExpand all lines: doc/api/toolkits/axes_grid.rst
-22Lines changed: 0 additions & 22 deletions
This file was deleted.

‎doc/api/toolkits/axes_grid1.rst

Copy file name to clipboardExpand all lines: doc/api/toolkits/axes_grid1.rst
+9Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
11
.. module:: mpl_toolkits.axes_grid1
22

3+
.. redirect-from:: /api/toolkits/axes_grid
4+
35
``mpl_toolkits.axes_grid1``
46
===========================
57

@@ -15,6 +17,13 @@ See :ref:`axes_grid1_users-guide-index` for a guide on the usage of axes_grid1.
1517
:align: center
1618
:scale: 50
1719

20+
.. note::
21+
22+
This module contains classes and function that were formerly part of the
23+
``mpl_toolkits.axes_grid`` module that was removed in 3.6. Additional
24+
classes from that older module may also be found in
25+
`mpl_toolkits.axisartist`.
26+
1827
.. currentmodule:: mpl_toolkits
1928

2029
**The submodules of the axes_grid1 API are:**

‎doc/api/toolkits/axisartist.rst

Copy file name to clipboardExpand all lines: doc/api/toolkits/axisartist.rst
+7Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,13 @@ You can find a tutorial describing usage of axisartist at the
1717
:align: center
1818
:scale: 50
1919

20+
.. note::
21+
22+
This module contains classes and function that were formerly part of the
23+
``mpl_toolkits.axes_grid`` module that was removed in 3.6. Additional
24+
classes from that older module may also be found in
25+
`mpl_toolkits.axes_grid1`.
26+
2027
.. currentmodule:: mpl_toolkits
2128

2229
**The submodules of the axisartist API are:**

0 commit comments

Comments
0 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.