class documentation

Interface class for pydoctor output writer.

Method __init__ Undocumented
Method prepOutputDirectory Called first.
Method writeIndividualFiles Called last.
Method writeSummaryPages Called second.
def __init__(self, build_directory, template_lookup): (source)

Undocumented

Parameters
build_directory:PathUndocumented
template_lookup:TemplateLookupUndocumented
def prepOutputDirectory(self): (source)
def writeIndividualFiles(self, obs): (source)

Called last.

Parameters
obs:Iterable[Documentable]Undocumented
def writeSummaryPages(self, system): (source)

Called second.

Parameters
system:SystemUndocumented