Developer information
Source code
Source code is available at:
Running tests
There are unit tests available. While standing in the root of the rescalehtc folder, run
> python -m unittest tests/tests_*.py
Render documentation
To make rendered documentation in HTML format, go to the docs dir and do
> make html