Skip to content

Commit

Permalink
Bump links to CF-1.11 (#519)
Browse files Browse the repository at this point in the history
  • Loading branch information
dcherian authored Jun 25, 2024
1 parent 0824df2 commit 0db5233
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions cf_xarray/accessor.py
Original file line number Diff line number Diff line change
Expand Up @@ -2274,8 +2274,8 @@ def formula_terms(self) -> dict[Hashable, dict[str, str]]: # numpydoc ignore=SS
References
----------
Please refer to the CF conventions document :
1. http://cfconventions.org/Data/cf-conventions/cf-conventions-1.8/cf-conventions.html#parametric-vertical-coordinate
2. http://cfconventions.org/Data/cf-conventions/cf-conventions-1.8/cf-conventions.html#parametric-v-coord.
1. http://cfconventions.org/Data/cf-conventions/cf-conventions-1.11/cf-conventions.html#parametric-vertical-coordinate
2. http://cfconventions.org/Data/cf-conventions/cf-conventions-1.11/cf-conventions.html#parametric-v-coord.
Examples
--------
Expand Down Expand Up @@ -2551,7 +2551,7 @@ def bounds_to_vertices(
References
----------
Please refer to the CF conventions document : http://cfconventions.org/Data/cf-conventions/cf-conventions-1.8/cf-conventions.html#cell-boundaries.
Please refer to the CF conventions document : http://cfconventions.org/Data/cf-conventions/cf-conventions-1.11/cf-conventions.html#cell-boundaries.
"""
if keys is None:
coords = tuple(self.keys())
Expand Down Expand Up @@ -2760,8 +2760,8 @@ def formula_terms(self) -> dict[str, str]: # numpydoc ignore=SS06
References
----------
Please refer to the CF conventions document :
1. http://cfconventions.org/Data/cf-conventions/cf-conventions-1.8/cf-conventions.html#parametric-vertical-coordinate
2. http://cfconventions.org/Data/cf-conventions/cf-conventions-1.8/cf-conventions.html#parametric-v-coord.
1. http://cfconventions.org/Data/cf-conventions/cf-conventions-1.11/cf-conventions.html#parametric-vertical-coordinate
2. http://cfconventions.org/Data/cf-conventions/cf-conventions-1.11/cf-conventions.html#parametric-v-coord.
Examples
--------
Expand Down

0 comments on commit 0db5233

Please sign in to comment.