Auto gen parameter doc (#14)

* added script to generate parameter documentation

* extended readme

* added templated parameter pages

* Update build-docs.yaml

* .

* .

---------

Co-authored-by: CaCO3 <caco@ruinelli.ch>
This commit is contained in:
CaCO3
2023-02-04 00:39:20 +01:00
committed by GitHub
parent 7c3821357f
commit db2a3482df
79 changed files with 573 additions and 0 deletions

View File

@@ -11,6 +11,7 @@ on:
push:
branches:
- 'main'
- 'auto-gen-parameter-doc'
jobs:
build-documentation:
@@ -39,4 +40,11 @@ jobs:
- name: Store docs in gh-pages branch
run: |
# Update Parameter Documentation
cd generate-param-docs
python generate-param-doc-pages.py
python concat-parameter-pages.py
cd ..
# Deploy it
mkdocs gh-deploy