From 02bbdd20341c3d76137c99b2f252fb988bf74b4b Mon Sep 17 00:00:00 2001 From: Roel Huybrechts Date: Tue, 16 Jan 2024 15:23:49 +0100 Subject: [PATCH] Fix badges. --- README.md | 2 +- docs/index.rst | 6 +++--- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index a54eabcf..d34d847a 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,6 @@ # pydov -![CI](https://github.com/DOV-Vlaanderen/pydov/workflows/CI/badge.svg) [![Documentation Status](https://readthedocs.org/projects/pydov/badge/?version=latest)](https://pydov.readthedocs.io/en/latest/?badge=latest) [![Project Status: Active – The project has reached a stable, usable state and is being actively developed.](https://www.repostatus.org/badges/latest/active.svg)](https://www.repostatus.org/#active) [![DOI](https://zenodo.org/badge/DOI/10.5281/zenodo.2788680.svg)](https://doi.org/10.5281/zenodo.2788680) [![pyOpenSci](https://camo.githubusercontent.com/63ff31cdb80a06361e53ac2b9ac0d184118ebd0b/68747470733a2f2f74696e7975726c2e636f6d2f7932326e62387570)](https://github.com/pyOpenSci/software-review/issues/19) +[![CI](https://github.com/DOV-Vlaanderen/pydov/actions/workflows/ci.yml/badge.svg?branch=master)](https://github.com/DOV-Vlaanderen/pydov/actions/workflows/ci.yml) [![Documentation Status](https://readthedocs.org/projects/pydov/badge/?version=latest)](https://pydov.readthedocs.io/en/latest/?badge=latest) [![Project Status: Active – The project has reached a stable, usable state and is being actively developed.](https://www.repostatus.org/badges/latest/active.svg)](https://www.repostatus.org/#active) [![DOI](https://zenodo.org/badge/DOI/10.5281/zenodo.2788680.svg)](https://doi.org/10.5281/zenodo.2788680) [![pyOpenSci](https://img.shields.io/badge/PyOpenSci-Peer%20Reviewed-success.svg)](https://github.com/pyOpenSci/software-review/issues/19) pydov is a Python package to query and download data from [Databank Ondergrond Vlaanderen (DOV)](https://www.dov.vlaanderen.be). It is hosted on [GitHub](https://github.com/DOV-Vlaanderen/pydov) and development is coordinated by Databank Ondergrond Vlaanderen (DOV). DOV aggregates data about soil, subsoil and groundwater of Flanders and makes them publicly available. Interactive and human-readable extraction and querying of the data is provided by a [web application](https://www.dov.vlaanderen.be/portaal/?module=verkenner#ModulePage), whereas the focus of this package is to **support machine-based extraction and conversion of the data**. diff --git a/docs/index.rst b/docs/index.rst index ae775fe9..57a2bec7 100644 --- a/docs/index.rst +++ b/docs/index.rst @@ -1,7 +1,7 @@ Welcome to pydov's documentation! ================================== -.. image:: https://github.com/DOV-Vlaanderen/pydov/workflows/CI/badge.svg +.. image:: https://github.com/DOV-Vlaanderen/pydov/actions/workflows/ci.yml/badge.svg?branch=master :target: https://github.com/DOV-Vlaanderen/pydov .. image:: https://readthedocs.org/projects/pydov/badge/?version=latest @@ -11,9 +11,9 @@ Welcome to pydov's documentation! .. image:: https://zenodo.org/badge/DOI/10.5281/zenodo.2788680.svg :target: https://doi.org/10.5281/zenodo.2788680 -.. image:: https://camo.githubusercontent.com/63ff31cdb80a06361e53ac2b9ac0d184118ebd0b/68747470733a2f2f74696e7975726c2e636f6d2f7932326e62387570 +.. image:: https://img.shields.io/badge/PyOpenSci-Peer%20Reviewed-success.svg :target: https://github.com/pyOpenSci/software-review/issues/19 - :alt: pyopensci approval + :alt: pyopensci approval A Python package to query and download data from Databank Ondergrond Vlaanderen (DOV).