Skip to content

Commit 437fb82

Browse files
committed
DOC Update README before pushing qipype
1 parent 9b86868 commit 437fb82

File tree

4 files changed

+5
-205
lines changed

4 files changed

+5
-205
lines changed

Python/example_notebook.ipynb

Lines changed: 0 additions & 198 deletions
This file was deleted.

Python/setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313

1414
setup(
1515
name='qipype',
16-
version='1.0',
16+
version='0.1',
1717
description='nipype interfaces to QUantitative Imaging Tools',
1818
long_description=long_description,
1919
long_description_content_type="text/markdown",

README.md

Lines changed: 4 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ in the documentation.
5151

5252
### Python
5353

54-
QUIT now comes with `nipype` wrappers. Install with `pip install QUIT`.
54+
QUIT now comes with `nipype` wrappers. Install with `pip install qipype`.
5555

5656
## Usage
5757

@@ -61,11 +61,9 @@ of commands require an input 4D Nifti file containing the image data to fit,
6161
and a `.json` file containing the sequence parameters (e.g. `TR`). See
6262
examples for each command at http://quit.readthedocs.io.
6363

64-
For the `nipype` wrappers, there are example iPython notebooks available in this
65-
directory https://github.com/spinicist/QUIT/blob/master/Python/. You can
66-
download the one for T1 mapping here https://github.com/spinicist/QUIT/raw/master/Python/T1_mapping.ipynb.
67-
Alternatively, look at the example workflows for CEST and MPM to see how to
68-
build a complete pipeline.
64+
There is an example iPython notebooks available in this
65+
directory https://mybinder.org/v2/gh/spinicist/QUIT/master?filepath=Python%2FNotebooks%2FT1_mapping.ipynb.
66+
Workflows for CEST and MPM are provided in `qipype.workflows`.
6967

7068
## Getting Help
7169

0 commit comments

Comments
 (0)