Skip to content

Commit

Permalink
Merge branch 'main' into dask-datetime-to-numeric
Browse files Browse the repository at this point in the history
* 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)
  • Loading branch information
dcherian committed May 20, 2022
2 parents 0783df3 + 4cae8d0 commit bde40e4
Show file tree
Hide file tree
Showing 22 changed files with 1,074 additions and 408 deletions.
8 changes: 4 additions & 4 deletions doc/user-guide/combining.rst
Original file line number Diff line number Diff line change
Expand Up @@ -22,10 +22,10 @@ Combining data
Concatenate
~~~~~~~~~~~

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

.. ipython:: python
Expand Down
Loading

0 comments on commit bde40e4

Please sign in to comment.