From b055356e55d2fae3d09453f5622eadf3df367ef8 Mon Sep 17 00:00:00 2001 From: Katelyn FitzGerald <7872563+kafitzgerald@users.noreply.github.com> Date: Mon, 3 Feb 2025 17:52:32 -0700 Subject: [PATCH] Fix broken Taylor Diagram link (#270) --- docs/examples/taylor.ipynb | 2 +- docs/release-notes.rst | 7 ++++--- 2 files changed, 5 insertions(+), 4 deletions(-) diff --git a/docs/examples/taylor.ipynb b/docs/examples/taylor.ipynb index 1f51d21..4aaf2ae 100644 --- a/docs/examples/taylor.ipynb +++ b/docs/examples/taylor.ipynb @@ -6,7 +6,7 @@ "source": [ "# `TaylorDiagram`\n", "\n", - "This notebook is a simple example of the GeoCAT-viz class `TaylorDiagram` class." + "This notebook is a simple example of the GeoCAT-viz class `TaylorDiagram` class." ] }, { diff --git a/docs/release-notes.rst b/docs/release-notes.rst index 7735763..c38447e 100644 --- a/docs/release-notes.rst +++ b/docs/release-notes.rst @@ -10,9 +10,10 @@ v2024.xx.0 (unreleased) Documentation ^^^^^^^^^^^^^ -* Remove link to broken NCL_vector_5.py example by `Katelyn FitzGerald`_ in (pr::`249`) -* Fix documentation theme configuration by `Katelyn FitzGerald`_ in (pr::`253`) -* Minor updates and removal of broken link on citation page by`Katelyn FitzGerald`_ in (pr::`260`) +* Remove link to broken NCL_vector_5.py example by `Katelyn FitzGerald`_ in (:pr:`249`) +* Fix documentation theme configuration by `Katelyn FitzGerald`_ in (:pr:`253`) +* Minor updates and removal of broken link on citation page by `Katelyn FitzGerald`_ in (:pr:`260`) +* Fix broken link to Taylor Diagram documentation from usage example by `Katelyn FitzGerald`_ in (:pr:`270`) Internal Changes ^^^^^^^^^^^^^^^^