Skip to content

Commit

Permalink
concatenate docs style (pydata#6621)
Browse files Browse the repository at this point in the history
* 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]>
  • Loading branch information
PLSeuJ and max-sixty committed May 18, 2022
1 parent 6b1d97a commit 4cae8d0
Showing 1 changed file with 4 additions and 4 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

0 comments on commit 4cae8d0

Please sign in to comment.