Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit ef17935

Browse files
committed
Document webagg in docs.
Our docs build already depends on tornado (via ipywidgets, to build the nbagg docs).
1 parent fea21af commit ef17935

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)