docs
Utilities for exporting packaged MADA Tools documentation sources.
Wheels contain a generated mada_tools/_docs resource tree created from the
repository's top-level docs/, configs/, and mkdocs.yaml files at
build time. This module exposes that packaged MkDocs project to downstream
packages without assuming they have a MADA Tools source checkout available.
export_docs(destination)
Copy the packaged documentation source tree to a destination directory.
Parameters:
| Name | Type | Description | Default |
|---|---|---|---|
destination
|
PathLike
|
Directory that will receive the exported documentation
project, including |
required |
Returns:
| Type | Description |
|---|---|
Path
|
The resolved destination path. |