Skip to content

Latest commit

 

History

History
31 lines (21 loc) · 1.18 KB

README.md

File metadata and controls

31 lines (21 loc) · 1.18 KB
  • 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

Build status codecov

Documentation

To generate documentation:

cd docs
make html

The docs will be under docs/_build/html

Project Setup

  1. 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 by conda activate saga_tools.
  2. pip install -r requirements.txt

Contributing

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.