Skip to content

Commit c31ef55

Browse files
tweaks
1 parent cd94080 commit c31ef55

File tree

2 files changed

+13
-4
lines changed

2 files changed

+13
-4
lines changed

apidoc/_templates/class_figure.rst

Lines changed: 12 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,14 +4,23 @@
44

55
.. currentmodule:: {{ module }}
66

7+
.. autosummary::
8+
:toctree: generated/
9+
10+
Figure
11+
12+
Figure.show
13+
Figure.add_traces
14+
Figure.update_traces
15+
Figure.update_layout
16+
17+
718
.. autoclass:: {{ objname }}
819
{% block methods %}
920
.. automethod:: __init__
10-
.. automethod:: show
11-
.. automethod:: update_layout
12-
.. automethod:: add_traces
1321
{% endblock %}
1422

23+
1524
.. autoclass:: {{ objname }}
1625
:members:
1726
:inherited-members:

apidoc/subplots.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
.. _subplots:
22

3-
`plotly.subplots`: helper function for layout out multi-plot figures
3+
`plotly.subplots`: helper function for laying out multi-plot figures
44
===========================
55

66
.. currentmodule:: plotly.subplots

0 commit comments

Comments
 (0)