@@ -74,11 +74,11 @@ Execution
74
74
75
75
*display_variable *
76
76
Override the ``$DISPLAY `` environment variable for interfaces that require
77
- an X server. This option is useful if there is a running X server, but
78
- ``$DISPLAY `` was not defined in nipype's environment. For example, if an X
77
+ an X server. This option is useful if there is a running X server, but
78
+ ``$DISPLAY `` was not defined in nipype's environment. For example, if an X
79
79
server is listening on the default port of 6000, set ``display_variable = :0 ``
80
- to enable nipype interfaces to use it. It may also point to displays provided
81
- by VNC, `xnest <http://www.x.org/archive/X11R7.5/doc/man/man1/Xnest.1.html >`_
80
+ to enable nipype interfaces to use it. It may also point to displays provided
81
+ by VNC, `xnest <http://www.x.org/archive/X11R7.5/doc/man/man1/Xnest.1.html >`_
82
82
or `Xvfb <http://www.x.org/archive/X11R6.8.1/doc/Xvfb.1.html >`_.
83
83
If neither ``display_variable `` nor the ``$DISPLAY `` environment variable are
84
84
set, nipype will try to configure a new virtual server using Xvfb.
@@ -170,7 +170,7 @@ Resource Monitor
170
170
Indicates where the summary file collecting all profiling information from the
171
171
resource monitor should be stored after execution of a workflow.
172
172
The ``summary_file `` does not apply to interfaces run independently.
173
- (unset by default, in which case the summary file will be written out to
173
+ (unset by default, in which case the summary file will be written out to
174
174
``<base_dir>/resource_monitor.json `` of the top-level workflow).
175
175
176
176
*summary_append *
0 commit comments