Skip to content

Latest commit

 

History

History
19 lines (12 loc) · 328 Bytes

DOCS_README.md

File metadata and controls

19 lines (12 loc) · 328 Bytes

Documentation

Documentation is located in /docs and is served using MkDocs with ReadTheDocs.

Installing dependencies locally:

virtualenv -p python3 /tmp/virtualenvs/axion-release
. /tmp/virtualenvs/axion-release/bin/activate
pip install -r requirements.txt

Serving docs with autorefresh:

mkdocs serve