From d1abfab33e75f319877dbb6531fa3a85b5b7c89c Mon Sep 17 00:00:00 2001 From: Martin Yeo Date: Mon, 16 Mar 2026 11:12:10 +0000 Subject: [PATCH] Fix Pandas docs links. --- docs/src/whatsnew/1.4.rst | 8 +++----- 1 file changed, 3 insertions(+), 5 deletions(-) diff --git a/docs/src/whatsnew/1.4.rst b/docs/src/whatsnew/1.4.rst index 24a98488af..87903bacea 100644 --- a/docs/src/whatsnew/1.4.rst +++ b/docs/src/whatsnew/1.4.rst @@ -116,11 +116,9 @@ For example:: Iris-Pandas Interoperability ---------------------------- -Conversion to and from Pandas Series_ and DataFrames_ is now available. -See :mod:`iris.pandas` for more details. - -.. _Series: https://pandas.pydata.org/pandas-docs/stable/reference/series.html -.. _DataFrames: https://pandas.pydata.org/pandas-docs/stable/reference/frame.html +Conversion to and from Pandas :class:`~pandas.Series` and +:class:`~pandas.DataFrame` is now available. See :mod:`iris.pandas` for more +details. .. _load-opendap: