Skip to content

Commit 4af4773

Browse files
author
Mathieu Dubois
committed
WIP minimal modifications in users/interface_tutorial.rst
1 parent 343389c commit 4af4773

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

doc/users/interface_tutorial.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ Specifying options
1010
The nipype interface modules provide a Python interface to external
1111
packages like FSL_ and SPM_. Within the module are a series of Python
1212
classes which wrap specific package functionality. For example, in
13-
the fsl module, the class :class:`nipype.interfaces.fsl.Bet` wraps the
13+
the :ref:`fsl <nipype.interfaces.fsl>` module, the class :ref:`BET <nipype.interfaces.fsl.preprocess.BET>` wraps the
1414
``bet`` command-line tool. Using the command-line tool, one would
1515
specify options using flags like ``-o``, ``-m``, ``-f <f>``, etc...
1616
However, in nipype, options are assigned to Python attributes and can

0 commit comments

Comments
 (0)