Further tweaks and fixes

This commit is contained in:
Patrick Robertson
2025-02-11 14:37:29 +00:00
parent 29901da601
commit 62154ddfef
10 changed files with 30 additions and 747 deletions

View File

@@ -58,8 +58,8 @@ def generate_module_docs():
configs_cheatsheet += f"| `{module.name}.{key}` | {help} | {value.get('default', '')} | {type} |\n"
# make type folder if it doesn't exist
# add a link to the autodoc refs
readme_str += f"\n[API Reference](../../../autoapi/{module.name}/index)\n"
# create the module.type folder, use the first type just for where to store the file
type_folder = SAVE_FOLDER / module.type[0]
type_folder.mkdir(exist_ok=True)