You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Fixes a small formatting error in the docs (#3887)
# Description
One of the links in the docs didn't have the correct syntax to render
correctly. A small fix to fix the syntax.
## Type of change
- Documentation update
## Screenshots
Before
<img width="1895" height="265" alt="image"
src="https://github.com/user-attachments/assets/f6db07a1-7302-4bbb-963e-d371c29259d5"
/>
After
<img width="1942" height="270" alt="image"
src="https://github.com/user-attachments/assets/c7f7fc40-64d8-4c9b-adaf-7c62736e65e3"
/>
## Checklist
- [x] I have read and understood the [contribution
guidelines](https://isaac-sim.github.io/IsaacLab/main/source/refs/contributing.html)
- [x] I have run the [`pre-commit` checks](https://pre-commit.com/) with
`./isaaclab.sh --format`
- [x] I have made corresponding changes to the documentation
- [x] My changes generate no new warnings
- [ ] I have added tests that prove my fix is effective or that my
feature works
- [ ] I have updated the changelog and the corresponding version in the
extension's `config/extension.toml` file
- [ ] I have added my name to the `CONTRIBUTORS.md` or my name already
exists there
<!--
As you go through the checklist above, you can mark something as done by
putting an x character in it
For example,
- [x] I have done this task
- [ ] I have not done this task
-->
Copy file name to clipboardExpand all lines: docs/source/setup/installation/index.rst
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -83,7 +83,7 @@ Other notable limitations with respect to Isaac Lab include...
83
83
#. Extended reality teleoperation tools such as `OpenXR <https://isaac-sim.github.io/IsaacLab/release/2.3.0/source/api/lab/isaaclab.devices.html#openxr>`_ is not supported. This is due
84
84
to encoding performance limitations that have not yet been fully investigated.
85
85
86
-
#. SKRL training with JAX <https://docs.jax.dev/en/latest/notebooks/thinking_in_jax.html>_ has not been explicitly validated or tested in Isaac Lab on the DGX Spark.
86
+
#. SKRL training with `JAX <https://docs.jax.dev/en/latest/notebooks/thinking_in_jax.html>`_ has not been explicitly validated or tested in Isaac Lab on the DGX Spark.
87
87
JAX provides pre-built CUDA wheels only for Linux on x86_64, so on aarch64 systems (e.g., DGX Spark) it runs on CPU only by default.
88
88
GPU support requires building JAX from source, which has not been validated in Isaac Lab.
0 commit comments