HexCasting/doc
2023-06-06 18:30:44 -04:00
..
test Revert collate_data to 0.10.3, fix other encodings, add Pylance and Black settings 2023-06-06 18:30:44 -04:00
.gitignore Add initial snapshot tests 2023-06-06 17:37:35 -04:00
collate_data.py Revert collate_data to 0.10.3, fix other encodings, add Pylance and Black settings 2023-06-06 18:30:44 -04:00
pyproject.toml Revert collate_data to 0.10.3, fix other encodings, add Pylance and Black settings 2023-06-06 18:30:44 -04:00
README.md Setup Pytest 2023-06-06 17:37:34 -04:00
requirements.txt Setup Pytest 2023-06-06 17:37:34 -04:00
template.html Fix hardcode hack with another hack 2022-08-19 11:22:58 -04:00

doc

Contains the Python docgen for Hex Casting.

Setup

cd doc
python -m venv venv

.\venv\Scripts\activate  # Windows
source venv/bin/activate # anything other than Windows

pip install -r requirements.txt