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