Skip to content

Commit

Permalink
Merge pull request #338 from HEPLean/Rebrand
Browse files Browse the repository at this point in the history
refactor: Update informal graph
  • Loading branch information
jstoobysmith authored Feb 14, 2025
2 parents b0888d5 + 08e9226 commit 0b06379
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions scripts/MetaPrograms/informal.lean
Original file line number Diff line number Diff line change
Expand Up @@ -193,7 +193,7 @@ layout: default
<!DOCTYPE html>
<html>
<head>
<title>Informal dependency graph for HepLean</title>
<title>Informal dependency graph for PhysLean</title>
<style>
/* Optional styling for the message display */
#message {
Expand All @@ -218,10 +218,10 @@ layout: default
<script src=\"https://unpkg.com/[email protected]/build/d3-graphviz.js\"></script>
<!-- Add a title to the page -->
<h1 style=\"text-align: center;\">Informal dependency graph for HepLean</h1>
<h1 style=\"text-align: center;\">Informal dependency graph for PhysLean</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>
It does not show all results formalised into PhysLean.</p>
<!-- Div to display the graph -->
<div id=\"graph\" style=\"width: 75vw; height: 75vh; border: 1px solid black\"></div>
Expand Down Expand Up @@ -299,7 +299,7 @@ def IO.withStdoutRedirectedTo {α} (filePath : System.FilePath) (action : IO α)

unsafe def main (args : List String) : IO Unit := do
initSearchPath (← findSysroot)
let rootModule := `HepLean
let rootModule := `PhysLean
CoreM.withImportModules #[rootModule] do
/- Build informal dependencies with all information necessary. -/
let depDecls ← DepDecls.ofRootModule rootModule
Expand Down

0 comments on commit 0b06379

Please sign in to comment.