Skip to content

Commit

Permalink
Retrospective linkcheck fixes.
Browse files Browse the repository at this point in the history
  • Loading branch information
trexfeathers committed Mar 4, 2024
1 parent 789d75f commit 6386998
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 6 deletions.
2 changes: 2 additions & 0 deletions docs/src/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -387,6 +387,8 @@ def _dotv(version):
"https://www.metoffice.gov.uk/",
"https://biggus.readthedocs.io/",
"https://stickler-ci.com/",
"https://twitter.com/scitools_iris",
"https://stackoverflow.com/questions/tagged/python-iris",
]

# list of sources to exclude from the build.
Expand Down
12 changes: 6 additions & 6 deletions docs/src/whatsnew/1.4.rst
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ Features

* Use the latest release of Cartopy, v0.8.0.

.. _OPeNDAP: http://www.opendap.org/about
.. _OPeNDAP: https://www.opendap.org/
.. _exp-regrid:

Experimental Regridding Enhancements
Expand Down Expand Up @@ -107,7 +107,7 @@ systems. This uses the ESMF library functions, via the ESMPy interface.

For example::

from iris.experimental.regrid_conservative import regrid_conservative_via_esmpy
from iris.experimental.regrid_conservative import regrid_conservative_via_esmpy
regridded_cube = regrid_conservative_via_esmpy(source_cube, target_grid_cube)


Expand All @@ -128,7 +128,7 @@ See :mod:`iris.pandas` for more details.
Load Cubes From the Internet via OPeNDAP
----------------------------------------

Cubes can now be loaded directly from the internet, via OPeNDAP_.
Cubes can now be loaded directly from the internet, via OPeNDAP_.

For example::

Expand Down Expand Up @@ -190,13 +190,13 @@ The solution is still under discussion: See :issue:`519`.
Simplified Resource Configuration
---------------------------------

A new configuration variable called :data:`iris.config.TEST_DATA_DIR`
A new configuration variable called :data:`iris.config.TEST_DATA_DIR`
has been added, replacing the previous combination of
:data:`iris.config.MASTER_DATA_REPOSITORY` and
:data:`iris.config.DATA_REPOSITORY`. This constant should be the path
to a directory containing the test data required by the unit tests. It can
be set by adding a ``test_data_dir`` entry to the ``Resources`` section of
``site.cfg``. See :mod:`iris.config` for more details.
``site.cfg``. See :mod:`iris.config` for more details.


.. _grib_params:
Expand All @@ -208,7 +208,7 @@ Extended GRIB Parameter Translation
- Now translates some codes on GRIB2 output.
- Some GRIB2 params may load with a different standard_name.



.. _one-d-linear:

Expand Down

0 comments on commit 6386998

Please sign in to comment.