Equations
- One or more equations did not get rendered due to their size.
Instances For
def
DocGen4.htmlOutputSetup
(config : Output.SiteBaseContext)
(tacticInfo : Array (Process.TacticInfo Html))
:
Equations
- One or more equations did not get rendered due to their size.
Instances For
@[reducible, inline]
Custom source linker type: given an optional source URL and module name, returns a function from declaration range to URL
Equations
Instances For
def
DocGen4.htmlOutputResultsParallel
(baseConfig : Output.SiteBaseContext)
(dbPath : System.FilePath)
(linkCtx : DB.LinkingContext)
(targetModules : Array Lean.Name := linkCtx.moduleNames)
(sourceLinker? : Option SourceLinkerFn := none)
(declarationDecorator? : Option Output.DeclarationDecoratorFn := none)
:
Generates HTML for all modules in parallel. Each task loads its module from DB, renders HTML, and
writes output files. The linking context provides cross-module linking without loading all module
data upfront. When targetModules is provided, only those modules are rendered (but linking uses
all modules).
Equations
- One or more equations did not get rendered due to their size.
Instances For
Equations
- One or more equations did not get rendered due to their size.
Instances For
def
DocGen4.htmlOutputIndex
(baseConfig : Output.SiteBaseContext)
(modules : Array Output.JsonModule)
(tacticInfo : Array (Process.TacticInfo Html))
:
Equations
- One or more equations did not get rendered due to their size.
Instances For
Equations
- One or more equations did not get rendered due to their size.
Instances For
Scans for existing module HTML files under docDir.
Equations
- One or more equations did not get rendered due to their size.
Instances For
partial def
DocGen4.scanModuleHtmlFiles.scanDir
(docDir : System.FilePath)
(skipFiles skipDirs : List String)
(dir : System.FilePath)
: