mirror of
https://github.com/projectacrn/acrn-hypervisor.git
synced 2025-04-27 11:22:17 +00:00
The "Enable GVT-d in ACRN" tutorial includes a number of rightwards arrows. The source text used the "→" symbol for this but this is not valid in ReST files. We add a substitution for this and use it in the tutorial instead. Tracked-On: #5769 Signed-off-by: Geoffroy Van Cutsem <geoffroy.vancutsem@intel.com>
24 lines
814 B
Plaintext
24 lines
814 B
Plaintext
.. |br| raw:: html .. force a line break in HTML output (blank lines needed here)
|
|
|
|
<br style="clear:both" />
|
|
|
|
.. These are replacement strings for non-ASCII characters used within the project
|
|
using the same name as the html entity names (e.g., ©) for that character
|
|
|
|
.. |copy| unicode:: U+000A9 .. COPYRIGHT SIGN
|
|
:ltrim:
|
|
.. |trade| unicode:: U+02122 .. TRADEMARK SIGN
|
|
:ltrim:
|
|
.. |reg| unicode:: U+000AE .. REGISTERED TRADEMARK SIGN
|
|
:ltrim:
|
|
.. |deg| unicode:: U+000B0 .. DEGREE SIGN
|
|
:ltrim:
|
|
.. |plusminus| unicode:: U+000B1 .. PLUS-MINUS SIGN
|
|
:rtrim:
|
|
.. |micro| unicode:: U+000B5 .. MICRO SIGN
|
|
:rtrim:
|
|
.. |check| unicode:: U+02714 .. HEAVY CHECK MARK
|
|
:rtrim:
|
|
.. |oplus| unicode:: U+02295 .. CIRCLED PLUS SIGN
|
|
.. |rarr| unicode:: U+02192 .. RIGHTWARDS ARROW
|