Initial commit
This commit is contained in:
commit
fc8cc85a04
14 changed files with 321 additions and 0 deletions
4
scripts/build_documentation.sh
Normal file
4
scripts/build_documentation.sh
Normal file
|
@ -0,0 +1,4 @@
|
|||
cd "$(dirname "$0")"
|
||||
cd ../
|
||||
|
||||
pdoc -o documentation python_project_template # FIXME
|
4
scripts/compile_everything.sh
Normal file
4
scripts/compile_everything.sh
Normal file
|
@ -0,0 +1,4 @@
|
|||
cd "$(dirname "$0")"
|
||||
|
||||
bash ./build_documentation.sh
|
||||
bash ./compile_for_pypi.sh
|
4
scripts/compile_for_pypi.sh
Normal file
4
scripts/compile_for_pypi.sh
Normal file
|
@ -0,0 +1,4 @@
|
|||
cd "$(dirname "$0")"
|
||||
cd ../
|
||||
|
||||
python setup.py sdist
|
Loading…
Add table
Add a link
Reference in a new issue