Skip to content

Commit 8a1b5db

Browse files
committed
Add API page for isaaclab_physx.sim.views
FabricFrameView is referenced by fully-qualified name in the migration guide and in this PR's changelog fragment, but no RST file documented the module - so the Sphinx :class: and :meth: cross-refs were not resolvable. Add a thin automodule page mirroring the sibling pages under docs/source/api/lab_physx/ and register it in the API index toctree. This also picks up the new clear_static_caches() classmethod automatically via :members:.
1 parent 5a04061 commit 8a1b5db

2 files changed

Lines changed: 19 additions & 0 deletions

File tree

docs/source/api/index.rst

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -132,6 +132,7 @@ The following modules are available in the ``isaaclab_physx`` extension:
132132
sensors
133133
sim.schemas
134134
sim.spawners
135+
sim.views
135136

136137
.. toctree::
137138
:hidden:
@@ -144,6 +145,7 @@ The following modules are available in the ``isaaclab_physx`` extension:
144145
lab_physx/isaaclab_physx.sensors
145146
lab_physx/isaaclab_physx.sim.schemas
146147
lab_physx/isaaclab_physx.sim.spawners
148+
lab_physx/isaaclab_physx.sim.views
147149

148150
isaaclab_newton extension
149151
-------------------------
Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,17 @@
1+
isaaclab\_physx.sim.views
2+
=========================
3+
4+
.. automodule:: isaaclab_physx.sim.views
5+
6+
.. rubric:: Classes
7+
8+
.. autosummary::
9+
10+
FabricFrameView
11+
12+
Fabric Frame View
13+
-----------------
14+
15+
.. autoclass:: FabricFrameView
16+
:members:
17+
:show-inheritance:

0 commit comments

Comments
 (0)