-
Notifications
You must be signed in to change notification settings - Fork 9
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #338 from HEPLean/Rebrand
refactor: Update informal graph
- Loading branch information
Showing
1 changed file
with
4 additions
and
4 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -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 { | ||
|
@@ -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> | ||
|
@@ -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 | ||
|