module Synopsis.Formatters.HTML.Views.NameIndex
class NameIndex
NameIndex-inheritance
Creates an index of all names on one view in alphabetical order.
Protected Methods Summary:
  _process_item(self, type)
references
source code
Class attributes Summary:
source code
Methods Summary:
  filename(self)
references
source code
  title(self)
references
source code
  root(self)
references
source code
  process(self)
references
source code
  make_dictionary(self)
references
source code
Returns a dictionary of items.
  end_file(self)
references
source code
Protected Methods Details:
  _process_item(self, type)
references
source code
Process the given name for output
Methods Details:
  make_dictionary(self)
references
source code
Returns a dictionary of items. The keys of the dictionary are the headings - the first letter of the name. The values are each a sorted list of items with that first letter.
  end_file(self)
references
source code
Overrides end_file to provide synopsis logo