Update informal.lean
This commit is contained in:
parent
d5691db8c8
commit
6c39e39273
1 changed files with 3 additions and 1 deletions
|
@ -414,7 +414,9 @@ unsafe def toHTML (imports : Array Import) : MetaM String := do
|
|||
|
||||
<!-- Add a title to the page -->
|
||||
<h1 style=\"text-align: center;\">Informal dependency graph for HepLean</h1>
|
||||
|
||||
<p style=\"text-align: center;\">Click on a node to display the text associated with it.</p>
|
||||
<p style=\"text-align: center;\">This graph only shows informal results (gray) and their direct formal dependencies (blue).
|
||||
It does not show all results formalised into HepLean.</p>
|
||||
<!-- Div to display the graph -->
|
||||
<div id=\"graph\" style=\"width: 100vw; height: 75vh; border: 1px solid black\"></div>
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue