mirror of
https://github.com/projectacrn/acrn-hypervisor.git
synced 2025-10-08 18:25:05 +00:00
doc: update inclusive language terms in docs
Replace white/black master/slave terms with alternatives. We're not changing "master" when used in the context of GitHub branches. GitHub advises they have a plan to help this transition. In the text body we rever to the "master" branch as the "main" branch, but leave any urls or code-block commands still using "master". Signed-off-by: David B. Kinder <david.b.kinder@intel.com>
This commit is contained in:
committed by
David Kinder
parent
6ddf793f16
commit
fc1fc0eb8d
@@ -407,7 +407,7 @@ For example:
|
||||
|
||||
Note the blank line between the ``code-block`` directive and the first
|
||||
line of the code-block body, and the body content is indented three
|
||||
spaces (to the first non-white space of the directive name).
|
||||
spaces (to the first non-blank space of the directive name).
|
||||
|
||||
This would be rendered as:
|
||||
|
||||
@@ -478,7 +478,7 @@ Tabs, spaces, and indenting
|
||||
Indenting is significant in reST file content, and using spaces is
|
||||
preferred. Extra indenting can (unintentionally) change the way content
|
||||
is rendered too. For lists and directives, indent the content text to
|
||||
the first non-white space in the preceding line. For example:
|
||||
the first non-blank space in the preceding line. For example:
|
||||
|
||||
.. code-block:: rest
|
||||
|
||||
|
Reference in New Issue
Block a user