HexCasting/doc
2023-06-21 00:35:42 -04:00
..
src Load Entries in Book instead of Category 2023-06-20 22:54:28 -04:00
test Add pretty-printed @longrun test, disable diff for all other tests 2023-06-21 00:35:42 -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 Remove _BookData, split HexBook from Book, and actually resolve the circular imports 2023-06-20 19:17:58 -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