From 389a0f959d2f770d9ca74760cbb6109019dcb6fe Mon Sep 17 00:00:00 2001 From: SimoneMartino98 Date: Thu, 27 Nov 2025 10:15:01 +0100 Subject: [PATCH 1/2] Adding shields for python versions and DOI. --- README.rst | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/README.rst b/README.rst index 735e90c2..7de20527 100644 --- a/README.rst +++ b/README.rst @@ -1,3 +1,10 @@ +.. |pymin| image:: https://img.shields.io/badge/Python-%3E%3D3.8-blue +.. |pytested| image:: https://img.shields.io/badge/Tested_on-3.10%20|%203.13-blue +.. |doi| image:: https://img.shields.io/badge/DOI-arXiv.2510.23493-red + :target: https://doi.org/10.48550/arXiv.2510.23493 + +|pymin| |pytested| |doi| + .. image:: docs/source/_static/logo_dynsight.png Overview From 3f7519bbc535520d49c1b3b7c46b25a6e93ebc67 Mon Sep 17 00:00:00 2001 From: SimoneMartino98 Date: Thu, 27 Nov 2025 10:20:17 +0100 Subject: [PATCH 2/2] Added python links --- README.rst | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.rst b/README.rst index 7de20527..3a2835ab 100644 --- a/README.rst +++ b/README.rst @@ -1,5 +1,7 @@ .. |pymin| image:: https://img.shields.io/badge/Python-%3E%3D3.8-blue + :target: https://www.python.org/downloads/ .. |pytested| image:: https://img.shields.io/badge/Tested_on-3.10%20|%203.13-blue + :target: https://www.python.org/downloads/ .. |doi| image:: https://img.shields.io/badge/DOI-arXiv.2510.23493-red :target: https://doi.org/10.48550/arXiv.2510.23493