Skip to content
John Hoffer edited this page Mar 17, 2017 · 11 revisions

All below code blocks should be run from the root directory of the butterfly repository.

Run unit tests

This runs all tests in the tests directory.

nosetests tests

Test docs locally

This installs everything needed to build the docs

pip install -r docs/requirements.txt

This generates a local copy of the docs and serves them on port 1337.

sphinx-autobuild docs/source/ docs/build/ -H 0.0.0.0 -p 1337

Version 2

Version 1

Clone this wiki locally