Skip to content

Commit 877352d

Browse files
rpgoldmankeewis
andcommitted
Update doc/howdoi.rst
Suggestion from keewis Co-Authored-By: keewis <keewis@users.noreply.github.com>
1 parent a830502 commit 877352d

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

doc/howdoi.rst

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ How do I ...
1212
* - How do I...
1313
- Solution
1414
* - add a DataArray to my dataset as a new variable
15-
- ``my_dataset[varname] = my_dataArray`` or :py:meth:`Dataset.assign`[#assign_dict]_
15+
- ``my_dataset[varname] = my_dataArray`` or :py:meth:`Dataset.assign` (see also :ref:`dictionary_like_methods`)
1616
* - add variables from other datasets to my dataset
1717
- :py:meth:`Dataset.merge`
1818
* - add a new dimension and/or coordinate
@@ -60,6 +60,3 @@ How do I ...
6060
* - make a mask that is ``True`` where an object contains any of the values in a array
6161
- :py:meth:`Dataset.isin`, :py:meth:`DataArray.isin`
6262

63-
.. rubric:: Footnotes
64-
65-
.. [#assign_dict] See also :ref:`dictionary_like_methods`:.

0 commit comments

Comments
 (0)