mirror of
https://github.com/projectacrn/acrn-hypervisor.git
synced 2025-05-15 11:51:15 +00:00
We no longer need to generate API documentation for the upstreamed gvt-g kernel additions so we can remove the doc generation dependency on the acrn-kernel repo (and all use of the kerneldoc extension). We also remove GVT-g API documentation and porting guide that are obsolete with ACRN v2.6 and referenced this API documentation. Signed-off-by: David B. Kinder <david.b.kinder@intel.com>
60 lines
1.4 KiB
ReStructuredText
60 lines
1.4 KiB
ReStructuredText
.. _contribute_acrn:
|
|
|
|
Developer Reference
|
|
###################
|
|
|
|
Here's where you'll find details about ACRN's high-level design and
|
|
design principles, along with guidelines followed by the
|
|
development team. With this information, you too can contribute to the
|
|
project and submit code and documentation patches of your own.
|
|
|
|
Design Guides
|
|
*************
|
|
|
|
Read about ACRN's high-level design and architecture principles that led
|
|
to the development of the ACRN hypervisor and its components. You'll
|
|
also find details about specific architecture topics.
|
|
|
|
.. rst-class:: rst-columns2
|
|
|
|
.. toctree::
|
|
:maxdepth: 1
|
|
|
|
developer-guides/modularity
|
|
developer-guides/hld/index
|
|
developer-guides/sw_design_guidelines
|
|
developer-guides/trusty
|
|
developer-guides/l1tf
|
|
developer-guides/VBSK-analysis
|
|
|
|
|
|
Contribute Guides
|
|
*****************
|
|
|
|
As an open-source project, we welcome and encourage the community to
|
|
submit patches for code, documentation, tests, and more, directly to the
|
|
project. Here's where you'll find how the development team works and the
|
|
guidelines they (and you) use to contribute code (and documentation) to
|
|
the project.
|
|
|
|
.. rst-class:: rst-columns2
|
|
|
|
.. toctree::
|
|
:maxdepth: 1
|
|
|
|
developer-guides/contribute_guidelines
|
|
developer-guides/coding_guidelines
|
|
developer-guides/doc_guidelines
|
|
developer-guides/graphviz
|
|
tutorials/docbuild
|
|
|
|
API Documentation
|
|
*****************
|
|
|
|
.. toctree::
|
|
:maxdepth: 1
|
|
|
|
api/index
|
|
|
|
|