Skip to content

Commit

Permalink
Fix reference to dask documentation
Browse files Browse the repository at this point in the history
  • Loading branch information
djhoese committed Oct 3, 2023
1 parent 37170e1 commit 4954d96
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion satpy/utils.py
Original file line number Diff line number Diff line change
Expand Up @@ -646,7 +646,7 @@ def chunks_by_resolution(
This is done by multiplying the input array shape by the
``low_res_multiplier`` and then using Dask's utility functions and
configuration to produce a chunk size to fit into a specific number of
bytes. See :ref:`dask:automatic-chunking` for more information.
bytes. See :doc:`dask:array-chunks` for more information.
Next, the same multiplier is used to reduce the high resolution chunk sizes
to the lower resolution of the input data. The end result of reading
multiple resolutions of data is that each dask chunk covers the same
Expand Down

0 comments on commit 4954d96

Please sign in to comment.