From 4cae8d0ec04195291b2315b1f21d846c2bad61ff Mon Sep 17 00:00:00 2001 From: PLSeuJ <91902355+PLSeuJ@users.noreply.github.com> Date: Thu, 19 May 2022 01:53:07 +0200 Subject: [PATCH] concatenate docs style (#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 <5635139+max-sixty@users.noreply.github.com> * Update doc/user-guide/combining.rst Co-authored-by: Maximilian Roos <5635139+max-sixty@users.noreply.github.com> Co-authored-by: Maximilian Roos <5635139+max-sixty@users.noreply.github.com> --- doc/user-guide/combining.rst | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/doc/user-guide/combining.rst b/doc/user-guide/combining.rst index 06dc11cea10..1dad2009665 100644 --- a/doc/user-guide/combining.rst +++ b/doc/user-guide/combining.rst @@ -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