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

Skip to content

Commit e9a1eca

Browse files
committed
List the webagg_core module in the sphinx docs.
1 parent 48e2891 commit e9a1eca

File tree

5 files changed

+11
-7
lines changed

5 files changed

+11
-7
lines changed

doc/api/backend_webagg_core_api.rst

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
:mod:`.backend_webagg_core`
2+
===========================
3+
4+
.. automodule:: matplotlib.backends.backend_webagg_core
5+
:members:
6+
:undoc-members:
7+
:show-inheritance:

doc/api/index_backend_api.rst

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,5 +20,6 @@
2020
backend_qt_api.rst
2121
backend_svg_api.rst
2222
backend_tk_api.rst
23+
backend_webagg_core_api.rst
2324
backend_webagg_api.rst
2425
backend_wx_api.rst

doc/api/prev_api_changes/api_changes_2.1.0.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -296,7 +296,7 @@ Third-party backends should also migrate to the ``*_dashes`` methods.
296296
``NavigationToolbar2.dynamic_update``
297297
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
298298

299-
Use :meth:`.draw_idle` method on the ``Canvas`` instance instead.
299+
Use `~.FigureCanvasBase.draw_idle` method on the ``Canvas`` instance instead.
300300

301301

302302
Testing

lib/matplotlib/backends/backend_webagg.py

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,4 @@
1-
"""
2-
Displays Agg images in the browser, with interactivity
3-
"""
1+
"""Displays Agg images in the browser, with interactivity."""
42

53
# The WebAgg backend is divided into two modules:
64
#

lib/matplotlib/backends/backend_webagg_core.py

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,4 @@
1-
"""
2-
Displays Agg images in the browser, with interactivity
3-
"""
1+
"""Displays Agg images in the browser, with interactivity."""
42
# The WebAgg backend is divided into two modules:
53
#
64
# - `backend_webagg_core.py` contains code necessary to embed a WebAgg

0 commit comments

Comments
 (0)