Files
Mujoco_WASM/doc/includes/macros.rst
T
Yuval Tassa 7f8084ae1d Rename XML reference icons to avoid anchor issues.
Before this change:
`https://mujoco.readthedocs.io/en/latest/XMLreference.html#body-site-m`

After this change:
`https://mujoco.readthedocs.io/en/latest/XMLreference.html#body-site`

PiperOrigin-RevId: 861180069
Change-Id: I6f15906c8be463825248487021f9f46fc82a95da
2026-01-26 07:16:08 -08:00

55 lines
930 B
ReStructuredText

..
Macros for adding non-breaking spaces for indentation.
.. |_| unicode:: 0xA0 0xA0
:trim:
.. |_2| unicode:: 0xA0 0xA0 0xA0 0xA0
:trim:
.. |_3| unicode:: 0xA0 0xA0 0xA0 0xA0 0xA0 0xA0
:trim:
.. |_4| unicode:: 0xA0 0xA0 0xA0 0xA0 0xA0 0xA0 0xA0 0xA0
:trim:
..
Macro for L shaped arrow
.. |L| unicode:: 0x21B3 0xA0
:trim:
..
Macro for injecting a custom line break.
.. |br| raw:: html
<br/>
..
Macro for unicode word-joiner character.
.. |-| unicode:: U+2060
:trim:
..
Macro for icon for required element, can appear only once.
.. |!| replace:: :octicon:`star`
..
Macro for icon for optional element, can appear only once.
.. |?| replace:: :octicon:`dot`
..
Macro for icon for optional element, can appear multiple times (no icon).
.. |*| unicode:: U+200B
:trim:
..
Macro for icon for optional element that can appear recursively.
.. |@| replace:: :octicon:`sync`