File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
lib/iris/fileformats/netcdf Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -656,7 +656,7 @@ def __init__(self, var_dim_chunksizes=None):
656656 Provide user control of Dask chunking.
657657
658658 The netcdf loader is controlled by the single instance of this : the
659- :data:`~iris.fileformats.netcdf.CHUNK_CONTROL` object.
659+ :data:`~iris.fileformats.netcdf.loader. CHUNK_CONTROL` object.
660660
661661 A chunksize can be set for a specific (named) file dimension, when
662662 loading specific (named) variables, or for all variables.
@@ -712,7 +712,7 @@ def set(
712712
713713 **Un**-adjusted dimensions have chunk sizes set in the 'usual' way.
714714 That is, according to the normal behaviour of
715- :meth :`iris._lazy_data.as_lazy_data`, which is : chunksize is based on
715+ :func :`iris._lazy_data.as_lazy_data`, which is : chunksize is based on
716716 the file variable chunking, or full variable shape; this is scaled up
717717 or down by integer factors to best match the Dask "default chunksize",
718718 i.e. the setting configured by
You can’t perform that action at this time.
0 commit comments