File tree Expand file tree Collapse file tree 1 file changed +5
-5
lines changed
Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -537,12 +537,12 @@ passed using the optional `target_storage_options` setting.
537537A _ slice dataset_ is the dataset that is appended for every slice item passed
538538to ` zappend ` . Slice datasets can be provided in various ways.
539539
540- * When using the ` zappend ` CLI command, slice datasets are passed as local file path
541- or URI argument .
540+ * When using the [ zappend CLI command] ( cli.md ) , slice items are passed as
541+ command arguments where they point to slice datasets by local file paths or URIs .
542542
543- * When using the [ ` zappend ` ] ( api.md ) Python function , slice datasets are passed
544- using the ` slices ` argument, which must be iterable. You can pass a list or tuple
545- of slice items or provide a generator that provides the slice items.
543+ * When using the [ zappend Python function ] ( api.md ) , slice items are passed
544+ using the ` slices ` argument, which is a Python iterable. You can pass a list or tuple
545+ of slice items or provide a Python generator that provides the slice items.
546546
547547Each slice item can be a local file path or URI of type ` str ` or ` FileObj ` ,
548548a dataset of type ` xarray.Dataset ` , or a ` SliceSource ` object explained in more detail
You can’t perform that action at this time.
0 commit comments