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