Skip to content
chris48s edited this page Aug 26, 2019 · 1 revision

Development Tasks

Run the tests locally:

./run_tests.py

Build package locally:

./build.sh

Build and deploy the API docs:

(cd docs && make clean html) && ghp-import -n -p docs/_build/html/
Clone this wiki locally