Skip to content

Commit d524d72

Browse files
authored
iris update doc url (#4845)
1 parent a0c71c1 commit d524d72

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

doc/conf.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -411,7 +411,7 @@
411411
intersphinx_mapping = {
412412
"python": ("https://docs.python.org/3/", None),
413413
"pandas": ("https://pandas.pydata.org/pandas-docs/stable", None),
414-
"iris": ("https://scitools.org.uk/iris/docs/latest", None),
414+
"iris": ("https://scitools-iris.readthedocs.io/en/latest", None),
415415
"numpy": ("https://numpy.org/doc/stable", None),
416416
"scipy": ("https://docs.scipy.org/doc/scipy/reference", None),
417417
"numba": ("https://numba.pydata.org/numba-doc/latest", None),

doc/faq.rst

+1-1
Original file line numberDiff line numberDiff line change
@@ -166,7 +166,7 @@ different approaches to handling metadata: Iris strictly interprets
166166
`CF conventions`_. Iris particularly shines at mapping, thanks to its
167167
integration with Cartopy_.
168168

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

172172
`UV-CDAT`__ is another Python library that implements in-memory netCDF-like

0 commit comments

Comments
 (0)