Skip to content

Commit 0978753

Browse files
committed
more autodoc fixes.
1 parent 8ae7904 commit 0978753

File tree

2 files changed

+9
-1
lines changed

2 files changed

+9
-1
lines changed

docs/source/api/lab/isaaclab.actuators.rst

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -46,6 +46,7 @@ Implicit Actuator
4646
:show-inheritance:
4747

4848
.. autoclass:: ImplicitActuatorCfg
49+
:noindex:
4950
:members:
5051
:inherited-members:
5152
:show-inheritance:
@@ -60,6 +61,7 @@ Ideal PD Actuator
6061
:show-inheritance:
6162

6263
.. autoclass:: IdealPDActuatorCfg
64+
:noindex:
6365
:members:
6466
:inherited-members:
6567
:show-inheritance:
@@ -74,6 +76,7 @@ DC Motor Actuator
7476
:show-inheritance:
7577

7678
.. autoclass:: DCMotorCfg
79+
:noindex:
7780
:members:
7881
:inherited-members:
7982
:show-inheritance:
@@ -88,6 +91,7 @@ Delayed PD Actuator
8891
:show-inheritance:
8992

9093
.. autoclass:: DelayedPDActuatorCfg
94+
:noindex:
9195
:members:
9296
:inherited-members:
9397
:show-inheritance:
@@ -102,6 +106,7 @@ Remotized PD Actuator
102106
:show-inheritance:
103107

104108
.. autoclass:: RemotizedPDActuatorCfg
109+
:noindex:
105110
:members:
106111
:inherited-members:
107112
:show-inheritance:
@@ -116,6 +121,7 @@ MLP Network Actuator
116121
:show-inheritance:
117122

118123
.. autoclass:: ActuatorNetMLPCfg
124+
:noindex:
119125
:members:
120126
:inherited-members:
121127
:show-inheritance:
@@ -130,6 +136,7 @@ LSTM Network Actuator
130136
:show-inheritance:
131137

132138
.. autoclass:: ActuatorNetLSTMCfg
139+
:noindex:
133140
:members:
134141
:inherited-members:
135142
:show-inheritance:

source/isaaclab/docs/CHANGELOG.rst

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,8 @@
11
Changelog
2+
---------
23

34
0.49.7 (2025-11-4)
4-
---------
5+
~~~~~~~~~~~~~~~~~~
56

67
Added
78
^^^^^^^

0 commit comments

Comments
 (0)