-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #16 from TIGRLab/develop
Initial release
- Loading branch information
Showing
53 changed files
with
3,937 additions
and
379 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,4 @@ | ||
* dmriprep version: | ||
* dmripreproc version: | ||
* Python version: | ||
* Operating System: | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -103,3 +103,6 @@ ENV/ | |
|
||
# Mac OS nonsense: | ||
.DS_Store | ||
|
||
# data | ||
notebooks/data/ |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -7,10 +7,10 @@ Contributing | |
Contributions are welcome, and they are greatly appreciated! Every little bit | ||
helps, and credit will always be given. | ||
|
||
Installing a development version of dmriprep | ||
Installing a development version of dmripreproc | ||
-------------------------------------------- | ||
|
||
First, you can install a development version of dmriprep by cloning this repository | ||
First, you can install a development version of dmripreproc by cloning this repository | ||
and then typing:: | ||
|
||
$ pip install -e .[dev] | ||
|
@@ -32,7 +32,7 @@ You can contribute in many ways: | |
Report Bugs | ||
~~~~~~~~~~~ | ||
|
||
Report bugs at https://github.com/nipy/dmriprep/issues. | ||
Report bugs at https://github.com/nipy/dmripreproc/issues. | ||
|
||
If you are reporting a bug, please include: | ||
|
||
|
@@ -55,14 +55,14 @@ and "help wanted" is open to whoever wants to implement it. | |
Write Documentation | ||
~~~~~~~~~~~~~~~~~~~ | ||
|
||
dmriprep could always use more documentation, whether as part of the | ||
official dmriprep docs, in docstrings, or even on the web in blog posts, | ||
dmripreproc could always use more documentation, whether as part of the | ||
official dmripreproc docs, in docstrings, or even on the web in blog posts, | ||
articles, and such. | ||
|
||
Submit Feedback | ||
~~~~~~~~~~~~~~~ | ||
|
||
The best way to send feedback is to file an issue at https://github.com/nipy/dmriprep/issues. | ||
The best way to send feedback is to file an issue at https://github.com/nipy/dmripreproc/issues. | ||
|
||
If you are proposing a feature: | ||
|
||
|
@@ -74,17 +74,17 @@ If you are proposing a feature: | |
Get Started! | ||
------------ | ||
|
||
Ready to contribute? Here's how to set up `dmriprep` for local development. | ||
Ready to contribute? Here's how to set up `dmripreproc` for local development. | ||
|
||
1. Fork the `dmriprep` repo on GitHub. | ||
1. Fork the `dmripreproc` repo on GitHub. | ||
2. Clone your fork locally:: | ||
|
||
$ git clone [email protected]:your_name_here/dmriprep.git | ||
$ git clone [email protected]:your_name_here/dmripreproc.git | ||
|
||
3. Install your local copy into a virtualenv. Assuming you have virtualenvwrapper installed, this is how you set up your fork for local development:: | ||
|
||
$ mkvirtualenv dmriprep | ||
$ cd dmriprep/ | ||
$ mkvirtualenv dmripreproc | ||
$ cd dmripreproc/ | ||
$ python setup.py develop | ||
|
||
4. Create a branch for local development:: | ||
|
@@ -96,7 +96,7 @@ Ready to contribute? Here's how to set up `dmriprep` for local development. | |
5. When you're done making changes, check that your changes pass flake8 and the | ||
tests, including testing other Python versions with tox:: | ||
|
||
$ flake8 dmriprep tests | ||
$ flake8 dmripreproc tests | ||
$ python setup.py test or py.test | ||
$ tox | ||
|
||
|
@@ -120,7 +120,7 @@ Before you submit a pull request, check that it meets these guidelines: | |
your new functionality into a function with a docstring, and add the | ||
feature to the list in README.rst. | ||
3. The pull request should work for Python 3.5, 3.6 and 3.7, and for PyPy. Check | ||
https://travis-ci.org/nipy/dmriprep/pull_requests | ||
https://travis-ci.org/nipy/dmripreproc/pull_requests | ||
and make sure that the tests pass for all supported Python versions. | ||
|
||
When opening a pull request, please use one of the following prefixes: | ||
|
@@ -137,7 +137,7 @@ Tips | |
|
||
To run a subset of tests:: | ||
|
||
$ py.test tests.test_dmriprep | ||
$ py.test tests.test_dmripreproc | ||
|
||
|
||
Deploying | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file was deleted.
Oops, something went wrong.
Oops, something went wrong.