Skip to main content

No project description provided

Reason this release was yanked:

Outdated, use hexdoc 1!0.1.x and hexdoc-hexcasting instead.

Project description

hexdoc

This is the Python docgen for Hex Casting.

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

Creating a plugin / addon

WIP.

  • Run these commands, then follow the prompts:
    pip install cookiecutter
    cookiecutter gh:object-Object/HexMod --directory doc
    
    • Note: if you run this from within an existing mod repo, add the flag -f and leave output_directory blank.
  • Fill in the TODOs in doc/properties.toml (mostly paths to files/folders in your mod so hexdoc can find the data it needs).
  • Try running the docgen locally by following the instructions in doc/README.md.
  • If it doesn't already exist, create an empty gh-pages branch and push it.
  • On GitHub, under Settings > Pages, set the source to Deploy from a branch, the branch to gh-pages, and the folder to docs/.
  • Commit and push the docgen, and see if the CI works.
  • On GitHub, under Settings > Environments, create two new environments called pypi and testpypi.
  • Follow these instructions for PyPI and TestPyPI: https://docs.pypi.org/trusted-publishers/creating-a-project-through-oidc/
    • TestPyPI is a duplicate of PyPI which can be used for testing package publishing without affecting the real index. The CI workflow includes a manual execution option to publish to TestPyPI.

Setup

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]

Usage

# run from the repo root, not doc/
hexdoc ./doc/properties.toml -o _site/src/docs
hexdoc_merge --src _site/src/docs --dst _site/dst/docs

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-0.9.5.1.0.dev11.tar.gz (107.9 kB view details)

Uploaded Source

Built Distribution

hexdoc-0.9.5.1.0.dev11-py3-none-any.whl (199.1 kB view details)

Uploaded Python 3

File details

Details for the file hexdoc-0.9.5.1.0.dev11.tar.gz.

File metadata

  • Download URL: hexdoc-0.9.5.1.0.dev11.tar.gz
  • Upload date:
  • Size: 107.9 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/4.0.2 CPython/3.11.5

File hashes

Hashes for hexdoc-0.9.5.1.0.dev11.tar.gz
Algorithm Hash digest
SHA256 195042e2cb0432256f22d2a0cfbbbd87e58c3db5efc7aa537c58a70b2775c632
MD5 5b9f08110434c43f21b08b839afbed73
BLAKE2b-256 b1e0fd28fb0a0773746c3b1bb529fb2314a12d42faef2ad86c5148fc131d41ea

See more details on using hashes here.

File details

Details for the file hexdoc-0.9.5.1.0.dev11-py3-none-any.whl.

File metadata

File hashes

Hashes for hexdoc-0.9.5.1.0.dev11-py3-none-any.whl
Algorithm Hash digest
SHA256 acd9c0f4302fc51c18e7d7b7eb02a44d5dc46c842222044ab76913023861ab4b
MD5 e970f245342de584c544d96ac57ca393
BLAKE2b-256 1fa4e16472f69f02ad8b5ea39c3fe91a9e10454df0561c2ee1f8820cdb5c69f7

See more details on using hashes here.

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page