module documentation

The entry point.

Function get_system Get a system with the defined options. Load packages and modules.
Function main This is the console_scripts entry point for pydoctor CLI.
Function make Produce the html/intersphinx output, as configured in the system's options.
def get_system(options): (source)

Get a system with the defined options. Load packages and modules.

Parameters
options:model.OptionsUndocumented
Returns
model.SystemUndocumented
def main(args=sys.argv[1:]): (source)

This is the console_scripts entry point for pydoctor CLI.

Parameters
args:Sequence[str]Command line arguments to run the CLI.
Returns
intUndocumented
def make(system): (source)

Produce the html/intersphinx output, as configured in the system's options.

Parameters
system:model.SystemUndocumented