defs.rst.inc 687 B

123456789101112131415
  1. ..
  2. Generally useful rST substitution definitions. This is included for
  3. all rST files as part of the epilogue by docs/conf.py. conf.py
  4. also defines some dynamically generated substitutions like CONFDIR.
  5. Note that |qemu_system| and |qemu_system_x86| are intended to be
  6. used inside a parsed-literal block: the definition must not include
  7. extra literal formatting with ``..``: this works in the HTML output
  8. but the manpages will end up misrendered with following normal text
  9. incorrectly in boldface.
  10. .. |qemu_system| replace:: qemu-system-x86_64
  11. .. |qemu_system_x86| replace:: qemu-system-x86_64
  12. .. |I2C| replace:: I\ :sup:`2`\ C
  13. .. |I2S| replace:: I\ :sup:`2`\ S