From a371b7192dc4a109e2d635370381b53a977f712f Mon Sep 17 00:00:00 2001 From: "Christine P. Chai" Date: Mon, 20 Oct 2025 18:30:11 -0700 Subject: [PATCH] DOC: Update class reference symbols --- src/xarray_einstats/__init__.py | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/xarray_einstats/__init__.py b/src/xarray_einstats/__init__.py index c8a1e0d..77442b6 100644 --- a/src/xarray_einstats/__init__.py +++ b/src/xarray_einstats/__init__.py @@ -113,7 +113,7 @@ def zeros_ref(*args, dims, dtype=None): of the given `dims` will be taken. dims : sequence of hashable List of dimensions of the output DataArray. Passed as is to the - {class}`~xarray.DataArray` constructor. + :class:`~xarray.DataArray` constructor. dtype : dtype, optional The dtype of the output array. If it is not provided it will be inferred from the reference @@ -143,7 +143,7 @@ def empty_ref(*args, dims, dtype=None): of the given `dims` will be taken. dims : sequence of hashable List of dimensions of the output DataArray. Passed as is to the - {class}`~xarray.DataArray` constructor. + :class:`~xarray.DataArray` constructor. dtype : dtype, optional The dtype of the output array. If it is not provided it will be inferred from the reference @@ -173,7 +173,7 @@ def ones_ref(*args, dims, dtype=None): of the given `dims` will be taken. dims : sequence of hashable List of dimensions of the output DataArray. Passed as is to the - {class}`~xarray.DataArray` constructor. + :class:`~xarray.DataArray` constructor. dtype : dtype, optional The dtype of the output array. If it is not provided it will be inferred from the reference