Skip to content

Commit b038e40

Browse files
committed
fixed commandline class reference
1 parent 65a6249 commit b038e40

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

doc/devel/cmd_interface_devel.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -80,7 +80,7 @@ symbols. For an input defined in InputSpec to be included into the executed
8080
commandline ``argstr`` has to be included. Additionally inside the main
8181
interface class you need to specify the name of the executable by assigning it
8282
to the ``_cmd`` field. Also the main interface class needs to inherit from
83-
`CommandLine`_:
83+
:class:`nipype.interfaces.base.CommandLine`:
8484

8585
.. testcode::
8686

0 commit comments

Comments
 (0)