8000 Remove documentation for axes_grid (#23840) · matplotlib/matplotlib@959b2a0 · GitHub
[go: up one dir, main page]

Skip to content

Commit 959b2a0

Browse files
authored
Remove documentation for axes_grid (#23840)
It was removed in #22886. Fixes #23560
1 parent 5f647cb commit 959b2a0

File tree

4 files changed

+16
-23
lines changed

4 files changed

+16
-23
lines changed

doc/api/index.rst

Lines 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

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

doc/api/toolkits/axes_grid1.rst

Lines 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

Lines 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