Skip to content

Commit 0db5233

Browse files
authored
Bump links to CF-1.11 (#519)
1 parent 0824df2 commit 0db5233

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

cf_xarray/accessor.py

+5-5
Original file line numberDiff line numberDiff line change
@@ -2274,8 +2274,8 @@ def formula_terms(self) -> dict[Hashable, dict[str, str]]: # numpydoc ignore=SS
22742274
References
22752275
----------
22762276
Please refer to the CF conventions document :
2277-
1. http://cfconventions.org/Data/cf-conventions/cf-conventions-1.8/cf-conventions.html#parametric-vertical-coordinate
2278-
2. http://cfconventions.org/Data/cf-conventions/cf-conventions-1.8/cf-conventions.html#parametric-v-coord.
2277+
1. http://cfconventions.org/Data/cf-conventions/cf-conventions-1.11/cf-conventions.html#parametric-vertical-coordinate
2278+
2. http://cfconventions.org/Data/cf-conventions/cf-conventions-1.11/cf-conventions.html#parametric-v-coord.
22792279
22802280
Examples
22812281
--------
@@ -2551,7 +2551,7 @@ def bounds_to_vertices(
25512551
25522552
References
25532553
----------
2554-
Please refer to the CF conventions document : http://cfconventions.org/Data/cf-conventions/cf-conventions-1.8/cf-conventions.html#cell-boundaries.
2554+
Please refer to the CF conventions document : http://cfconventions.org/Data/cf-conventions/cf-conventions-1.11/cf-conventions.html#cell-boundaries.
25552555
"""
25562556
if keys is None:
25572557
coords = tuple(self.keys())
@@ -2760,8 +2760,8 @@ def formula_terms(self) -> dict[str, str]: # numpydoc ignore=SS06
27602760
References
27612761
----------
27622762
Please refer to the CF conventions document :
2763-
1. http://cfconventions.org/Data/cf-conventions/cf-conventions-1.8/cf-conventions.html#parametric-vertical-coordinate
2764-
2. http://cfconventions.org/Data/cf-conventions/cf-conventions-1.8/cf-conventions.html#parametric-v-coord.
2763+
1. http://cfconventions.org/Data/cf-conventions/cf-conventions-1.11/cf-conventions.html#parametric-vertical-coordinate
2764+
2. http://cfconventions.org/Data/cf-conventions/cf-conventions-1.11/cf-conventions.html#parametric-v-coord.
27652765
27662766
Examples
27672767
--------

0 commit comments

Comments
 (0)