betty.documentation module

Provide the Documentation API.

final class betty.documentation.DocumentationServer[source]

Bases: Server

Serve the documentation site.

__init__(cache_directory_path: Path, *, localizer: Localizer)[source]
property public_url: str

The server’s public URL.

async start() None[source]

Start the server.

async stop() None[source]

Stop the server.