mirror of
https://github.com/projectacrn/acrn-hypervisor.git
synced 2025-09-08 12:19:06 +00:00
doc: update doc build instructions
Signed-off-by: David B. Kinder <david.b.kinder@intel.com>
This commit is contained in:
committed by
David Kinder
parent
33866a1335
commit
722bf55c57
23
doc/tutorials/images/doc-gen-flow.dot
Normal file
23
doc/tutorials/images/doc-gen-flow.dot
Normal file
@@ -0,0 +1,23 @@
|
||||
# Doc Generation flow
|
||||
# dot -Tpng -odoc-gen-flow.png doc-gen-flow.dot
|
||||
|
||||
digraph docgen {
|
||||
node [ fontname="verdana"]
|
||||
bgcolor=transparent; rankdir=LR;
|
||||
images [shape="rectangle" label=".png, .jpg\nimages"]
|
||||
rst [shape="rectangle" label="restructuredText\nfiles"]
|
||||
conf [shape="rectangle" label="conf.py\nconfiguration"]
|
||||
rtd [shape="rectangle" label="read-the-docs\ntheme"]
|
||||
header [shape="rectangle" label="c header\ncomments"]
|
||||
xml [shape="rectangle" label="XML"]
|
||||
html [shape="rectangle" label="HTML\nweb site"]
|
||||
sphinx[shape="ellipse" label="sphinx +\nbreathe,\ndocutils"]
|
||||
images -> sphinx
|
||||
rst -> sphinx
|
||||
conf -> sphinx
|
||||
header -> doxygen
|
||||
doxygen -> xml
|
||||
xml-> sphinx
|
||||
rtd -> sphinx
|
||||
sphinx -> html
|
||||
}
|
BIN
doc/tutorials/images/doc-gen-flow.png
Normal file
BIN
doc/tutorials/images/doc-gen-flow.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 23 KiB |
Reference in New Issue
Block a user