From 24e3b09454360f431ccda1828901f12e89009bd4 Mon Sep 17 00:00:00 2001 From: Paul Pinchuk Date: Thu, 2 May 2024 17:19:57 -0600 Subject: [PATCH] Fix badges --- README.rst | 16 +++++++++------- 1 file changed, 9 insertions(+), 7 deletions(-) diff --git a/README.rst b/README.rst index f7bc2836..348c0b9f 100644 --- a/README.rst +++ b/README.rst @@ -2,22 +2,24 @@ Welcome to Geospatial Analysis Pipelines (GAPs)! ================================================ -.. image:: https://github.com/NREL/gaps/workflows/Documentation/badge.svg +|Docs| |Tests| |Linter| |PyPi| |PythonV| |Codecov| + +.. |Docs| image:: https://github.com/NREL/gaps/workflows/Documentation/badge.svg :target: https://nrel.github.io/gaps/ -.. image:: https://github.com/NREL/gaps/workflows/Pytests/badge.svg +.. |Tests| image:: https://github.com/NREL/gaps/workflows/Pytests/badge.svg :target: https://github.com/NREL/gaps/actions?query=workflow%3A%22Pytests%22 -.. image:: https://github.com/NREL/gaps/workflows/Lint%20Code%20Base/badge.svg +.. |Linter| image:: https://github.com/NREL/gaps/workflows/Lint%20Code%20Base/badge.svg :target: https://github.com/NREL/gaps/actions?query=workflow%3A%22Lint+Code+Base%22 -.. image:: https://img.shields.io/pypi/pyversions/NREL-gaps.svg +.. |PyPi| image:: https://img.shields.io/pypi/pyversions/NREL-gaps.svg :target: https://pypi.org/project/NREL-gaps/ -.. image:: https://badge.fury.io/py/NREL-gaps.svg +.. |PythonV| image:: https://badge.fury.io/py/NREL-gaps.svg :target: https://badge.fury.io/py/NREL-gaps -.. image:: https://codecov.io/gh/NREL/gaps/branch/main/graph/badge.svg?token=6VZK0Q2QNQ +.. |Codecov| image:: https://codecov.io/gh/NREL/gaps/branch/main/graph/badge.svg?token=6VZK0Q2QNQ :target: https://codecov.io/gh/NREL/gaps @@ -95,4 +97,4 @@ Acknowledgments Paul Pinchuk and Grant Buster. Geospatial Analysis Pipelines. 2023. https://doi.org/10.11578/dc.20230426.7 -The authors of this code would like to thank ExxonMobil Corporation for their contributions to this effort. \ No newline at end of file +The authors of this code would like to thank ExxonMobil Corporation for their contributions to this effort.