]>
Commit | Line | Data |
---|---|---|
de1572ca PM |
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 | ||
324b2298 PB |
6 | Note that |qemu_system| and |qemu_system_x86| are intended to be |
7 | used inside a parsed-literal block: the definition must not include | |
8 | extra literal formatting with ``..``: this works in the HTML output | |
9 | but the manpages will end up misrendered with following normal text | |
10 | incorrectly in boldface. | |
de1572ca PM |
11 | |
12 | .. |qemu_system| replace:: qemu-system-x86_64 | |
324b2298 PB |
13 | .. |qemu_system_x86| replace:: qemu_system-x86_64 |
14 | .. |I2C| replace:: I\ :sup:`2`\ C | |
15 | .. |I2S| replace:: I\ :sup:`2`\ S |