Improved documentation for cpl.application

This commit is contained in:
2021-04-14 22:20:18 +02:00
parent ed1a4eb88c
commit 4209055d62
97 changed files with 429 additions and 4987 deletions

3
scripts/chrome.sh Normal file
View File

@@ -0,0 +1,3 @@
#!/bin/bash
google-chrome $PWD/../docs/build/html/index.html

6
scripts/create_docs.sh Normal file
View File

@@ -0,0 +1,6 @@
#!/bin/bash
cd ../docs/
sphinx-apidoc -o source/ ../src/cpl
make clean
make html;