Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions src/xarray_einstats/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -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
Expand Down Expand Up @@ -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
Expand Down