From 5db53958895f03b74a8c62adc30aecdde8393878 Mon Sep 17 00:00:00 2001 From: Jared Dillard Date: Tue, 20 May 2025 01:38:14 -0700 Subject: [PATCH] add downloads badge to docs --- docs/source/index.rst | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) diff --git a/docs/source/index.rst b/docs/source/index.rst index ac35607..8922a8b 100644 --- a/docs/source/index.rst +++ b/docs/source/index.rst @@ -3,7 +3,7 @@ Sphinx llms.txt Generator A `Sphinx`_ extension that generates a summary ``llms.txt`` file, written in Markdown, and a single combined documentation ``llms-full.txt`` file, written in reStructuredText. -|PyPI version| |Parallel Safe| |GitHub Stars| +|PyPI version| |Downloads| |Parallel Safe| |GitHub Stars| .. toctree:: :maxdepth: 2 @@ -20,9 +20,12 @@ A `Sphinx`_ extension that generates a summary ``llms.txt`` file, written in Mar .. |PyPI version| image:: https://img.shields.io/pypi/v/sphinx-llms-txt.svg :target: https://pypi.python.org/pypi/sphinx-llms-txt :alt: Latest PyPi Version +.. |Downloads| image:: https://static.pepy.tech/badge/sphinx-llms-txt/month + :target: https://pepy.tech/project/sphinx-llms-txt + :alt: PyPi Downloads per month .. |Parallel Safe| image:: https://img.shields.io/badge/parallel%20safe-true-brightgreen :target: # :alt: Parallel read/write safe -.. |GitHub Stars| image:: https://img.shields.io/github/stars/jdillard/sphinx-sitemap?style=social - :target: https://github.com/jdillard/sphinx-sitemap +.. |GitHub Stars| image:: https://img.shields.io/github/stars/jdillard/sphinx-llms-txt?style=social + :target: https://github.com/jdillard/sphinx-llms-txt :alt: GitHub Repository stars