module Synopsis.Formatters.HTML.Parts.Summary
class Summary
Summary-inheritance
Formatting summary visitor. This formatter displays a summary for each declaration, with links to the details if there is one. All of this is controlled by the ASGFormatters.
Class attributes Summary:
source code
Methods Summary:
  register(self, view)
references
source code
  set_link_detail(self, flag)
references
source code
Sets link_detail flag to given value.
  label(self, ref, label = None)
references
source code
Override to check link_detail flag.
  write_section_start(self, heading)
references
source code
Start a 'summary' section and write an appropriate heading.
  write_section_end(self, heading)
references
source code
Close the section.
  write_section_item(self, text)
references
source code
Add an item.
  process(self, scope)
references
source code
Methods Details:
  set_link_detail(self, flag)
references
source code
Sets link_detail flag to given value. @see label()
  label(self, ref, label = None)
references
source code
Override to check link_detail flag. If it's set, returns a reference instead - which will be to the detailed info
  write_section_start(self, heading)
references
source code
Start a 'summary' section and write an appropriate heading.
  write_section_end(self, heading)
references
source code
Close the section.
  write_section_item(self, text)
references
source code
Add an item.
  process(self, scope)
references
source code
Print out the summaries from the given scope