doc: Informal graph arrows
This commit is contained in:
parent
3271417b37
commit
62f1153088
1 changed files with 2 additions and 1 deletions
|
@ -265,7 +265,8 @@ unsafe def mkDot (imports : Array Import) : MetaM String := do
|
|||
bgcolor=\"lightyellow\";
|
||||
label=\"Informal dependency graph for HepLean\";
|
||||
labelloc=\"t\";
|
||||
labeljust=\"l\";"
|
||||
labeljust=\"l\";
|
||||
edge [arrowhead=vee];"
|
||||
let footer := "}"
|
||||
let nodes := String.intercalate "\n" formal_nodes.toList
|
||||
let informalLemmaNodes ← informal.mapM informalToNode
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue