Miscellany of relevant commands for developing Hathor core.
Check if code seems alright:
make check
Test and coverage:
make tests
Generate Sphinx docs:
cd docs
make html
make latexpdf
The output will be written to docs/_build/html/
.
Generate API docs:
hathor-cli generate_openapi_json
redoc-cli bundle hathor/cli/openapi_files/openapi.json --output index.html