Index
frequenz.repo.config.mkdocs
¤
Tools to manage and generate documentation using mkdocs
.
Functions¤
frequenz.repo.config.mkdocs.generate_protobuf_api_pages(src_path='proto', dst_path='protobuf-reference')
¤
Generate API documentation pages for the code.
Internal modules (those starting with an underscore except from __init__
) are
not included.
A summary page is generated as SUMMARY.md
which is compatible with the
mkdocs-literary-nav
plugin.
PARAMETER | DESCRIPTION |
---|---|
src_path |
Path where the code is located.
TYPE:
|
dst_path |
Path where the documentation should be generated. This is relative to the output directory of mkdocs.
TYPE:
|
Source code in frequenz/repo/config/mkdocs/api_pages.py
frequenz.repo.config.mkdocs.generate_python_api_pages(src_path='src', dst_path='python-reference')
¤
Generate API documentation pages for the code.
Internal modules (those starting with an underscore except from __init__
) are
not included.
A summary page is generated as SUMMARY.md
which is compatible with the
mkdocs-literary-nav
plugin.
PARAMETER | DESCRIPTION |
---|---|
src_path |
Path where the code is located.
TYPE:
|
dst_path |
Path where the documentation should be generated. This is relative to the output directory of mkdocs.
TYPE:
|