Skip to content

Latest commit

 

History

History
43 lines (28 loc) · 641 Bytes

index.rst

File metadata and controls

43 lines (28 loc) · 641 Bytes

graphviz

foo

bar -> baz

Hello graphviz world

foo

baz -> qux

graph.dot

bar

foo -> bar

foo

centered

digraph test {

foo [label="foo", URL="#graphviz", target="_parent"] bar [label="bar", image="./_static/images/test.svg"] baz [label="baz", URL="./_static/images/test.svg"] foo -> bar -> baz

}