Skip to content

Commit

Permalink
Re-render chapter, and use Arial for diagrams
Browse files Browse the repository at this point in the history
  • Loading branch information
brandon-rhodes committed May 12, 2015
1 parent 3f6c532 commit 2d03ae7
Show file tree
Hide file tree
Showing 12 changed files with 1,779 additions and 6 deletions.
8 changes: 7 additions & 1 deletion contingent/chapter.dot
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
digraph {
graph [rankdir=LR];
node [shape=rect penwidth=2 color="#DAB21D"
node [fontname=Arial shape=rect penwidth=2 color="#DAB21D"
style=filled fillcolor="#F4E5AD"]
{rank=same
"read_text_file('chapter.dot')"
Expand All @@ -25,12 +25,18 @@ node [shape=oval penwidth=0 style=filled fillcolor="#E8EED2"
margin="0.05,0"]
"chapter_doctests('chapter.rst')" -> "render('chapter.rst')"
"check_rst_includes('chapter.rst')" -> "render('chapter.rst')"
"read_text_file('chapter.dot')" -> "chapter_doctests('chapter.rst')"
"read_text_file('chapter.dot')" -> "render('chapter.dot')"
"read_text_file('chapter.rst')" -> "chapter_doctests('chapter.rst')"
"read_text_file('chapter.rst')" -> "check_rst_includes('chapter.rst')"
"read_text_file('chapter.rst')" -> "render('chapter.rst')"
"read_text_file('contingent/graphlib.py')" -> "check_rst_includes('chapter.rst')"
"read_text_file('figure1.dot')" -> "chapter_doctests('chapter.rst')"
"read_text_file('figure1.dot')" -> "render('figure1.dot')"
"read_text_file('figure2.dot')" -> "chapter_doctests('chapter.rst')"
"read_text_file('figure2.dot')" -> "render('figure2.dot')"
"read_text_file('figure3.dot')" -> "chapter_doctests('chapter.rst')"
"read_text_file('figure3.dot')" -> "render('figure3.dot')"
"read_text_file('figure4.dot')" -> "chapter_doctests('chapter.rst')"
"read_text_file('figure4.dot')" -> "render('figure4.dot')"
}
Loading

0 comments on commit 2d03ae7

Please sign in to comment.