docs: Note about lean in Notes

This commit is contained in:
jstoobysmith 2024-12-05 06:23:10 +00:00
parent b1bbd272da
commit 9fb18af0d9
2 changed files with 13 additions and 2 deletions

View file

@ -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"}