|
1 |
| -"""Define distribution parameters for nibabel, including package version |
| 1 | +"""Define static nibabel metadata for nibabel |
2 | 2 |
|
3 |
| -The long description parameter is used to fill settings in setup.py, the |
4 |
| -nibabel top-level docstring, and in building the docs. |
| 3 | +The long description parameter is used in the nibabel top-level docstring, |
| 4 | +and in building the docs. |
5 | 5 | We exec this file in several places, so it cannot import nibabel or use
|
6 | 6 | relative imports.
|
7 | 7 | """
|
|
12 | 12 | # We also include this text in the docs by ``..include::`` in
|
13 | 13 | # ``docs/source/index.rst``.
|
14 | 14 | long_description = """
|
15 |
| -Read and write access to common neuroimaging file formats, including: ANALYZE_ (plain, SPM99, SPM2 and later), |
16 |
| -GIFTI_, NIfTI1_, NIfTI2_, `CIFTI-2`_, MINC1_, MINC2_, `AFNI BRIK/HEAD`_, ECAT_ and Philips PAR/REC. |
17 |
| -In addition, NiBabel also supports FreeSurfer_'s MGH_, geometry, annotation and morphometry files, |
18 |
| -and provides some limited support for DICOM_. |
| 15 | +Read and write access to common neuroimaging file formats, including: |
| 16 | +ANALYZE_ (plain, SPM99, SPM2 and later), GIFTI_, NIfTI1_, NIfTI2_, `CIFTI-2`_, |
| 17 | +MINC1_, MINC2_, `AFNI BRIK/HEAD`_, ECAT_ and Philips PAR/REC. |
| 18 | +In addition, NiBabel also supports FreeSurfer_'s MGH_, geometry, annotation and |
| 19 | +morphometry files, and provides some limited support for DICOM_. |
19 | 20 |
|
20 |
| -NiBabel's API gives full or selective access to header information (metadata), and image |
21 |
| -data is made available via NumPy arrays. For more information, see NiBabel's `documentation site`_ |
22 |
| -and `API reference`_. |
| 21 | +NiBabel's API gives full or selective access to header information (metadata), |
| 22 | +and image data is made available via NumPy arrays. For more information, see |
| 23 | +NiBabel's `documentation site`_ and `API reference`_. |
23 | 24 |
|
24 | 25 | .. _API reference: https://nipy.org/nibabel/api.html
|
25 | 26 | .. _AFNI BRIK/HEAD: https://afni.nimh.nih.gov/pub/dist/src/README.attributes
|
|
54 | 55 | git clone https://github.com/nipy/nibabel.git
|
55 | 56 | pip install -e ./nibabel
|
56 | 57 |
|
57 |
| -For more information on previous releases, see the `release archive`_ or `development changelog`_. |
| 58 | +For more information on previous releases, see the `release archive`_ or |
| 59 | +`development changelog`_. |
58 | 60 |
|
59 | 61 | .. _current release: https://pypi.python.org/pypi/NiBabel
|
60 | 62 | .. _release archive: https://github.com/nipy/NiBabel/releases
|
|
0 commit comments