Skip to content

Commit 0e0b7f2

Browse files
DOC: Added tutorial to docs
adopted from https://github.com/MichielCottaar/cifti/blob/master/README.md Added CIfTI to list of supported file formats replaced CIFTI with CIfTI2
1 parent a31af61 commit 0e0b7f2

File tree

4 files changed

+148
-43
lines changed

4 files changed

+148
-43
lines changed

doc/source/api.rst

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,7 @@ File Formats
2323
analyze
2424
spm2analyze
2525
spm99analyze
26+
cifti2
2627
gifti
2728
freesurfer
2829
minc1

nibabel/cifti2/__init__.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,14 +6,15 @@
66
# copyright and license terms.
77
#
88
### ### ### ### ### ### ### ### ### ### ### ### ### ### ### ### ### ### ### ##
9-
"""CIfTI format IO
9+
"""CIfTI2 format IO
1010
1111
.. currentmodule:: nibabel.cifti2
1212
1313
.. autosummary::
1414
:toctree: ../generated
1515
1616
cifti2
17+
cifti2_axes
1718
"""
1819

1920
from .parse_cifti2 import Cifti2Extension

nibabel/cifti2/cifti2.py

Lines changed: 2 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -12,12 +12,9 @@
1212
1313
http://www.nitrc.org/forum/message.php?msg_id=3738
1414
15-
Definition of the CIFTI2 header format and file extensions attached to this
16-
email:
15+
Definition of the CIFTI2 header format and file extensions can be found at:
1716
18-
http://www.nitrc.org/forum/forum.php?thread_id=4380&forum_id=1955
19-
20-
Filename is ``CIFTI-2_Main_FINAL_1March2014.pdf``.
17+
http://www.nitrc.org/projects/cifti
2118
'''
2219
from __future__ import division, print_function, absolute_import
2320
import re

0 commit comments

Comments
 (0)