acrn-hypervisor/doc/index.rst
David B. Kinder 0bd384d41b 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>
2021-02-13 12:37:49 -08:00

90 lines
2.8 KiB
ReStructuredText

.. _acrn_home:
Project ACRN Documentation
##########################
Welcome to the Project ACRN (version |version|) documentation. ACRN is
a flexible, lightweight reference hypervisor, built with real-time and
safety-criticality in mind, optimized to streamline embedded development
through an open source platform.
.. comment Add back this note if we need to redirect users to a more stable
release.
The latest version of ACRN is currently under construction. If necessary, visit ACRN `version 1.5 <https://projectacrn.github.io/1.5/>`_ to view the last stable build.
.. comment The links in this grid display can't use :ref: because we're
using raw html. There's a risk of broken links if referenced content is
moved.
.. raw:: html
<ul class="grid">
<li class="grid-item">
<a href="introduction/index.html">
<img alt="" src="_static/images/ACRNlogo80w.png"/>
<h2>What is ACRN</h2>
</a>
<p>Overview, architecture,
features, and use-case scenarios</p>
</li>
<li class="grid-item">
<a href="try.html">
<span class="grid-icon fa fa-map-signs"></span>
<h2>Getting Started</h2>
</a>
<p>Getting started guides for quickly running scenario-based
samples</p>
</li>
<li class="grid-item">
<a href="develop.html">
<span class="grid-icon fa fa-cogs"></span>
<h2>Advanced Guides</h2>
</a>
<p>Tools, tutorials, features, and debugging guides that go beyond getting started</p>
</li>
<li class="grid-item">
<a href="contribute.html">
<span class="grid-icon fa fa-github"></span>
<h2>Developer Reference</h2>
</a>
<p>High-level design and details, developer and
contribution guidelines, API details</p>
</li>
<li class="grid-item">
<a href="release_notes/index.html">
<span class="grid-icon fa fa-sign-in"></span>
<h2>Release<br/>Notes</h2>
</a>
<p>Archived Release Notes</p>
</li>
<li class="grid-item">
<a href="reference/hardware.html">
<span class="grid-icon fa fa-object-group"></span>
<h2>Supported<br/>Hardware</h2>
</a>
<p>Supported hardware platforms and boards</p>
</li>
</ul>
Source code for Project ACRN is maintained in the
`Project ACRN GitHub repo`_, and is provided under the BSD 3-clause
license.
.. toctree::
:maxdepth: 1
:hidden:
Documentation Home <self>
introduction/index
try
develop
contribute
release_notes/index
asa
FAQ <faq>
glossary
genindex
.. _Project ACRN GitHub repo: https://github.com/projectacrn