doc: add developer primer

Developer Primer and images, and a tweak to figure formatting
also renamed from Hypervisor Primer to just Developer Primer since the
doc talks about Device Model too.

Signed-off-by: David B. Kinder <david.b.kinder@intel.com>
This commit is contained in:
David B. Kinder
2018-03-09 14:48:04 -08:00
committed by Jack Ren
parent df5c261362
commit b9b20fa6a8
15 changed files with 912 additions and 26 deletions

View File

@@ -18,11 +18,17 @@
color: rgba(255,255,255,1);
}
/* add some space before the figure caption */
p.caption {
# border-top: 1px solid;
margin-top: 1em;
}
/* add a colon after the figure/table number (before the caption) */
span.caption-number::after {
content: ": ";
}
/* make .. hlist:: tables fill the page */
table.hlist {
width: 95% !important;