Skip to content

Commit 72d4763

Browse files
committed
Show inheritance where needed in documentation
1 parent 6a65b74 commit 72d4763

File tree

4 files changed

+5
-0
lines changed

4 files changed

+5
-0
lines changed

docs/api/motor.rst

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,3 +6,4 @@ Work in progress...
66
.. automodule:: nxt.motor
77
:members:
88
:undoc-members:
9+
:show-inheritance:

docs/api/sensors/generic.rst

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,3 +3,4 @@ LEGO Mindstorms NXT Sensors
33

44
.. automodule:: nxt.sensor.generic
55
:members:
6+
:show-inheritance:

docs/api/sensors/index.rst

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,10 +9,12 @@ Work in progress...
99
.. automodule:: nxt.sensor.analog
1010
:members:
1111
:undoc-members:
12+
:show-inheritance:
1213

1314
.. automodule:: nxt.sensor.digital
1415
:members:
1516
:undoc-members:
17+
:show-inheritance:
1618

1719
.. toctree::
1820
:maxdepth: 2

docs/api/sensors/mindsensors.rst

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,3 +6,4 @@ Work in progress...
66
.. automodule:: nxt.sensor.mindsensors
77
:members:
88
:undoc-members:
9+
:show-inheritance:

0 commit comments

Comments
 (0)