8000
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d1a7a3e commit b49973aCopy full SHA for b49973a
doc/api/blocking_input.rst
doc/api/blocking_input_api.rst
@@ -3,6 +3,17 @@
3
*****************************
4
5
.. automodule:: matplotlib.blocking_input
6
- :members:
7
- :undoc-members:
+ :no-members:
+ :no-undoc-members:
8
:show-inheritance:
9
+
10
11
+.. autosummary::
12
+ :toctree: _as_gen
13
+ :template: autosummary.rst
14
+ :nosignatures:
15
16
+ BlockingInput
17
+ BlockingMouseInput
18
+ BlockingContourLabeler
19
+ BlockingKeyMouseInput
doc/api/index.rst
@@ -77,7 +77,6 @@ Matplotlib consists of the following submodules:
77
backend_tools_api.rst
78
index_backend_api.rst
79
bezier_api.rst
80
- blocking_input
81
blocking_input_api.rst
82
category_api.rst
83
cbook_api.rst
0 commit comments