Skip to content

Commit fbffbb8

Browse files
committed
doc fixes and tweaks
1 parent b3e7e93 commit fbffbb8

File tree

2 files changed

+4
-7
lines changed

2 files changed

+4
-7
lines changed

doc/io_storage.rst

Lines changed: 3 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -210,12 +210,9 @@ Encoding options
210210
~~~~~~~~~~~~~~~~
211211

212212
It is possible to control via some encoding options how Zarr stores simulation
213-
data.
214-
215-
Those options can be set for variables declared in process classes. See the
216-
``encoding`` parameter of :func:`~xsimlab.variable` for all available options.
217-
218-
Encoding options may also be set or overridden when calling
213+
data. Those options can be set for variables declared in process classes. See
214+
the ``encoding`` parameter of :func:`~xsimlab.variable` for all available
215+
options. Encoding options may also be set or overridden when calling
219216
:func:`~xarray.Dataset.xsimlab.run`.
220217

221218
.. warning::

doc/whats_new.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ Breaking changes
1515
explicitly define another fill value in model variable encodings if ``0`` is
1616
expected to be a valid (non-missing) data value, or alternatively use
1717
``mask_and_scale=False`` in the ``decoding`` options passed to
18-
:func:`xarray.Dataset.simlab.run`.
18+
:func:`xarray.Dataset.xsimlab.run`.
1919

2020
Bug fixes
2121
~~~~~~~~~

0 commit comments

Comments
 (0)