From ca69ad166109e1eba4d4fb816af41b8058fcaa10 Mon Sep 17 00:00:00 2001 From: "Sadie L. Bartholomew" Date: Thu, 27 Jun 2024 13:24:46 +0100 Subject: [PATCH] Fix formatting of LaTeX formulae for split_every parameter --- cf/docstring/docstring.py | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/cf/docstring/docstring.py b/cf/docstring/docstring.py index e56488905b..b54a9c82ed 100644 --- a/cf/docstring/docstring.py +++ b/cf/docstring/docstring.py @@ -315,10 +315,10 @@ any of the intermediate or final aggregation steps operates on no more than ``split_every`` inputs. The depth of the aggregation graph will be - :math:`log_{split_every}(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. + :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. By default, `dask` heuristically decides on a good value. A default can also be set globally with the