HexCasting/doc
2023-06-20 00:54:25 -04:00
..
src Split recipe and page into a bunch of files 2023-06-20 00:54:25 -04:00
test holy SHIT it WORKS 2023-06-20 00:42:49 -04:00
properties.toml holy SHIT it WORKS 2023-06-20 00:42:49 -04:00
pyproject.toml Nothing works and everything's unfinished but this commit is big enough already 2023-06-17 20:03:26 -04:00
README.md Book refactor (enormous) 2023-06-10 19:14:53 -04:00
requirements-dev.txt holy SHIT it WORKS 2023-06-20 00:42:49 -04:00
requirements.txt holy SHIT it WORKS 2023-06-20 00:42:49 -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.txt

Usage

python src/main.py ../Common/src/main/resources hexcasting thehexbook template.html out.html