Skip to content

Commit 0b5ea02

Browse files
authored
added basefigure so that all methods of figure are documented, even the inherited ones (#152)
1 parent 3f71269 commit 0b5ea02

File tree

2 files changed

+13
-0
lines changed

2 files changed

+13
-0
lines changed

apidoc/basefigure.rst

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
.. _base:
2+
3+
.. currentmodule:: plotly.basedatatypes
4+
5+
.. autosummary::
6+
:toctree: generated/
7+
8+
BaseFigure
9+

apidoc/figure.rst

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,3 +15,7 @@ Figure
1515

1616
.. autoclass:: Figure
1717
:members:
18+
:inherited-members:
19+
20+
21+
:ref:`base figure <base>`

0 commit comments

Comments
 (0)