Skip to main content

yardang

yardang

Build Status codecov License PyPI

yardang is a Python library for generating Sphinx documentation easily, with minimal local configuration overhead.

yardang makes building Sphinx easy.

Configuration

Here is yardang's own configuration, in pyproject.toml

[tool.yardang]
root = "docs/src/home.md"
cname = "yardang.python-templates.dev"
pages = [
    "docs/src/overview.md",
    "docs/src/installation.md",
    "docs/src/configuration.md",
]
use-autoapi = true

Installation

You can install from PyPI via pip:

pip install yardang

Or from conda-forge via conda:

conda install yardang -c conda-forge

GitHub Action

A convenient github action is provided to publish documentation automatically in CI.

name: Docs
on:
  push:
    branches: ["main"]
    tags: ["v*"]
  workflow_dispatch:
permissions:
    contents: write
jobs:
  docs:
    runs-on: ubuntu-latest
    steps:
      - uses: actions-ext/yardang@main
        with:
          token: ${{ secrets.GITHUB_TOKEN }}

[!NOTE] This library was generated using copier from the Base Python Project Template repository.

Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

yardang-0.9.2.tar.gz (43.1 kB view details)

Uploaded Source

Built Distribution

If you're not sure about the file name format, learn more about wheel file names.

yardang-0.9.2-py3-none-any.whl (49.8 kB view details)

Uploaded Python 3

File details

Details for the file yardang-0.9.2.tar.gz.

File metadata

  • Download URL: yardang-0.9.2.tar.gz
  • Upload date:
  • Size: 43.1 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/7.0.0 CPython/3.12.13

File hashes

Hashes for yardang-0.9.2.tar.gz
Algorithm Hash digest
SHA256 01ef4e9f1a8d7513c43b072336ea810307ed4dbcdc8d8273c59d91797e75671c
MD5 0a3da69ce283e955d9383a88387468ff
BLAKE2b-256 e81610934096e430cd3b4b9e74e261019adec7cc70d18d98241cf5c08028a793

See more details on using hashes here.

File details

Details for the file yardang-0.9.2-py3-none-any.whl.

File metadata

  • Download URL: yardang-0.9.2-py3-none-any.whl
  • Upload date:
  • Size: 49.8 kB
  • Tags: Python 3
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/7.0.0 CPython/3.12.13

File hashes

Hashes for yardang-0.9.2-py3-none-any.whl
Algorithm Hash digest
SHA256 b037cf3ba1737e133d64def63c45f6e0435d01e07d2323cecf752dcada906aaf
MD5 fefd077a85d7d998a3f46a167b317fdb
BLAKE2b-256 080b16eb63988ef82e7e7a678043c458460d85c6087d17759dfa9d00070fce8d

See more details on using hashes here.

Supported by

AWS Cloud computing and Security Sponsor Datadog Monitoring Depot Continuous Integration Fastly CDN Google Download Analytics Sentry Error logging StatusPage Status page