updates to doc graph

This commit is contained in:
Joshua Hesketh 2013-09-06 11:15:30 +10:00
parent 8b0eb6efdb
commit 902ea50d5f
3 changed files with 12 additions and 2 deletions

View File

@ -12,6 +12,7 @@ Contents:
:maxdepth: 2
intro
structure
Indices and tables

View File

@ -1,4 +1,4 @@
:title:Introduction
:title:Introduction
Turbo Hipster
=============
@ -52,7 +52,9 @@ Typical workflow diagram
z006 [shape=box, label="receive response"];
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;
}
@ -73,6 +75,7 @@ Typical workflow diagram
gms002 [label="register method"];
gm001 -> gm002;
gm002 -> gm003 [dir=none, style=dotted];
gm003 -> gm004;
}

6
doc/source/structure.rst Normal file
View File

@ -0,0 +1,6 @@
:title:Turbo Hipster Structure
Structure
=======================
d