- Check the Gitter to discuss the issue
- Please follow Google's Python style guide, mostly especially for docstrings. You will probably notice if you've made mistakes with docstrings because it won't render correctly when you build the documentation.
To run testing and build documentation, install the development dependencies:
pip install -e .[develop]
Make sure that tests are passing for both Python 2.7 and Python 3.6:
python setup.py test # Unit tests
python setup.py flake # Linting
Making sure these steps pass will help the continuous integration step go smoothly.
To build the documentation locally, run
cd doc/
make html