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.8.0.tar.gz (42.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.8.0-py3-none-any.whl (48.8 kB view details)

Uploaded Python 3

File details

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

File metadata

  • Download URL: yardang-0.8.0.tar.gz
  • Upload date:
  • Size: 42.1 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/6.2.0 CPython/3.12.3

File hashes

Hashes for yardang-0.8.0.tar.gz
Algorithm Hash digest
SHA256 36c989ec99db0377df3bad8d9895b61e5b9b70d789d93b97e4a871bfbfb6ff65
MD5 ea732cd92fde21d093c06524e134fc4c
BLAKE2b-256 c252a5f642fcf8bebd0c118d9a009d8f063ae08eb7c85990116c0b588d12d3a6

See more details on using hashes here.

File details

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

File metadata

  • Download URL: yardang-0.8.0-py3-none-any.whl
  • Upload date:
  • Size: 48.8 kB
  • Tags: Python 3
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/6.2.0 CPython/3.12.3

File hashes

Hashes for yardang-0.8.0-py3-none-any.whl
Algorithm Hash digest
SHA256 b3b55b5a3290db9545b50e9c31db55394d1e5af4c7502fccf2cd2fbf885655d7
MD5 fcaf6c87b124df690c1643e544aaf282
BLAKE2b-256 0e0d0e37fbd0c0c75624bb7a240d5a7cb121c360a18028fad72ffc2785e804d9

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