mirror of
https://github.com/projectacrn/acrn-hypervisor.git
synced 2025-07-31 07:20:55 +00:00
Add documentation contributing information with project specific recommentations along with some common reST and Sphinx constructs. Reorganize contributing section to fit this new doc in. Also * Cleanup stray file (CODEOWNERS) from when docs were in their own repo. * Remove licensing footer on generated pages (not really needed). * Pull replacement strings into substitutions.txt for easier management. Signed-off-by: David B. Kinder <david.b.kinder@intel.com>
20 lines
633 B
Plaintext
20 lines
633 B
Plaintext
.. |br| raw:: html .. force a line break in HTML output (blank lines needed here)
|
|
|
|
<br />
|
|
|
|
.. 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:
|