rst.linker

Tools for adding metadata and hyperlinks to reStructuredText


License
MIT
Install
pip install rst.linker==2.4.0

Documentation

tests Code style: Black https://readthedocs.org/projects/rstlinker/badge/?version=latest https://img.shields.io/badge/skeleton-2023-informational

rst.linker provides a routine for adding links and performing other custom replacements to reStructuredText files as a Sphinx extension.

Usage

In your sphinx conf file, include rst.linker as an extension and then add a link_files configuration section describing the substitutions to make. For an example, see rst.linker's own conf.py or read the source to learn more about the the linkers provided.