File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -80,7 +80,7 @@ symbols. For an input defined in InputSpec to be included into the executed
80
80
commandline ``argstr `` has to be included. Additionally inside the main
81
81
interface class you need to specify the name of the executable by assigning it
82
82
to the ``_cmd `` field. Also the main interface class needs to inherit from
83
- :class: `nipype.interfaces.base.CommandLine `:
83
+ :class: `CommandLine < nipype.interfaces.base.CommandLine> `:
84
84
85
85
.. testcode ::
86
86
@@ -92,7 +92,7 @@ to the ``_cmd`` field. Also the main interface class needs to inherit from
92
92
There is one more thing we need to take care of. When the executable finishes
93
93
processing it will presumably create some output files. We need to know which
94
94
files to look for, check if they exist and expose them to whatever node would
95
- like to use them. This is done by implementing `` _list_outputs ` ` method in the
95
+ like to use them. This is done by implementing :func: ` _list_outputs <nipype.interfaces.base.BaseInterface._list_outputs> ` method in the
96
96
main interface class. Basically what it does is assigning the expected output
97
97
files to the fields of our output spec:
98
98
You can’t perform that action at this time.
0 commit comments