Update README.md
This commit is contained in:
Andreas Wilms
2025-09-08 19:05:42 +02:00
commit 306fce9b53
153 changed files with 140241 additions and 0 deletions

8
docu/README.md Normal file
View File

@@ -0,0 +1,8 @@
### Generating Documentation Page
To generate a [documentation page](https://berscjak.github.io/) from source code with mkdocs, run the following from root directory:
```
pip install mkdocs mkdocstrings[python] mkdocs-awesome-pages-plugin
mkdocs serve
```