HexCasting/doc
2023-06-27 22:13:41 -04:00
..
src Use entry hooks to load union types 2023-06-27 22:13:41 -04:00
test Switch to editable install 2023-06-27 10:01:18 -04:00
properties.toml holy SHIT it WORKS 2023-06-20 00:42:49 -04:00
pyproject.toml Use entry hooks to load union types 2023-06-27 22:13:41 -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
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

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