File tree Expand file tree Collapse file tree 2 files changed +5
-5
lines changed Expand file tree Collapse file tree 2 files changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -48,7 +48,7 @@ This allows other members of the Nipype development team to confirm that you are
48
48
** 2. [ Fork] [ link_fork ] the [ Nipype repository] [ link_nipype ] to your profile.**
49
49
50
50
This is now your own unique copy of Nipype.
51
- Changes here won't effect anyone else's work, so it's a safe space to explore edits to the code!
51
+ Changes here won't affect anyone else's work, so it's a safe space to explore edits to the code!
52
52
53
53
Make sure to [ keep your fork up to date] [ link_updateupstreamwiki ] with the master repository.
54
54
Original file line number Diff line number Diff line change @@ -7,18 +7,18 @@ Interface Specifications
7
7
Before you start
8
8
----------------
9
9
10
- Nipype is maintained by an enthusiastic group of developers, and we're excited to have you join!
10
+ Nipype is maintained by an enthusiastic group of developers, and we're excited to have you join us !
11
11
In case of trouble, we encourage you to post on `NeuroStars <https://neurostars.org >`_ with the `nipype ` tag.
12
12
NeuroStars.org is a platform similar to StackOverflow but dedicated to neuroinformatics.
13
13
You can also post on the nipype developers mailing list: http://mail.python.org/mailman/listinfo/neuroimaging.
14
- We are sharing a mailing list with the nipy community therefore please add ``[nipype] `` to the message title.
14
+ As we are sharing a mailing list with the nipy community, please add ``[nipype] `` to the message title.
15
15
16
16
17
17
Overview
18
18
--------
19
19
20
- We're using the `Traits, formerly known as Enthought Traits
21
- <http://docs.enthought.com/traits/traits_user_manual/intro.html> `_ package for all of our
20
+ We're using the `Traits < http://docs.enthought.com/traits/traits_user_manual/intro.html >`_
21
+ (formerly known as Enthought Traits) package for all of our
22
22
inputs and outputs. Traits allows us to validate user inputs and
23
23
provides a mechanism to handle all the *special cases * in a simple and
24
24
concise way though metadata. With the metadata, each input/output can
You can’t perform that action at this time.
0 commit comments