class documentation

Interface class for pydoctor output writer.

Method __init__ Undocumented
Method prepOutputDirectory Called first.
Method writeIndividualFiles Called third.
Method writeLinks Called after writeIndividualFiles when option --html-subject is not used.
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 third.

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

Called after writeIndividualFiles when option --html-subject is not used.

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

Called second.