Skip to content

Commit 8b5f849

Browse files
committed
The addition of the widgets API rest file. Also restricted the API toc tree to a depth of 1 until we can better organize the toc's.
1 parent e5f89e9 commit 8b5f849

File tree

2 files changed

+14
-0
lines changed

2 files changed

+14
-0
lines changed

doc/api/index.rst

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,7 @@
1010
:Date: |today|
1111

1212
.. toctree::
13+
:maxdepth: 1
1314

1415
api_changes.rst
1516
matplotlib_configuration_api.rst
@@ -35,3 +36,4 @@
3536
ticker_api.rst
3637
units_api.rst
3738
index_backend_api.rst
39+
widgets_api.rst

doc/api/widgets_api.rst

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,12 @@
1+
*******
2+
widgets
3+
*******
4+
5+
6+
:mod:`matplotlib.widgets`
7+
=========================
8+
9+
.. automodule:: matplotlib.widgets
10+
:members:
11+
:undoc-members:
12+
:show-inheritance:

0 commit comments

Comments
 (0)