Skip to content
Merged
Show file tree
Hide file tree
Changes from 5 commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 0 additions & 2 deletions docs/src/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -364,8 +364,6 @@ def _dotv(version):
"http://www.esrl.noaa.gov/psd/data/gridded/conventions/cdc_netcdf_standard.shtml",
"http://www.nationalarchives.gov.uk/doc/open-government-licence",
"https://www.metoffice.gov.uk/",
# TODO: try removing this again in future - was raising an SSLError.
"http://www.ecmwf.int/",
]

# list of sources to exclude from the build.
Expand Down
2 changes: 1 addition & 1 deletion docs/src/installing.rst
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ Subsystem for Linux). This is a great option to get started with Iris
for users and developers. Be aware that we do not currently test against
any WSL_ distributions.

.. _WSL: https://docs.microsoft.com/en-us/windows/wsl/install-win10
.. _WSL: https://learn.microsoft.com/en-us/windows/wsl/install

.. note:: Iris is currently supported and tested against |python_support|
running on Linux. We do not currently actively test on other
Expand Down
3 changes: 1 addition & 2 deletions docs/src/whatsnew/1.0.rst
Original file line number Diff line number Diff line change
Expand Up @@ -147,8 +147,7 @@ the surface pressure. In return, it provides a virtual "pressure"
coordinate whose values are derived from the given components.

This facility is utilised by the GRIB2 loader to automatically provide
the derived "pressure" coordinate for certain data [#f1]_ from the
`ECMWF <http://www.ecmwf.int/>`_.
the derived "pressure" coordinate for certain data [#f1]_ from the ECMWF.

.. [#f1] Where the level type is either 105 or 119, and where the
surface pressure has an ECMWF paramId of
Expand Down
2 changes: 2 additions & 0 deletions docs/src/whatsnew/latest.rst
Original file line number Diff line number Diff line change
Expand Up @@ -69,6 +69,8 @@ This document explains the changes made to Iris for this release

#. `@rcomer`_ clarified instructions for updating gallery tests. (:pull:`5100`)

#. `@trexfeathers`_ fixed some broken links. (:pull:`5109`)

Comment thread
ESadek-MO marked this conversation as resolved.

💼 Internal
===========
Expand Down