Skip to content
Snippets Groups Projects
Commit 8bb2e120 authored by Paul McCarthy's avatar Paul McCarthy
Browse files

README/documentation updates.

parent 064608c6
No related branches found
No related tags found
No related merge requests found
doc/images/timeserieslistpanel.png

49.1 KiB

doc/images/timeseriespanel.png

248 KiB

doc/images/x11_slicecanvas_show_bug.png

119 KiB

......@@ -4,13 +4,11 @@
.. toctree::
:hidden:
:maxdepth: 1
:maxdepth: 2
fsl
fsl.tools
fsl.data
fsl.utils
fsl.fsleyes
This is the ``fslpy`` API documentation.
......
......@@ -21,6 +21,7 @@ things.
~fsl.utils.webpage
~fsl.utils.status
~fsl.utils.memoize
~fsl.utils.path
~fsl.utils.async
~fsl.utils.notifier
"""
......@@ -70,7 +70,7 @@ def run(task, onFinish=None, name=None):
.. note:: If a ``wx`` application is not running, the ``task`` and
``onFinish`` functions will simply be called directly, and
the return value will be ``None``.
the return value will be ``None``.
"""
if name is None:
......
......@@ -15,9 +15,9 @@ version number and information.
.. todo:: Define a formal ``fslpy`` version number updating scheme.
"""
__version__ = '0.9a'
__version__ = '<dev>'
"""Current version number, as a string. """
__vcs_version__ = '0.9a'
__vcs_version__ = '<dev>'
"""VCS (Version Control System) version number, for internal use. """
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment