HexCasting/doc
2023-09-02 01:21:05 -04:00
..
src/hexdoc [Release] Allow build step to commit changes 2023-09-02 01:21:05 -04:00
static Add optional static dir 2023-08-27 19:14:01 -04:00
test Fix merge delete error and some other stuff 2023-08-31 20:49:35 -04:00
.gitignore Use actions/deploy-pages 2023-08-27 19:06:20 -04:00
properties.toml Add navbar and auto-fetch Pages url 2023-08-31 23:39:31 -04:00
README.md Publish via Actions 2023-08-28 01:41:53 -04:00
TODO.md Reenable the brand link 2023-09-01 02:02:16 -04:00

doc

Contains the Python docgen for Hex Casting.

Setup

The minimum Python version to run this project is 3.11.

python -m venv venv

.\venv\Scripts\activate  # Windows
source venv/bin/activate # anything other than Windows

# run from the repo root, not doc/
pip install -e .[dev]

CI/CD

Usage

hexdoc doc/properties.toml -o out