From a5e999fec8d126e62ba2318bcce237c35f1073ce Mon Sep 17 00:00:00 2001 From: "Sadie L. Bartholomew" Date: Wed, 9 Jul 2025 14:25:23 +0100 Subject: [PATCH 1/3] Docs: replace broken DOI badge with RST for redirected DOI badge --- docs/source/introduction.rst | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/docs/source/introduction.rst b/docs/source/introduction.rst index 09d086f872..09490bf31f 100644 --- a/docs/source/introduction.rst +++ b/docs/source/introduction.rst @@ -35,7 +35,9 @@ is built on a complete implementation of the :ref:`CF-data-model`. **Functionality** ----------------- -DOI + +.. image:: https://zenodo.org/badge/DOI/10.5281/zenodo.14275599.svg + :target: https://doi.org/10.5281/zenodo.14275599 The `cf` package implements the :ref:`CF-data-model` for its internal data structures and so is able to process any CF-compliant dataset. It From 7a7e7f6a0db9368186ff849882fdf4769e01d473 Mon Sep 17 00:00:00 2001 From: "Sadie L. Bartholomew" Date: Wed, 9 Jul 2025 14:33:14 +0100 Subject: [PATCH 2/3] Patch built docs to fix DOI badge for CF Conventions reference --- docs/index.html | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/index.html b/docs/index.html index 5a27c4bd45..4ed40e6776 100644 --- a/docs/index.html +++ b/docs/index.html @@ -144,7 +144,7 @@

Introduction

Functionality

-

<a href=”https://doi.org/10.5281/zenodo.14274886”><img src=”https://zenodo.org/badge/DOI/https://doi.org/10.5281/zenodo.14274886” alt=”DOI”></a>

+

DOI

The cf package implements the CF data model for its internal data structures and so is able to process any CF-compliant dataset. It is not strict about CF-compliance, however, so that partially @@ -398,4 +398,4 @@

Index and search Date: Wed, 9 Jul 2025 14:43:50 +0100 Subject: [PATCH 3/3] Use DOI to cite all versions not specific one in DOI badge ref --- docs/index.html | 2 +- docs/introduction.html | 4 ++-- docs/source/introduction.rst | 4 ++-- 3 files changed, 5 insertions(+), 5 deletions(-) diff --git a/docs/index.html b/docs/index.html index 4ed40e6776..3ef56a3635 100644 --- a/docs/index.html +++ b/docs/index.html @@ -144,7 +144,7 @@

Introduction

Functionality

-

DOI

+

DOI

The cf package implements the CF data model for its internal data structures and so is able to process any CF-compliant dataset. It is not strict about CF-compliance, however, so that partially diff --git a/docs/introduction.html b/docs/introduction.html index 00dd9606d7..1f42e13625 100644 --- a/docs/introduction.html +++ b/docs/introduction.html @@ -143,7 +143,7 @@

Introduction

Functionality

-

<a href=”https://doi.org/10.5281/zenodo.14274886”><img src=”https://zenodo.org/badge/DOI/https://doi.org/10.5281/zenodo.14274886” alt=”DOI”></a>

+

DOI

The cf package implements the CF data model for its internal data structures and so is able to process any CF-compliant dataset. It is not strict about CF-compliance, however, so that partially @@ -369,4 +369,4 @@

References - \ No newline at end of file + diff --git a/docs/source/introduction.rst b/docs/source/introduction.rst index 09490bf31f..ca7789acb7 100644 --- a/docs/source/introduction.rst +++ b/docs/source/introduction.rst @@ -36,8 +36,8 @@ is built on a complete implementation of the :ref:`CF-data-model`. **Functionality** ----------------- -.. image:: https://zenodo.org/badge/DOI/10.5281/zenodo.14275599.svg - :target: https://doi.org/10.5281/zenodo.14275599 +.. image:: https://zenodo.org/badge/DOI/10.5281/zenodo.14274886.svg + :target: https://doi.org/10.5281/zenodo.14274886 The `cf` package implements the :ref:`CF-data-model` for its internal data structures and so is able to process any CF-compliant dataset. It