Files
Mujoco_WASM/doc/includes/roles.rst
T
Yuval Tassa e13ddfa2ab Improve compiler-related documentation.
PiperOrigin-RevId: 651827545
Change-Id: I85c12dc12967e49087c342445dbfa049c5cdbcdf
2024-07-12 11:05:16 -07:00

31 lines
555 B
ReStructuredText

..
Role for XML elements in the MJCF spec.
.. role:: el
..
Role for the prefix of XML element names in the MJCF spec.
.. role:: el-prefix
..
Role for XML attribute names in the MJCF spec.
.. role:: at
..
Role for attribute value specs in MJCF spec.
.. role:: at-val
..
Role for pretty-printed inline C/C++ code.
.. role:: cpp(code)
:language: C++
..
Role for pretty-printed inline Python code.
.. role:: python(code)
:language: Python
..
Role for pretty-printed inline shell code.
.. role:: shell(code)
:language: bash