HexCasting/doc
2023-06-25 22:41:39 -04:00
..
src Remove the HexBook subclass, making Book generic 2023-06-25 22:41:39 -04:00
test Remove the HexBook subclass, making Book generic 2023-06-25 22:41:39 -04:00
properties.toml holy SHIT it WORKS 2023-06-20 00:42:49 -04:00
pyproject.toml Remove _BookData, split HexBook from Book, and actually resolve the circular imports 2023-06-20 19:17:58 -04:00
README.md Book refactor (enormous) 2023-06-10 19:14:53 -04:00
requirements-dev.txt Use BookState to break all the dependency cycles 2023-06-25 15:40:39 -04:00
requirements.txt Use BookState to break all the dependency cycles 2023-06-25 15:40:39 -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