Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
FSL
fslpy
Commits
b362fae5
Commit
b362fae5
authored
Mar 16, 2020
by
Paul McCarthy
🚵
Browse files
DOC: listen to sphinx warnings
parent
6a743aa1
Changes
3
Hide whitespace changes
Inline
Side-by-side
CHANGELOG.rst
View file @
b362fae5
...
...
@@ -223,8 +223,8 @@ Changed
* The :class:`.Cache` class has a new ``lru`` option, allowing it to be used
as a least-recently-used cache.
* The :mod:`.filetree` module has been refactored to make it easier
for the
:mod:`.query` module to work with file tree hierarchies.
* The :mod:`
fsl.utils
.filetree` module has been refactored to make it easier
for the
:mod:`.query` module to work with file tree hierarchies.
* The :meth:`.LabelAtlas.get` method has a new ``binary`` flag, allowing
either a binary mask, or a mask with the original label value, to be
returned.
...
...
fsl/utils/image/__init__.py
View file @
b362fae5
...
...
@@ -10,8 +10,7 @@ manipulating and working with :class:`.Image` objects.
The following modules are available:
.. autosummary::
:nosignature
.image.resample
.image.roi
fsl.utils
.image.resample
fsl.utils
.image.roi
"""
fsl/wrappers/wrapperutils.py
View file @
b362fae5
...
...
@@ -463,8 +463,9 @@ class _FileOrThing(object):
This is because most functions that are decorated with the
:func:`fileOrImage` or :func:`fileOrArray` decorators will invoke a call
to :func:`.run` or :func:`.runfsl`, where a value of ``submit=True`` will
cause the command to be executed asynchronously on a cluster platform.
to :func:`.run.run` or :func:`.runfsl`, where a value of ``submit=True``
will cause the command to be executed asynchronously on a cluster
platform.
A :exc:`ValueError` will be raised if the decorated function is called
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment