doc: fix all headings to use title case

While we hoped to make the headings consistent over time while doing
other edits, we should instead just make the squirrels happy and do them
all at once or they'll likely never be made consistent.

A python script was used to find the headings, and then a call to
https://pypi.org/project/titlecase to transform the title.  A visual
inspection was used to tweak a few unexpected resulting titles.

Signed-off-by: David B. Kinder <david.b.kinder@intel.com>
This commit is contained in:
David B. Kinder
2021-02-12 16:27:24 -08:00
committed by David Kinder
parent 6e655d098b
commit 0bd384d41b
119 changed files with 576 additions and 638 deletions

View File

@@ -30,7 +30,7 @@ The image below shows the high-level design of SGX virtualization in ACRN.
SGX Virtualization in ACRN
Enable SGX support for Guest
Enable SGX Support for Guest
****************************
Presumptions
@@ -232,13 +232,13 @@ ENCLS[ECREATE]
Other VMExit Control
********************
RDRAND exiting
RDRAND Exiting
==============
* ACRN allows Guest to use RDRAND/RDSEED instruction but does not set "RDRAND
exiting" to 1.
PAUSE exiting
PAUSE Exiting
=============
* ACRN does not set "PAUSE exiting" to 1.
@@ -248,7 +248,7 @@ Future Development
Following are some currently unplanned areas of interest for future
ACRN development around SGX virtualization.
Launch Configuration support
Launch Configuration Support
============================
When the following two conditions are both satisfied: