Update documentation

This commit is contained in:
Lucien Greathouse
2019-01-28 15:16:42 -08:00
parent c6766bbe77
commit dd2a730b4a
13 changed files with 230 additions and 8 deletions

View File

@@ -0,0 +1,15 @@
digraph "Sync Files" {
graph [
ranksep = "0.7",
nodesep = "0.5",
];
node [
fontname = "monospace",
shape = "record",
];
my_model [label = "MyModel (Script)"]
foo [label = "foo (ModuleScript)"]
my_model -> foo
}