Development
Base setup
-
Use a virtualenv (e.g. with virtualenvwrapper
mkvirtualenv -a . atr-data-gen) -
Install
atr-data-generatoras a package (e.g. with pippip install -e .)
Documentation
The documentation is generated via Antora. Please keep it updated when modifying or adding features.
It’s pretty easy to do:
npm install
make antora
cd public
python -m http.server
You can then write in Asciidoc in the relevant docs/*.adoc files, and see live output on http://localhost:8000.