@@ -36,7 +36,7 @@ In a new terminal, install the package from PyPI (or from a local wheel if you b
3636 pip install ' isaacteleop[cloudxr,retargeters]~=1.0.0' --extra-index-url https://pypi.nvidia.com
3737
3838 Instead of installing the package from PyPI, you can build from source and install the local wheel.
39- See :doc: `build_from_source ` for more details.
39+ See :doc: `build_from_source/index ` for more details.
4040
4141.. _run-cloudxr-server :
4242
@@ -228,9 +228,8 @@ running the CloudXR runtime and wss proxy in containerized environment; or using
228228 For advanced usage and troubleshooting of CloudXR, see the `CloudXR documentation `_ for more
229229 details.
230230
231- The source code for the web client is in the :code-dir: `deps/cloudxr/webxr_client/ ` directory.
232- Follow the instructions in the official `CloudXR.js documentation `_ for more details if you want to
233- run the web client from source.
231+ The source code for the web client is in the :code-dir: `deps/cloudxr/webxr_client/ ` directory. To build the web
232+ client from source, see :doc: `build_from_source/webxr `.
234233
235234.. _connect-apple-vision-pro :
236235
@@ -344,14 +343,13 @@ More Information
344343
345344- :doc: `teleop_session ` — learn how ``TeleopSession `` works and how to build
346345 custom retargeting pipelines
347- - :doc: `build_from_source ` — build the C++ core, Python bindings, and plugins
346+ - :doc: `build_from_source/index ` — build the C++ core, Python bindings, and plugins
348347 from source
349348
350349..
351350 References
352351 .. _`nvidia.github.io/IsaacTeleop/client` : https://nvidia.github.io/IsaacTeleop/client
353352.. _`CloudXR documentation` : https://docs.nvidia.com/cloudxr-sdk/latest/index.html
354- .. _`CloudXR.js documentation` : https://docs.nvidia.com/cloudxr-sdk/latest/usr_guide/cloudxr_js/index.html
355353.. _`Isaac XR Teleop Sample Client for Apple Vision Pro` : https://github.com/isaac-sim/isaac-xr-teleop-sample-client-apple
356354.. _`Isaac Lab Quick Start` : https://isaac-sim.github.io/IsaacLab/develop/source/setup/quickstart.html
357355.. _`Teleoperation and Imitation Learning with Isaac Lab Mimic` : https://isaac-sim.github.io/IsaacLab/develop/source/overview/imitation-learning/teleop_imitation.html#teleoperation-imitation-learning
0 commit comments