Skip to content

Commit

Permalink
New figures to go with chapter text
Browse files Browse the repository at this point in the history
  • Loading branch information
brandon-rhodes committed Nov 26, 2014
1 parent 045c0ba commit 85c4a07
Show file tree
Hide file tree
Showing 6 changed files with 78 additions and 0 deletions.
22 changes: 22 additions & 0 deletions contingent/figure1.dot
Original file line number Diff line number Diff line change
@@ -0,0 +1,22 @@
digraph {
graph [rankdir=LR];
node [shape=rect penwidth=2 color="#DAB21D"
style=filled fillcolor="#F4E5AD"]
{rank=same
"api.rst"
"index.rst"
"tutorial.rst"
}
node [shape=rect penwidth=2 color="#708BA6"
style=filled fillcolor="#DCE9ED"]
{rank=same
"api.html"
"index.html"
"tutorial.html"
}
node [shape=oval penwidth=0 style=filled fillcolor="#E8EED2"
margin="0.05,0"]
"api.rst" -> "api.html"
"index.rst" -> "index.html"
"tutorial.rst" -> "tutorial.html"
}
Binary file added contingent/figure1.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
26 changes: 26 additions & 0 deletions contingent/figure2.dot
Original file line number Diff line number Diff line change
@@ -0,0 +1,26 @@
digraph {
graph [rankdir=LR];
node [shape=rect penwidth=2 color="#DAB21D"
style=filled fillcolor="#F4E5AD"]
{rank=same
"api.rst"
"index.rst"
"tutorial.rst"
}
node [shape=rect penwidth=2 color="#708BA6"
style=filled fillcolor="#DCE9ED"]
{rank=same
"api.html"
"index.html"
"tutorial.html"
}
node [shape=oval penwidth=0 style=filled fillcolor="#E8EED2"
margin="0.05,0"]
"api-title" -> "index.html"
"api.rst" -> "api-title"
"api.rst" -> "api.html"
"index.rst" -> "index.html"
"tutorial-title" -> "index.html"
"tutorial.rst" -> "tutorial-title"
"tutorial.rst" -> "tutorial.html"
}
Binary file added contingent/figure2.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
30 changes: 30 additions & 0 deletions contingent/figure3.dot
Original file line number Diff line number Diff line change
@@ -0,0 +1,30 @@
digraph {
graph [rankdir=LR];
node [shape=rect penwidth=2 color="#DAB21D"
style=filled fillcolor="#F4E5AD"]
{rank=same
"read('api.txt')"
"read('index.txt')"
"read('tutorial.txt')"
}
node [shape=rect penwidth=2 color="#708BA6"
style=filled fillcolor="#DCE9ED"]
{rank=same
"render('api.txt')"
"render('index.txt')"
"render('tutorial.txt')"
}
node [shape=oval penwidth=0 style=filled fillcolor="#E8EED2"
margin="0.05,0"]
"parse('api.txt')" -> "render('api.txt')"
"parse('api.txt')" -> "title_of('api.txt')"
"parse('index.txt')" -> "render('index.txt')"
"parse('tutorial.txt')" -> "render('tutorial.txt')"
"parse('tutorial.txt')" -> "title_of('tutorial.txt')"
"read('api.txt')" -> "parse('api.txt')"
"read('index.txt')" -> "parse('index.txt')"
"read('tutorial.txt')" -> "parse('tutorial.txt')"
"title_of('api.txt')" -> "render('index.txt')"
"title_of('tutorial.txt')" -> "render('api.txt')"
"title_of('tutorial.txt')" -> "render('index.txt')"
}
Binary file added contingent/figure3.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit 85c4a07

Please sign in to comment.