doc: add Technical intro doc

Add the "Introduction of Project Acorn" doc.

Also adds improvements to the doc generation processes, content styles,
removed doxygen-generated API material.

Signed-off-by: David B. Kinder <david.b.kinder@intel.com>
This commit is contained in:
David B. Kinder
2018-03-08 15:59:55 -08:00
committed by lijinxia
parent 86be62f746
commit ba121731b2
23 changed files with 826 additions and 55 deletions

View File

@@ -5,6 +5,7 @@
max-width: none;
}
/* (temporarily) add an under development tagline to the bread crumb */
.wy-breadcrumbs::after {
content: " (Content under development)";
background-color: #FFFACD;
@@ -12,6 +13,16 @@
font-weight: bold;
}
/* Make the version number more visible */
.wy-side-nav-search>div.version {
color: rgba(255,255,255,1);
}
p.caption {
# border-top: 1px solid;
margin-top: 1em;
}
/* make .. hlist:: tables fill the page */
table.hlist {
width: 95% !important;