Python web book docgen for Patchouli and Hex Casting.
Project description
hexdoc
A Jinja-based documentation generator for Patchouli books.
This is the library that powers Hex Casting's web book.
Plugins
See hexdoc-hexcasting-template for instructions to set up a hexdoc plugin for a pre-existing Hex Casting addon.
Contributing
Setup
git submodule update --init
python3.11 -m venv venv
.\venv\Scripts\activate # Windows
. venv/bin/activate.fish # fish
source venv/bin/activate # everything else
pip install -e .[dev]
pre-commit install
Usage
For local testing, create a file called .env
in the repo root following this template:
GITHUB_SHA=main
GITHUB_REPOSITORY=hexdoc-dev/hexdoc
GITHUB_PAGES_URL=https://hexdoc.hexxy.media
Useful commands:
# show help
hexdoc -h
# render and serve the web book in watch mode
nodemon
# render and serve the web book
hexdoc serve
# export, render, and merge the web book
hexdoc export
hexdoc render
hexdoc merge
# start the Python interpreter with some extra local variables
hexdoc repl
# run tests
pytest # fast, skips Cookiecutter
nox # slow, full test suite in an isolated venv
nox --no-install # after the first Nox run, use this to skip reinstalling everything
# update test snapshots
nox -- --snapshot-update
# run hexdoc commands in an isolated environment to ensure it works on its own
nox -s hexdoc -- export
nox -s hexdoc -- repl
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
hexdoc-1!0.1.0a2.dev0.tar.gz
(95.5 kB
view details)
Built Distribution
File details
Details for the file hexdoc-1!0.1.0a2.dev0.tar.gz
.
File metadata
- Download URL: hexdoc-1!0.1.0a2.dev0.tar.gz
- Upload date:
- Size: 95.5 kB
- Tags: Source
- Uploaded using Trusted Publishing? Yes
- Uploaded via: twine/4.0.2 CPython/3.11.7
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | b9e1279d361fc6132938b1a552a7e8cfb9fccba26d1398bb3c6334debdbcb628 |
|
MD5 | 3f1a60ad91062ab539055194fc2adece |
|
BLAKE2b-256 | 3028db1b24099881e617b4b90f8086cad8a9aa97dd2bf5912825d4d5e1e598b0 |
File details
Details for the file hexdoc-1!0.1.0a2.dev0-py3-none-any.whl
.
File metadata
- Download URL: hexdoc-1!0.1.0a2.dev0-py3-none-any.whl
- Upload date:
- Size: 138.1 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? Yes
- Uploaded via: twine/4.0.2 CPython/3.11.7
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 178a0c39be389c047499438c168909c95e253973bcce24025a57dad1d9d46c49 |
|
MD5 | 9df1b2ce10f50e8a90dd4c7728574134 |
|
BLAKE2b-256 | 43a98cdcee578e601b8f4cc90ed47d3dd588d4f5483856de531cdfbb9f3ccf19 |