- TODO: By default the build badge is for Travis CI. There is a commented example of an Appveyor CI badge you can use instead.
- TODO: Add codecov token to
.travis.yml
To generate documentation:
cd docs
make html
The docs will be under docs/_build/html
- Create a Python 3.6 Anaconda environment (or your favorite other means of creating a virtual environment):
conda create --name saga_tools python=3.6
followed byconda activate saga_tools
. pip install -r requirements.txt
Run make precommit
before commiting.
If you are using PyCharm, please set your docstring format to "Google" and your unit test runner to "PyTest"
in Preferences | Tools | Python Integrated Tools
.