diff --git a/docs/src/conf.py b/docs/src/conf.py index 7f7322c1f8..9d4d22e61f 100644 --- a/docs/src/conf.py +++ b/docs/src/conf.py @@ -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. diff --git a/docs/src/whatsnew/1.4.rst b/docs/src/whatsnew/1.4.rst index 989198296c..d0c234adef 100644 --- a/docs/src/whatsnew/1.4.rst +++ b/docs/src/whatsnew/1.4.rst @@ -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 @@ -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) @@ -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:: @@ -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: @@ -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: