From 80a4c8d8da72e13cd6b585243b5f600e42a90cfc Mon Sep 17 00:00:00 2001 From: Martyn Gigg <martyn.gigg@gmail.com> Date: Thu, 16 Nov 2017 08:52:33 +0000 Subject: [PATCH] Fix indentation in algorithm documentation. Refs #21178 --- docs/source/algorithms/BASISReduction-v1.rst | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/docs/source/algorithms/BASISReduction-v1.rst b/docs/source/algorithms/BASISReduction-v1.rst index ebe9cc9f855..93dc4a8b287 100644 --- a/docs/source/algorithms/BASISReduction-v1.rst +++ b/docs/source/algorithms/BASISReduction-v1.rst @@ -34,9 +34,9 @@ noise. Those events can be filtered out of the reduction process. Example: - "71465:0-500;71466:900-2100;71467:4000-end" will filter out events -happening between the start of the run and 500 seconds for run 71465, then -between 900 and 2100 seconds for run 71466 and between 4000 seconds and the -end of the run for 71467. Only one time segment can be excluded per run number. + happening between the start of the run and 500 seconds for run 71465, then + between 900 and 2100 seconds for run 71466 and between 4000 seconds and the + end of the run for 71467. Only one time segment can be excluded per run number. **Momentum transfer binning scheme**: Three values are required, the center of the bin with the minimum momentum, the bin width, and the @@ -143,4 +143,3 @@ Workflow -------- .. diagram:: BASISReduction-v1_wkflw.dot - -- GitLab