Skip to content

Commit 7189eed

Browse files
committed
DOC: add blocking_input docs
1 parent 8b28c01 commit 7189eed

File tree

2 files changed

+18
-0
lines changed

2 files changed

+18
-0
lines changed

doc/api/blocking_input.rst

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,17 @@
1+
===========================
2+
``blocking_input`` module
3+
===========================
4+
5+
.. automodule:: matplotlib.blocking_input
6+
:no-members:
7+
:no-undoc-members:
8+
9+
.. autosummary::
10+
:toctree: _as_gen
11+
:template: autosummary.rst
12+
:nosignatures:
13+
14+
BlockingInput
15+
BlockingMouseInput
16+
BlockingContourLabeler
17+
BlockingKeyMouseInput

doc/api/index.rst

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -77,6 +77,7 @@ Matplotlib consists of the following submodules:
7777
backend_tools_api.rst
7878
index_backend_api.rst
7979
bezier_api.rst
80+
blocking_input
8081
blocking_input_api.rst
8182
category_api.rst
8283
cbook_api.rst

0 commit comments

Comments
 (0)