Modules | Files | Inheritance Tree | Inheritance Graph | Name Index | Config
module Synopsis::Formatter::HTML::ModuleIndexer
class ModuleIndexer
Files: Synopsis/Formatter/HTML/ModuleIndexer.py
ModuleIndexer-inheritance

A module for indexing AST.Modules. Each module gets its own page with a list of nested scope declarations with comments. It is intended to go in the left frame...


Operations Summary:
 __init__(self, manager) [Source]
 filename(self) [Source]
 title(self) [Source]
 register(self)
Register first page as index page [Source]
 process(self, start)
Creates indexes for all modules [Source]
 _makePageHeading(self, ns)
Creates a HTML fragment which becomes the name at the top of the index page. [Source]
 processNamespaceIndex(self, ns)
Index one module [Source]

Operation Details:
  _makePageHeading(self, ns)

Creates a HTML fragment which becomes the name at the top of the index page. This may be overridden, but the default is (now) to make a linked fully scoped name, where each scope has a link to the relevant index.