Commit 7a6f3b0
committed
Document isaaclab.utils.warp.fabric kernels
The submodule was not surfaced anywhere in the Sphinx tree, so :func:
cross-references to its kernels (added in the changelog fragment for
this branch and used by FabricFrameView throughout) did not resolve.
Add a Warp Fabric kernels subsection to isaaclab.utils.rst that
automodule's the submodule, and add __all__ to fabric.py so the
generated page lists only the eight public kernels - the type aliases
(FabricArrayMat44d, ArrayUInt32, ...) and the re-imported `wp` /
`TYPE_CHECKING` / `Any` symbols stay out of the rendered docs.
The page covers both the pre-existing kernels
(compose/decompose_fabric_transformation_matrix_*_warp_arrays,
set_view_to_fabric_array, arange_k) and the four kernels added on
this branch.1 parent 8a1b5db commit 7a6f3b0
2 files changed
Lines changed: 24 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
188 | 188 | | |
189 | 189 | | |
190 | 190 | | |
| 191 | + | |
| 192 | + | |
| 193 | + | |
| 194 | + | |
| 195 | + | |
| 196 | + | |
| 197 | + | |
| 198 | + | |
| 199 | + | |
| 200 | + | |
| 201 | + | |
| 202 | + | |
| 203 | + | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
15 | 15 | | |
16 | 16 | | |
17 | 17 | | |
| 18 | + | |
| 19 | + | |
| 20 | + | |
| 21 | + | |
| 22 | + | |
| 23 | + | |
| 24 | + | |
| 25 | + | |
| 26 | + | |
| 27 | + | |
| 28 | + | |
18 | 29 | | |
19 | 30 | | |
20 | 31 | | |
| |||
0 commit comments