class documentation
class Page(TemplateElement): (source)
Known subclasses: pydoctor.templatewriter.pages.CommonPage, pydoctor.templatewriter.search.AllDocuments, pydoctor.templatewriter.summary.ClassIndexPage, pydoctor.templatewriter.summary.HelpPage, pydoctor.templatewriter.summary.IndexPage, pydoctor.templatewriter.summary.ModuleIndexPage, pydoctor.templatewriter.summary.NameIndexPage, pydoctor.templatewriter.summary.UndocumentedSummaryPage
Constructor: Page(system, template_lookup, loader)
Abstract base class for output pages.
Defines special HTML placeholders that are designed to be overriden by users: "header.html", "subheader.html" and "footer.html".
| Method | __init__ |
Undocumented |
| Method | footer |
Undocumented |
| Method | head |
Undocumented |
| Method | header |
Undocumented |
| Method | nav |
Undocumented |
| Method | render |
Undocumented |
| Method | subheader |
Undocumented |
| Method | title |
Undocumented |
| Instance Variable | system |
Undocumented |
| Instance Variable | template |
Undocumented |
| Property | page |
The relative page url |
| Property | slot |
Undocumented |
Inherited from TemplateElement:
| Class Method | lookup |
Lookup the element ITemplateLoader with the TemplateLookup. |
def __init__(self, system:
model.System, template_lookup: TemplateLookup, loader: ITemplateLoader | None = None):
(source)
¶
overridden in
pydoctor.templatewriter.pages.CommonPage, pydoctor.templatewriter.search.AllDocuments, pydoctor.templatewriter.summary.ClassIndexPage, pydoctor.templatewriter.summary.HelpPage, pydoctor.templatewriter.summary.IndexPage, pydoctor.templatewriter.summary.ModuleIndexPage, pydoctor.templatewriter.summary.NameIndexPage, pydoctor.templatewriter.summary.UndocumentedSummaryPageUndocumented