@@ -71,18 +71,18 @@ def get_nipype_gitversion():
71
71
NIPYPE: Neuroimaging in Python: Pipelines and Interfaces
72
72
========================================================
73
73
74
- Current neuroimaging software offer users an incredible opportunity to \
75
- analyze data using a variety of different algorithms. However, this has \
76
- resulted in a heterogeneous collection of specialized applications \
74
+ Current neuroimaging software offer users an incredible opportunity to
75
+ analyze data using a variety of different algorithms. However, this has
76
+ resulted in a heterogeneous collection of specialized applications
77
77
without transparent interoperability or a uniform operating interface.
78
78
79
- *Nipype*, an open-source, community-developed initiative under the \
80
- umbrella of NiPy_ , is a Python project that provides a uniform interface \
81
- to existing neuroimaging software and facilitates interaction between \
82
- these packages within a single workflow. Nipype provides an environment \
83
- that encourages interactive exploration of algorithms from different \
84
- packages (e.g., AFNI, ANTS, BRAINS, BrainSuite, Camino, FreeSurfer, FSL, MNE, \
85
- MRtrix, MNE, Nipy, Slicer, SPM), eases the design of workflows within and \
79
+ *Nipype*, an open-source, community-developed initiative under the
80
+ umbrella of `NiPy <http://nipy.org>`_ , is a Python project that provides a
81
+ uniform interface to existing neuroimaging software and facilitates interaction
82
+ between these packages within a single workflow. Nipype provides an environment
83
+ that encourages interactive exploration of algorithms from different
84
+ packages (e.g., AFNI, ANTS, BRAINS, BrainSuite, Camino, FreeSurfer, FSL, MNE,
85
+ MRtrix, MNE, Nipy, Slicer, SPM), eases the design of workflows within and
86
86
between packages, and reduces the learning curve necessary to use different \
87
87
packages. Nipype is creating a collaborative platform for neuroimaging \
88
88
software development in a high-level language and addressing limitations of \
0 commit comments