We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7c2acd9 commit ca69ad1Copy full SHA for ca69ad1
cf/docstring/docstring.py
@@ -315,10 +315,10 @@
315
any of the intermediate or final aggregation steps
316
operates on no more than ``split_every`` inputs. The
317
depth of the aggregation graph will be
318
- :math:`log_{split_every}(input chunks along reduced
319
- axes)`. Setting to a low value can reduce cache size
320
- and network transfers, at the cost of more CPU and a
321
- larger dask graph.
+ :math:`log_{split\_every}}(\textnormal{input chunks
+ along reduced axes})`. Setting to a low value can reduce
+ cache size and network transfers, at the cost of more
+ CPU and a larger dask graph.
322
323
By default, `dask` heuristically decides on a good
324
value. A default can also be set globally with the
0 commit comments