8000 Merge pull request #21411 from anntzer/wd · matplotlib/matplotlib@a7bb7b0 · GitHub
[go: up one dir, main page]

Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit a7bb7b0

Browse files
authored
Merge pull request #21411 from anntzer/wd
Document webagg in docs.
2 parents b2422b0 + ef17935 commit a7bb7b0

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

doc/api/backend_webagg_api.rst

Lines changed: 4 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,7 @@
11
:mod:`.backend_webagg`
22
======================
33

4-
.. note::
5-
The WebAgg backend is not documented here, in order to avoid adding Tornado
6-
to the doc build requirements.
7-
8-
.. module:: matplotlib.backends.backend_webagg
4+
.. automodule:: matplotlib.backends.backend_webagg
5+
:members:
6+
:undoc-members:
7+
:show-inheritance:

doc/conf.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -161,6 +161,7 @@ def _check_dependencies():
161161
'pytest': ('https://pytest.org/en/stable/', None),
162162
'python': ('https://docs.python.org/3/', None),
163163
'scipy': ('https://docs.scipy.org/doc/scipy/reference/', None),
164+
'tornado': ('https://www.tornadoweb.org/en/stable/', None),
164165
}
165166

166167

0 commit comments

Comments
 (0)
0