Skip to main content

No project description provided

Reason this release was yanked:

This is a pre-release, use 0.1.3 instead

Project description

PDG role for Sphinx

PyPI package Supported Python versions GPLv3+ license Test coverage Codacy Badge CI status Checked with mypy pre-commit Prettier Code style: black Imports: isort

This package is a Sphinx extension that makes it easy to refer to PDF files of reviews and particle listings in the PDG.

Installation

Just install through PyPI with pip:

pip install sphinxcontrib-hep-pdgref

Next, in your Sphinx configuration file (conf.py), add "sphinxcontrib.hep.pdgref" to your extensions:

extensions = [
    ...
    "sphinxcontrib.hep.pdgref",
    ...
]

Usage

There are two roles, one for the particle listings and one for the review. These roles can be used as follows:

:pdg-review:`Kinematics`

:pdg-review:`2014; Resonances`

:pdg-review:`Resonances; 2018; pp. 2-4, 7`

:pdg-review:`QCD; p5`

:pdg-listing:`QCD; p5`

:pdg-review:`QCD; p5`

which will render in the HTML pages as:

PDG2020, §Kinematics

PDG2014, §Resonances

PDG2018, §Resonances, pp.2-4,7

PDG2020, §QCD, p.5

PDG2020, §QCD, p.5

PDG2018

Note that the resulting links lead to the correct page as well!

Project details


Download files

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

Source Distribution

sphinxcontrib-hep-pdgref-0.1.1.tar.gz (18.4 kB view hashes)

Uploaded Source

Built Distribution

sphinxcontrib_hep_pdgref-0.1.1-py3-none-any.whl (7.6 kB view hashes)

Uploaded Python 3

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