From 98545b61f299d86b23b76598e505fc4e7d35c376 Mon Sep 17 00:00:00 2001 From: Stefaan Lippens Date: Mon, 8 Apr 2024 18:21:52 +0200 Subject: [PATCH] Trying to get README badges on one line --- README.rst | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/README.rst b/README.rst index 6fcbad0..8f52db2 100644 --- a/README.rst +++ b/README.rst @@ -1,10 +1,12 @@ -.. image:: https://img.shields.io/pypi/pyversions/duviz +|badge_pypi| |badge_tests| |badge_precommit| + +.. |badge_pypi| image:: https://img.shields.io/pypi/pyversions/duviz :target: https://pypi.org/project/duviz/ :alt: PyPI - Python Version -.. image:: https://github.com/soxofaan/duviz/actions/workflows/unittests.yml/badge.svg?branch=main +.. |badge_tests| image:: https://github.com/soxofaan/duviz/actions/workflows/unittests.yml/badge.svg?branch=main :target: https://github.com/soxofaan/duviz/actions/workflows/unittests.yml :alt: unit tests -.. image:: https://github.com/soxofaan/duviz/actions/workflows/pre-commit.yml/badge.svg?branch=main +.. |badge_precommit| image:: https://github.com/soxofaan/duviz/actions/workflows/pre-commit.yml/badge.svg?branch=main :target: https://github.com/soxofaan/duviz/actions/workflows/pre-commit.yml :alt: pre-commit