Skip to content

Commit 6ca51d3

Browse files
authored
Update Cartopy and Iris references (#10645)
1 parent 23be035 commit 6ca51d3

File tree

7 files changed

+7
-7
lines changed

7 files changed

+7
-7
lines changed

doc/examples/multidimensional-coords.ipynb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -126,7 +126,7 @@
126126
"cell_type": "markdown",
127127
"metadata": {},
128128
"source": [
129-
"In order to visualize the data on a conventional latitude-longitude grid, we can take advantage of xarray's ability to apply [cartopy](https://scitools.org.uk/cartopy/docs/latest/) map projections."
129+
"In order to visualize the data on a conventional latitude-longitude grid, we can take advantage of xarray's ability to apply [cartopy](https://cartopy.readthedocs.io/stable/) map projections."
130130
]
131131
},
132132
{

doc/get-help/faq.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -169,7 +169,7 @@ different approaches to handling metadata: Iris strictly interprets
169169
integration with Cartopy_.
170170

171171
.. _Iris: https://scitools-iris.readthedocs.io/en/stable/
172-
.. _Cartopy: https://scitools.org.uk/cartopy/docs/latest/
172+
.. _Cartopy: https://cartopy.readthedocs.io/stable/
173173

174174
We think the design decisions we have made for xarray (namely, basing it on
175175
pandas) make it a faster and more flexible data analysis tool. That said, Iris

doc/getting-started-guide/installing.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@ For plotting
5757
~~~~~~~~~~~~
5858

5959
- `matplotlib <https://matplotlib.org>`__: required for :ref:`plotting`
60-
- `cartopy <https://scitools.org.uk/cartopy>`__: recommended for :ref:`plot-maps`
60+
- `cartopy <https://cartopy.readthedocs.io>`__: recommended for :ref:`plot-maps`
6161
- `seaborn <https://seaborn.pydata.org>`__: for better
6262
color palettes
6363
- `nc-time-axis <https://nc-time-axis.readthedocs.io>`__: for plotting

doc/user-guide/io.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1209,7 +1209,7 @@ Ncdata can also adjust file data within load and save operations, to fix data lo
12091209
problems or provide exact save formatting without needing to modify files on disk.
12101210
See for example : `ncdata usage examples`_
12111211

1212-
.. _Iris: https://scitools.org.uk/iris
1212+
.. _Iris: https://scitools-iris.readthedocs.io
12131213
.. _Ncdata: https://ncdata.readthedocs.io/en/latest/index.html
12141214
.. _ncdata usage examples: https://github.com/pp-mo/ncdata/tree/v0.1.2?tab=readme-ov-file#correct-a-miscoded-attribute-in-iris-input
12151215

doc/user-guide/plotting.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ For more extensive plotting applications consider the following projects:
4545
dynamic plots (backed by ``Holoviews`` or ``Geoviews``) by adding a ``hvplot``
4646
accessor to DataArrays.
4747

48-
- `Cartopy <https://scitools.org.uk/cartopy/docs/latest/>`_: Provides cartographic
48+
- `Cartopy <https://cartopy.readthedocs.io/stable/>`_: Provides cartographic
4949
tools.
5050

5151
Imports

doc/user-guide/weather-climate.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ CF-compliant coordinate variables
5454

5555
.. _`MetPy`: https://unidata.github.io/MetPy/dev/index.html
5656
.. _`metpy documentation`: https://unidata.github.io/MetPy/dev/tutorials/xarray_tutorial.html#coordinates
57-
.. _`Cartopy`: https://scitools.org.uk/cartopy/docs/latest/reference/crs.html
57+
.. _`Cartopy`: https://cartopy.readthedocs.io/stable/reference/crs.html
5858

5959
.. _CFTimeIndex:
6060

doc/whats-new.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6675,7 +6675,7 @@ Enhancements
66756675

66766676
.. _Zarr: http://zarr.readthedocs.io/
66776677

6678-
.. _Iris: http://scitools.org.uk/iris
6678+
.. _Iris: http://scitools-iris.readthedocs.io
66796679

66806680
.. _netcdftime: https://unidata.github.io/netcdftime
66816681

0 commit comments

Comments
 (0)