betty.documentation module¶
Provide the Documentation API.
- class betty.documentation.DocumentationServer[source]¶
Bases:
ServerServe the documentation site.
- Parameters:
cache_directory_path (
pathlib.Path)localizer (
betty.locale.Localizer)
- __init__(cache_directory_path: pathlib.Path, *, localizer: betty.locale.Localizer)[source]¶
- Parameters:
cache_directory_path (
pathlib.Path)localizer (
betty.locale.Localizer)
- classmethod label() betty.locale.Localizable[source]¶
Get the server’s human-readable label.
- Return type: