Skip to content

melissawm/sphinx-tags

Folders and files

NameName
Last commit message
Last commit date
Oct 27, 2023
Nov 7, 2023
Jul 7, 2024
Nov 9, 2024
Jun 8, 2024
Oct 9, 2022
Oct 7, 2024
May 18, 2022
Jul 8, 2024
May 15, 2022
Oct 30, 2023
Jan 2, 2024

Repository files navigation

sphinx-tags sphinx-tags Codecov

A tiny Sphinx extension that implements blog-style tags for documentation.

πŸ—£ If you use this extension in your project, please drop us a note in this discussion post

Installation

After activating a virtual environment manager such as venv or conda, use

python -m pip install sphinx-tags

or

conda install sphinx-tags -c conda-forge

Usage

Refer to the documentation for usage instructions.

Contributing

Feel free to submit issues or PRs - keep in mind this project is experimental!

If you want to submit Pull requests to this repository, please follow the contribution guidelines.

Code of Conduct

All contributors and maintainers are expected to follow the PSF Code of Conduct.

Notes

This project is loosely based on this StackOverflow answer.