File tree Expand file tree Collapse file tree 2 files changed +6
-2
lines changed Expand file tree Collapse file tree 2 files changed +6
-2
lines changed Original file line number Diff line number Diff line change @@ -1532,7 +1532,7 @@ def add_canonical_attributes(
1532
1532
) -> Union [Dataset , DataArray ]:
1533
1533
"""
1534
1534
Add canonical CF attributes to variables with standard names.
1535
- Attributes are parsed from the official CF standard name table.
1535
+ Attributes are parsed from the official CF standard name table [1]_ .
1536
1536
This function adds an entry to the "history" attribute.
1537
1537
1538
1538
Parameters
@@ -1554,6 +1554,10 @@ def add_canonical_attributes(
1554
1554
Notes
1555
1555
-----
1556
1556
The ``"units"`` attribute is never added to datetime-like variables.
1557
+
1558
+ References
1559
+ ----------
1560
+ .. [1] https://cfconventions.org/standard-names.html
1557
1561
"""
1558
1562
1559
1563
# Arguments to add to history
Original file line number Diff line number Diff line change 1007
1007
" ## Feature: Add canonical CF attributes\n " ,
1008
1008
" \n " ,
1009
1009
" `cf_xarray` can add missing canonical CF attributes consistent with the official\n " ,
1010
- " [CF standard name table](https://cfconventions.org/Data/cf- standard-names/77/build/cf-standard-name-table .html).\n "
1010
+ " [CF standard name table](https://cfconventions.org/standard-names.html).\n "
1011
1011
]
1012
1012
},
1013
1013
{
You can’t perform that action at this time.
0 commit comments