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
4848** 2. [ Fork] [ link_fork ] the [ Nipype repository] [ link_nipype ] to your profile.**
4949
5050This 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!
5252
5353Make sure to [ keep your fork up to date] [ link_updateupstreamwiki ] with the master repository.
5454
Original file line number Diff line number Diff line change @@ -7,18 +7,18 @@ Interface Specifications
77Before you start
88----------------
99
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 !
1111In case of trouble, we encourage you to post on `NeuroStars <https://neurostars.org >`_ with the `nipype ` tag.
1212NeuroStars.org is a platform similar to StackOverflow but dedicated to neuroinformatics.
1313You 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.
1515
1616
1717Overview
1818--------
1919
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
2222inputs and outputs. Traits allows us to validate user inputs and
2323provides a mechanism to handle all the *special cases * in a simple and
2424concise way though metadata. With the metadata, each input/output can
You can’t perform that action at this time.
0 commit comments