Thanks to visit codestin.com Credit goes to github.com
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 2ac2bc8 commit 2d85c85Copy full SHA for 2d85c85
doc/api/backend_webagg_api.rst
@@ -1,8 +1,7 @@
1
:mod:`.backend_webagg`
2
======================
3
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
+.. automodule:: matplotlib.backends.backend_webagg
+ :members:
+ :undoc-members:
+ :show-inheritance:
doc/conf.py
@@ -161,6 +161,7 @@ def _check_dependencies():
161
'pytest': ('https://pytest.org/en/stable/', None),
162
'python': ('https://docs.python.org/3/', None),
163
'scipy': ('https://docs.scipy.org/doc/scipy/reference/', None),
164
+ 'tornado': ('https://www.tornadoweb.org/en/stable/', None),
165
}
166
167
0 commit comments