The blueprint content in a module (see BlueprintContent) consists of:
- Blueprint nodes extracted from
@[blueprint]tags - All module docstrings defined in
blueprint_comment /-- ... -/
These contents are sorted by declaration range (similar to the sort in doc-gen4).
Equations
- One or more equations did not get rendered due to their size.
Instances For
@[implicit_reducible]
Equations
The export blueprint LaTeX from a module is determined by the list of BlueprintContent
in the module. This is analogous to doc-gen4's ModuleMember.
- node : NodeWithPos → BlueprintContent
- modDoc : Lean.ModuleDoc → BlueprintContent
Instances For
@[implicit_reducible]
Equations
@[implicit_reducible]
Equations
Equations
- One or more equations did not get rendered due to their size.
Instances For
Equations
Instances For
An order for blueprint contents, based on their declaration range.
Equations
Instances For
Get blueprint contents of the current module.
Equations
- One or more equations did not get rendered due to their size.
Instances For
Get blueprint contents of an imported module. When blueprint.all is set, auto-nodes for the
module's own declarations are included (this is the path used by lake build :blueprint).
Equations
- One or more equations did not get rendered due to their size.