We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a830502 commit 974fd67Copy full SHA for 974fd67
doc/howdoi.rst
@@ -12,7 +12,7 @@ How do I ...
12
* - How do I...
13
- Solution
14
* - add a DataArray to my dataset as a new variable
15
- - ``my_dataset[varname] = my_dataArray`` or :py:meth:`Dataset.assign`[#assign_dict]_
+ - ``my_dataset[varname] = my_dataArray`` or :py:meth:`Dataset.assign` (see also :ref:`dictionary_like_methods`)
16
* - add variables from other datasets to my dataset
17
- :py:meth:`Dataset.merge`
18
* - add a new dimension and/or coordinate
@@ -62,4 +62,4 @@ How do I ...
62
63
.. rubric:: Footnotes
64
65
-.. [#assign_dict] See also :ref:`dictionary_like_methods`:.
+.. [#assign_dict] See also :ref:`dictionary_like_methods`:.
0 commit comments