Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
F
fslpy
Manage
Activity
Members
Code
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Model registry
Operate
Environments
Analyze
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
FSL
fslpy
Commits
b362fae5
Commit
b362fae5
authored
5 years ago
by
Paul McCarthy
Browse files
Options
Downloads
Patches
Plain Diff
DOC: listen to sphinx warnings
parent
6a743aa1
No related branches found
Branches containing commit
No related tags found
Tags containing commit
No related merge requests found
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
CHANGELOG.rst
+2
-2
2 additions, 2 deletions
CHANGELOG.rst
fsl/utils/image/__init__.py
+2
-3
2 additions, 3 deletions
fsl/utils/image/__init__.py
fsl/wrappers/wrapperutils.py
+3
-2
3 additions, 2 deletions
fsl/wrappers/wrapperutils.py
with
7 additions
and
7 deletions
CHANGELOG.rst
+
2
−
2
View file @
b362fae5
...
@@ -223,8 +223,8 @@ Changed
...
@@ -223,8 +223,8 @@ Changed
* The :class:`.Cache` class has a new ``lru`` option, allowing it to be used
* The :class:`.Cache` class has a new ``lru`` option, allowing it to be used
as a least-recently-used cache.
as a least-recently-used cache.
* The :mod:`.filetree` module has been refactored to make it easier
for the
* The :mod:`
fsl.utils
.filetree` module has been refactored to make it easier
:mod:`.query` module to work with file tree hierarchies.
for the
:mod:`.query` module to work with file tree hierarchies.
* The :meth:`.LabelAtlas.get` method has a new ``binary`` flag, allowing
* 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
either a binary mask, or a mask with the original label value, to be
returned.
returned.
...
...
This diff is collapsed.
Click to expand it.
fsl/utils/image/__init__.py
+
2
−
3
View file @
b362fae5
...
@@ -10,8 +10,7 @@ manipulating and working with :class:`.Image` objects.
...
@@ -10,8 +10,7 @@ manipulating and working with :class:`.Image` objects.
The following modules are available:
The following modules are available:
.. autosummary::
.. autosummary::
:nosignature
.image.resample
fsl.utils
.image.resample
.image.roi
fsl.utils
.image.roi
"""
"""
This diff is collapsed.
Click to expand it.
fsl/wrappers/wrapperutils.py
+
3
−
2
View file @
b362fae5
...
@@ -463,8 +463,9 @@ class _FileOrThing(object):
...
@@ -463,8 +463,9 @@ class _FileOrThing(object):
This is because most functions that are decorated with the
This is because most functions that are decorated with the
:func:`fileOrImage` or :func:`fileOrArray` decorators will invoke a call
:func:`fileOrImage` or :func:`fileOrArray` decorators will invoke a call
to :func:`.run` or :func:`.runfsl`, where a value of ``submit=True`` will
to :func:`.run.run` or :func:`.runfsl`, where a value of ``submit=True``
cause the command to be executed asynchronously on a cluster platform.
will cause the command to be executed asynchronously on a cluster
platform.
A :exc:`ValueError` will be raised if the decorated function is called
A :exc:`ValueError` will be raised if the decorated function is called
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment