docs: Note about lean in Notes
This commit is contained in:
parent
b1bbd272da
commit
9fb18af0d9
2 changed files with 13 additions and 2 deletions
|
@ -22,7 +22,7 @@ def pertubationTheory : NoteFile where
|
|||
`HepLean.PerturbationTheory.Wick.Contract
|
||||
]
|
||||
|
||||
unsafe def main (args : List String) : IO UInt32 := do
|
||||
unsafe def main (_ : List String) : IO UInt32 := do
|
||||
initSearchPath (← findSysroot)
|
||||
let htmlString ← CoreM.withImportModules #[`HepLean] (pertubationTheory.toHTMLString).run'
|
||||
let htmlFile : System.FilePath := {toString := "./docs/PerturbationTheory.html"}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue