mirror of
https://github.com/projectacrn/acrn-hypervisor.git
synced 2025-09-08 04:09:11 +00:00
doc: move graphviz material to developer-guides
Rather than a "tutorial", it was suggested to move the graphviz information to the devleoper-guides, along with the documentation guidelines. Makes sense. Signed-off-by: David B. Kinder <david.b.kinder@intel.com>
This commit is contained in:
committed by
David Kinder
parent
5d94e9bbf0
commit
05d2558f9f
@@ -1,6 +0,0 @@
|
||||
digraph G {
|
||||
rankdir=LR;
|
||||
bgcolor="transparent";
|
||||
UEFI -> "acrn.efi" -> "OS\nBootloader" ->
|
||||
"SOS\nKernel" -> "ACRN\nDevice Model" -> "Virtual\nBootloader";
|
||||
}
|
@@ -1,9 +0,0 @@
|
||||
digraph {
|
||||
bgcolor="transparent"; rankdir=LR;
|
||||
{ a [shape=circle height="1" style=filled color=AntiqueWhite
|
||||
label="Circle\nLabel"]
|
||||
b [shape=box height="1" width="1" style="rounded,filled"
|
||||
color="#F080F0" label="Square\nLabel"]
|
||||
}
|
||||
a -> b
|
||||
}
|
@@ -1,11 +0,0 @@
|
||||
digraph gaspump {
|
||||
rankdir=LR;
|
||||
node [shape = circle;];
|
||||
edge [color = grey; fontsize=10];
|
||||
S0 -> S1 [ label = "Lift Nozzle" ]
|
||||
S1 -> S0 [ label = "Replace Nozzle" ]
|
||||
S1 -> S2 [ label = "Authorize Pump" ]
|
||||
S2 -> S0 [ label = "Replace Nozzle" ]
|
||||
S2 -> S3 [ label = "Pull Trigger" ]
|
||||
S3 -> S2 [ label = "Release Trigger" ]
|
||||
}
|
@@ -1,8 +0,0 @@
|
||||
digraph {
|
||||
bgcolor=transparent; rankdir=LR;
|
||||
node [shape="rectangle" style="filled" color="lightblue"]
|
||||
edge [fontsize="12" fontcolor="grey"]
|
||||
|
||||
"acrnprobe" -> "telemetrics-client" [label="crashlog\npath"]
|
||||
"telemetrics-client" -> "backend" [label="log\ncontent"]
|
||||
}
|
@@ -1,4 +0,0 @@
|
||||
digraph {
|
||||
a [shape=record label="left | {above|middle|below} | <f1>right"]
|
||||
b [shape=record label="{row1\l|row2\r|{row3\nleft|<f2>row3\nright}|row4}"]
|
||||
}
|
Reference in New Issue
Block a user