Skip to content

Commit de51fa2

Browse files
committed
DOC: re-organize API page a bit
1 parent e5e23dc commit de51fa2

File tree

1 file changed

+16
-8
lines changed

1 file changed

+16
-8
lines changed

docs/source/api.rst

Lines changed: 16 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
1-
API
2-
===
1+
mpl gui
2+
=======
3+
4+
.. module:: mpl_gui
35

46
Show
57
----
@@ -39,9 +41,21 @@ Un-managed
3941
mpl_gui.subplot_mosaic
4042

4143

44+
.. autosummary::
45+
:toctree: _as_gen
46+
:nosignatures:
47+
48+
mpl_gui.promote_figure
49+
4250
Managed
4351
+++++++
4452

53+
54+
.. autoclass:: mpl_gui.FigureRegistry
55+
:no-undoc-members:
56+
:show-inheritance:
57+
58+
4559
.. autosummary::
4660
:toctree: _as_gen
4761
:nosignatures:
@@ -54,13 +68,7 @@ Managed
5468
mpl_gui.FigureRegistry.close_all
5569

5670

57-
.. autoclass:: mpl_gui.FigureRegistry
58-
:no-members:
59-
:no-undoc-members:
60-
:show-inheritance:
61-
6271
.. autoclass:: mpl_gui.FigureContext
63-
:no-members:
6472
:no-undoc-members:
6573
:show-inheritance:
6674

0 commit comments

Comments
 (0)