Skip to content

Commit bde40e4

Browse files
committed
Merge branch 'main' into dask-datetime-to-numeric
* main: concatenate docs style (pydata#6621) Typing for open_dataset/array/mfdataset and to_netcdf/zarr (pydata#6612) {full,zeros,ones}_like typing (pydata#6611)
2 parents 0783df3 + 4cae8d0 commit bde40e4

22 files changed

+1074
-408
lines changed

doc/user-guide/combining.rst

+4-4
Original file line numberDiff line numberDiff line change
@@ -22,10 +22,10 @@ Combining data
2222
Concatenate
2323
~~~~~~~~~~~
2424

25-
To combine arrays along existing or new dimension into a larger array, you
26-
can use :py:func:`~xarray.concat`. ``concat`` takes an iterable of ``DataArray``
27-
or ``Dataset`` objects, as well as a dimension name, and concatenates along
28-
that dimension:
25+
To combine :py:class:`~xarray.Dataset`s / :py:class:`~xarray.DataArray`s along an existing or new dimension
26+
into a larger object, you can use :py:func:`~xarray.concat`. ``concat``
27+
takes an iterable of ``DataArray`` or ``Dataset`` objects, as well as a
28+
dimension name, and concatenates along that dimension:
2929

3030
.. ipython:: python
3131

0 commit comments

Comments
 (0)