From 3623a316ae9550e5efdbb09ed309be3437f883c0 Mon Sep 17 00:00:00 2001 From: Paul McCarthy <pauld.mccarthy@gmail.com> Date: Tue, 3 Jan 2017 21:47:52 +0000 Subject: [PATCH] Little doc updates --- doc/fsl.utils.imcp.rst | 9 +++++++++ fsl/data/imagewrapper.py | 2 +- 2 files changed, 10 insertions(+), 1 deletion(-) create mode 100644 doc/fsl.utils.imcp.rst diff --git a/doc/fsl.utils.imcp.rst b/doc/fsl.utils.imcp.rst new file mode 100644 index 000000000..4bee084c6 --- /dev/null +++ b/doc/fsl.utils.imcp.rst @@ -0,0 +1,9 @@ +:orphan: + +fsl.utils.imcp module +===================== + +.. automodule:: fsl.utils.imcp + :members: + :undoc-members: + :show-inheritance: diff --git a/fsl/data/imagewrapper.py b/fsl/data/imagewrapper.py index d9bacb798..921dd6e36 100644 --- a/fsl/data/imagewrapper.py +++ b/fsl/data/imagewrapper.py @@ -744,7 +744,7 @@ def isValidFancySliceObj(sliceobj, shape): def canonicalSliceObj(sliceobj, shape): """Returns a canonical version of the given ``sliceobj``. See the - ``nibabel.fileslice.canonical_slicers` function. + ``nibabel.fileslice.canonical_slicers`` function. """ # Fancy slice objects must have -- GitLab