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: Path, template_lookup: TemplateLookup): (source)

Undocumented

def prepOutputDirectory(self): (source)

Called first.

def writeIndividualFiles(self, obs: Iterable[Documentable]): (source)

Called last.

def writeSummaryPages(self, system: System): (source)

Called second.