updates to doc graph
This commit is contained in:
parent
8b0eb6efdb
commit
902ea50d5f
@ -12,6 +12,7 @@ Contents:
|
|||||||
:maxdepth: 2
|
:maxdepth: 2
|
||||||
|
|
||||||
intro
|
intro
|
||||||
|
structure
|
||||||
|
|
||||||
|
|
||||||
Indices and tables
|
Indices and tables
|
||||||
|
@ -1,4 +1,4 @@
|
|||||||
:title:Introduction
|
:title:Introduction
|
||||||
|
|
||||||
Turbo Hipster
|
Turbo Hipster
|
||||||
=============
|
=============
|
||||||
@ -52,7 +52,9 @@ Typical workflow diagram
|
|||||||
z006 [shape=box, label="receive response"];
|
z006 [shape=box, label="receive response"];
|
||||||
z007 [shape=box, label="send report"];
|
z007 [shape=box, label="send report"];
|
||||||
|
|
||||||
z000 -> z001 -> z002 -> z003 -> z004 -> z005;
|
z000 -> z001 -> z002;
|
||||||
|
z003 -> z004 -> z005;
|
||||||
|
z005 -> z006 [dir=none, style=dotted];
|
||||||
z006 -> z007;
|
z006 -> z007;
|
||||||
|
|
||||||
}
|
}
|
||||||
@ -73,6 +75,7 @@ Typical workflow diagram
|
|||||||
gms002 [label="register method"];
|
gms002 [label="register method"];
|
||||||
|
|
||||||
gm001 -> gm002;
|
gm001 -> gm002;
|
||||||
|
gm002 -> gm003 [dir=none, style=dotted];
|
||||||
gm003 -> gm004;
|
gm003 -> gm004;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
6
doc/source/structure.rst
Normal file
6
doc/source/structure.rst
Normal file
@ -0,0 +1,6 @@
|
|||||||
|
:title:Turbo Hipster Structure
|
||||||
|
|
||||||
|
Structure
|
||||||
|
=======================
|
||||||
|
|
||||||
|
d
|
Loading…
x
Reference in New Issue
Block a user