Adding mkdocs config and docs folder

This commit is contained in:
Mose Müller
2023-08-04 12:02:56 +02:00
parent 0e8970f0c5
commit da28b6c82c
10 changed files with 82 additions and 3 deletions

View File

10
docs/about/license.md Normal file
View File

@ -0,0 +1,10 @@
License
=======
`pydase` is released under the *MIT license*:
```{.license}
{%
include "../../LICENSE"
comments=false
%}
```

View File