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: model.Options) -> model.System: (source)

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

def main(args: Sequence[str] = sys.argv[1:]) -> int: (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: model.System): (source)

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