HexCasting/doc
2023-08-28 03:07:11 -04:00
..
src/hexdoc Update hatch-gradle-version, parametrize static_dir, make exporting optional 2023-08-28 00:07:21 -04:00
static Add optional static dir 2023-08-27 19:14:01 -04:00
test Add hatch-gradle-version and restructure a lot of things 2023-08-27 18:27:19 -04:00
.gitignore Use actions/deploy-pages 2023-08-27 19:06:20 -04:00
properties.toml Update hatch-gradle-version, parametrize static_dir, make exporting optional 2023-08-28 00:07:21 -04:00
README.md Publish via Actions 2023-08-28 01:41:53 -04:00
TODO.md Fix artifact path for pypi 2023-08-28 03:07:11 -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