@@ -147,7 +147,7 @@ def get_vox_dims(volume):
147147l1analysis = pe .Workflow (name = 'analysis' )
148148
149149"""Generate SPM-specific design information using
150- :ref:`nipype.algorithms.modelgen.SpecifyModel `.
150+ :ref:`nipype.algorithms.modelgen.SpecifySPMModel `.
151151"""
152152
153153modelspec = pe .Node (interface = model .SpecifySPMModel (), name = "modelspec" )
@@ -272,7 +272,7 @@ def makelist(item):
272272-----------------------------------------
273273Here we create a structure that provides information
274274about the experimental paradigm. This is used by the
275- :ref:`nipype.algorithms.modelgen.SpecifyModel `
275+ :ref:`nipype.algorithms.modelgen.SpecifySPMModel `
276276to create the information necessary to generate an SPM design matrix.
277277"""
278278
@@ -326,7 +326,7 @@ def makelist(item):
326326pipeline. Thus for this pipeline there will be subject specific
327327sub-directories.
328328
329- The :func:`nipype.pipeline.engine.Workflow.connect` function creates the
329+ The :func:`~ nipype.pipeline.engine.workflows. Workflow.connect` method creates the
330330links between the processes, i.e., how data should flow in and out of
331331the processing nodes.
332332"""
@@ -390,8 +390,8 @@ def getstripdir(subject_id):
390390The code discussed above sets up all the necessary data structures
391391with appropriate parameters and the connectivity between the
392392processes, but does not generate any output. To actually run the
393- analysis on the data the :func:`nipype.pipeline.engine.workflows.Workflow.run`
394- function needs to be called.
393+ analysis on the data the :func:`~ nipype.pipeline.engine.workflows.Workflow.run`
394+ method needs to be called.
395395"""
396396
397397if __name__ == '__main__' :
0 commit comments