HexCasting/doc
2023-06-11 16:20:53 -04:00
..
src Entry dataclass 2023-06-11 16:20:53 -04:00
test Refactor Minecraft classes into their own directory 2023-06-11 12:51:38 -04:00
pyproject.toml Preliminary refactoring, more snapshots 2023-06-06 22:34:41 -04:00
README.md Book refactor (enormous) 2023-06-10 19:14:53 -04:00
requirements.txt Book refactor (enormous) 2023-06-10 19:14:53 -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