We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4f67822 commit 7832debCopy full SHA for 7832deb
nibabel/processing.py
@@ -357,7 +357,7 @@ def conform(
357
mode : str, optional
358
Points outside the boundaries of the input are filled according to the
359
given mode ('constant', 'nearest', 'reflect' or 'wrap'). Default is
360
- 'constant' (see scipy.ndimage.affine_transform)
+ 'constant' (see :func:`scipy.ndimage.affine_transform`)
361
cval : scalar, optional
362
Value used for points outside the boundaries of the input if
363
``mode='constant'``. Default is 0.0 (see
0 commit comments