File tree Expand file tree Collapse file tree 2 files changed +7
-11
lines changed Expand file tree Collapse file tree 2 files changed +7
-11
lines changed Original file line number Diff line number Diff line change 5
5
.. currentmodule :: {{ module }}
6
6
7
7
.. autoclass :: {{ objname }}
8
-
9
8
{% block methods %}
10
9
.. automethod :: __init__
11
10
.. automethod :: show
12
11
.. automethod :: update_layout
13
12
.. automethod :: add_traces
14
13
{% endblock %}
15
14
16
- Other methods
17
- {{ underline }}==============
18
-
19
- .. autosummary ::
20
- :toctree: generated/
21
-
22
- plotly.graph_objects.{{ objname }}
23
-
15
+ .. autoclass :: {{ objname }}
16
+ :members:
17
+ :inherited-members:
24
18
25
19
.. raw :: html
26
20
27
21
<div class =" clearer" ></div >
22
+
Original file line number Diff line number Diff line change @@ -16,9 +16,10 @@ Figure
16
16
17
17
.. autosummary ::
18
18
:toctree: generated/
19
- :template: trace.rst
19
+ :template: class_figure.rst
20
+
21
+ Figure
20
22
21
- Figure
22
23
23
24
Layout
24
25
------
You can’t perform that action at this time.
0 commit comments