HexCasting/doc
2023-07-23 02:39:17 -04:00
..
src Remove minification, format html, break the tests 2023-07-23 02:34:07 -04:00
templates Remove minification, format html, break the tests 2023-07-23 02:34:07 -04:00
test Update snapshots 2023-07-23 02:39:17 -04:00
properties.toml Remove minification, format html, break the tests 2023-07-23 02:34:07 -04:00
pyproject.toml Fully convert from Dacite to Pydantic! 2023-07-03 21:52:25 -04:00
README.md Switch to editable install 2023-06-27 10:01:18 -04:00
requirements-dev.txt Switch to editable install 2023-06-27 10:01:18 -04:00

doc

Contains the Python docgen for Hex Casting.

Setup

The minimum Python version to run this script is 3.11.

cd doc
python -m venv venv

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

pip install -r requirements-dev.txt

Usage

python -m hexcasting.scripts.main properties.toml -o out.html