Python web book docgen and hexdoc plugin for HexDebug.
Project description
hexdoc-hexdebug
Python web book docgen and hexdoc plugin for HexDebug.
Version scheme
We use hatch-gradle-version to generate the version number based on whichever mod version the docgen was built with.
The version is in this format: mod-version.python-version.mod-pre.python-dev.python-post
For example:
- Mod version:
0.11.1-7
- Python package version:
1.0.dev0
- Full version:
0.11.1.1.0rc7.dev0
Setup
Install Python 3.11 and Node 18 (20+ is not currently supported).
python3.11 -m venv venv
.\venv\Scripts\activate # Windows
. venv/bin/activate.fish # fish
source venv/bin/activate # everything else
# run from the repo root, not doc/
pip install -e .[dev]
Usage
For local testing, create a file called .env
in the repo root following this template:
GITHUB_REPOSITORY=object-Object/HexDebug
GITHUB_SHA=main
GITHUB_PAGES_URL=https://hexdebug.hexxy.media
Useful commands:
# show help
hexdoc -h
# render and serve the web book in watch mode
nodemon --config doc/nodemon.json
# 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
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
Built Distribution
File details
Details for the file hexdoc_hexdebug-0.2.1.1.19.2.1.0.tar.gz
.
File metadata
- Download URL: hexdoc_hexdebug-0.2.1.1.19.2.1.0.tar.gz
- Upload date:
- Size: 16.5 kB
- Tags: Source
- Uploaded using Trusted Publishing? Yes
- Uploaded via: twine/5.0.0 CPython/3.12.3
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 9f7bbea0a9c94a8154cb191833c23074b8e3b32569900fd8db30675b2034502f |
|
MD5 | 719f78959d5e0911c78a71734850c4e5 |
|
BLAKE2b-256 | d70b9ada13d51c45d035d52ff5ffbb6f57a84e1439eb642a54243211489b5125 |
File details
Details for the file hexdoc_hexdebug-0.2.1.1.19.2.1.0-py3-none-any.whl
.
File metadata
- Download URL: hexdoc_hexdebug-0.2.1.1.19.2.1.0-py3-none-any.whl
- Upload date:
- Size: 36.1 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? Yes
- Uploaded via: twine/5.0.0 CPython/3.12.3
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | cfb70e106ca4fb9680a15337ad03eb50540be44ac5d7042b360c931ef42fdaec |
|
MD5 | 18750c448e412510e73a39ed4cd4de87 |
|
BLAKE2b-256 | dbcfa6b9c9477162a595863c3d7b2661e84ffcc9dc75360cf4ea6a1b1f7ef4f1 |