Skip to content

Commit d9494ed

Browse files
authored
Merge pull request #103 from pp-mo/linkcheck
Fix standard-names and other refs.
2 parents 1beacdc + 7a2b30c commit d9494ed

File tree

3 files changed

+7
-9
lines changed

3 files changed

+7
-9
lines changed

.lycheeignore

Lines changed: 5 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,8 @@
11
# DEAD : legacy in various old whatsnews
22
https://biggus.readthedocs.io
33

4-
# Intermittently unreliable?
5-
# https://cfconventions.org
6-
7-
# works in browser? : used in further_topics/ugrid/data_model
8-
# https://doi.org/10.3390/jmse2010194
4+
# unkown problem, works in browser : used in further_topics/ugrid/data_model
5+
https://doi.org/10.3390/jmse2010194
96

107
# DEAD, todo:remove, used in docs/src/userguide/plotting_a_cube.rst
118
https://effbot.org
@@ -16,7 +13,7 @@ https://ibm-design-language.eu-de.mybluemix.net/design/language/resources/color-
1613
# DEAD, legacy in whatsnew/1.4.rst
1714
https://geoport.whoi.edu/thredds/dodsC/bathy/gom15
1815

19-
# catch (at least) githuib userids, of which many in whatsnews, too many --> "too many requests" failures
16+
# catch (at least) github userids, of which many in whatsnews, too many --> "too many requests" failures
2017
https://github.com/[^/]*$
2118

2219
# nonfunctional example, used in docs/src/developers_guide/gitwash/development_workflow.rst
@@ -28,7 +25,8 @@ https://scitools.github.com/cartopy
2825
# legacy ref in whatsnew/3.0.rst
2926
https://stickler-ci.com
3027

31-
#https://www.flaticon.com
28+
# unkown problem, works in browser : used in docs/src/index.rst
29+
https://www.flaticon.com
3230

3331
# DEAD, todo:remove, used in docs/src/userguide/plotting_a_cube.rst
3432
https://www.personal.psu.edu/cab38/ColorBrewer/ColorBrewer_updates.html

docs/src/userguide/glossary.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -188,7 +188,7 @@ Glossary
188188
189189
Standard Name
190190
A name describing a :term:`phenomenon`, one from a fixed list
191-
defined at `CF Standard Names <https://cfconventions.org/standard-names.html>`_.
191+
defined at `CF Standard Names <https://cfconventions.org/Data/cf-standard-names/current/build/cf-standard-name-table.html>`_.
192192

193193
| **Related:** :term:`Long Name` **|** :term:`Cube`
194194
| **More information:** :doc:`iris_cubes`

docs/src/why_iris.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ giving you a powerful, format-agnostic interface for working with your data.
1111
It excels when working with multi-dimensional Earth Science data, where tabular
1212
representations become unwieldy and inefficient.
1313

14-
`CF Standard names <https://cfconventions.org/standard-names.html>`_,
14+
`CF Standard names <https://cfconventions.org/Data/cf-standard-names/current/build/cf-standard-name-table.html>`_,
1515
`units <https://github.com/SciTools/cf_units>`_, and coordinate metadata
1616
are built into Iris, giving you a rich and expressive interface for maintaining
1717
an accurate representation of your data. Its treatment of data and

0 commit comments

Comments
 (0)