Skip to content

Commit 4cae8d0

Browse files
PLSeuJmax-sixty
andauthored
concatenate docs style (pydata#6621)
* concatenate docs style added and highlighted keywords as in the chapters on merge and combine. * Update doc/user-guide/combining.rst Co-authored-by: Maximilian Roos <[email protected]> * Update doc/user-guide/combining.rst Co-authored-by: Maximilian Roos <[email protected]> Co-authored-by: Maximilian Roos <[email protected]>
1 parent 6b1d97a commit 4cae8d0

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
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)