Skip to content

Commit c47fb4d

Browse files
committed
fix: cleaned restructured text
1 parent 8d8dc67 commit c47fb4d

File tree

1 file changed

+5
-6
lines changed

1 file changed

+5
-6
lines changed

doc/users/config_file.rst

+5-6
Original file line numberDiff line numberDiff line change
@@ -34,8 +34,8 @@ Execution
3434
~~~~~~~~~~~
3535

3636
*plugin*
37-
This defines which execution plugin to use. (possible values:
38-
``Linear``, ``MultiProc``, ``SGE``, ``IPython``; default value: ``Linear``)
37+
This defines which execution plugin to use. (possible values: ``Linear``,
38+
``MultiProc``, ``SGE``, ``IPython``; default value: ``Linear``)
3939

4040
*stop_on_first_crash*
4141
Should the workflow stop upon first node crashing or try to execute as many
@@ -70,10 +70,9 @@ Execution
7070
set)
7171

7272
*remove_unnecessary_outputs*
73-
This will remove any interface outputs not needed by the
74-
workflow. If the required outputs from a node changes, rerunning
75-
the workflow will rerun the node. (possible values: ``true`` and
76-
``false``; default value: ``true``)
73+
This will remove any interface outputs not needed by the workflow. If the
74+
required outputs from a node changes, rerunning the workflow will rerun the
75+
node. (possible values: ``true`` and ``false``; default value: ``true``)
7776

7877
*use_relative_paths*
7978
Should the paths stored in results (and used to look for inputs)

0 commit comments

Comments
 (0)