mirror of
https://github.com/invoke-ai/InvokeAI
synced 2024-08-30 20:32:17 +00:00
mkdocs can autogenerate python class docs from its docstrings. Our config is a pydantic model. It's tedious and error-prone to duplicate docstrings from the pydantic field descriptions to the class docstrings. - Add helper function to generate a mkdocs-compatible docstring from the InvokeAIAppConfig class fields |
||
---|---|---|
.. | ||
__init__.py | ||
config_base.py | ||
config_common.py | ||
config_default.py |