Improved documentation for cpl.application
This commit is contained in:
3
scripts/chrome.sh
Normal file
3
scripts/chrome.sh
Normal file
@@ -0,0 +1,3 @@
|
||||
#!/bin/bash
|
||||
|
||||
google-chrome $PWD/../docs/build/html/index.html
|
6
scripts/create_docs.sh
Normal file
6
scripts/create_docs.sh
Normal file
@@ -0,0 +1,6 @@
|
||||
#!/bin/bash
|
||||
|
||||
cd ../docs/
|
||||
sphinx-apidoc -o source/ ../src/cpl
|
||||
make clean
|
||||
make html;
|
Reference in New Issue
Block a user