class documentation
class SideBarSection(Element): (source)
Constructor: SideBarSection(ob, documented_ob, loader, template_lookup)
Main sidebar section.
The sidebar typically contains two SideBarSection: one for the documented object and one for it's parent. Root modules have only one section.
| Method | __init__ |
Undocumented |
| Method | content |
Undocumented |
| Method | description |
Short description of the sidebar section. |
| Method | kind |
Undocumented |
| Method | name |
Craft a <code><a> block for the title with custom description when hovering. |
| Instance Variable | documented |
Undocumented |
| Instance Variable | ob |
Undocumented |
| Instance Variable | template |
Undocumented |
| Instance Variable | _represents |
Undocumented |
def __init__(self, ob:
Documentable, documented_ob: Documentable, loader: ITemplateLoader, template_lookup: TemplateLookup):
(source)
¶
Undocumented