class documentation
class TemplateWriter(IWriter): (source)
Constructor: TemplateWriter(build_directory, template_lookup)
HTML templates writer.
| Class Method | __subclasshook__ |
Undocumented |
| Method | __init__ |
No summary |
| Method | prep |
Write static CSS and JS files to build directory. |
| Method | write |
Iterate through obs and call _writeDocsFor method for each Documentable. |
| Method | write |
Called after writeIndividualFiles when option --html-subject is not used. |
| Method | write |
Called second. |
| Instance Variable | build |
Build directory |
| Instance Variable | dry |
Undocumented |
| Instance Variable | template |
Writer's TemplateLookup object |
| Instance Variable | total |
Undocumented |
| Instance Variable | written |
Undocumented |
| Method | _write |
Undocumented |
| Method | _write |
Undocumented |
overrides
pydoctor.templatewriter.IWriter.__init__| Parameters | |
buildPath | Build directory. |
templateTemplateLookup | TemplateLookup object. |