From 55664b63e1abf716ef15570a9f99a17a71b4121c Mon Sep 17 00:00:00 2001 From: Yuval Tassa Date: Tue, 2 Dec 2025 03:54:47 -0800 Subject: [PATCH] Fix broken cross-references in mjwarp/index.rst PiperOrigin-RevId: 839194214 Change-Id: Ia1aca7331bc5d77fb4ef6ce7efefc3d55a1d99b3 --- doc/mjwarp/index.rst | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/doc/mjwarp/index.rst b/doc/mjwarp/index.rst index fc5bfd48..6ef6ec01 100644 --- a/doc/mjwarp/index.rst +++ b/doc/mjwarp/index.rst @@ -364,7 +364,7 @@ Learning frameworks Yes. MJWarp is interoperable with `JAX `__. Please see the `Warp Interoperability `__ documentation for details. -Additionally, :ref:`MJX ` provides a JAX API for a subset of MJWarp's :ref:`API `. The backend is +Additionally, :ref:`MJX ` provides a JAX API for a subset of MJWarp's :doc:`API `. The backend is specified with ``impl='warp'``. **Does MJWarp work with PyTorch?** @@ -420,7 +420,7 @@ reinforcement learning example. **How are orientations represented?** -Orientations are represented as unit quaternions and follow :ref:`MuJoCo's convention `: +Orientations are represented as unit quaternions and follow :ref:`MuJoCo's conventions`: ``w, x, y, z`` or ``scalar, vector``. .. admonition:: ``wp.quaternion``