File tree Expand file tree Collapse file tree 1 file changed +36
-0
lines changed Expand file tree Collapse file tree 1 file changed +36
-0
lines changed Original file line number Diff line number Diff line change 48
48
49
49
The various image format classes give full or selective access to header (meta)
50
50
information and access to the image data is made available via NumPy arrays.
51
+
52
+ Website
53
+ =======
54
+
55
+ Current information can always be found at the NIPY nibabel website::
56
+
57
+ http://nipy.org/nibabel
58
+
59
+ Mailing Lists
60
+ =============
61
+
62
+ Please see the developer's list here::
63
+
64
+ http://mail.scipy.org/mailman/listinfo/nipy-devel
65
+
66
+ Code
67
+ ====
68
+
69
+ You can find our sources and single-click downloads:
70
+
71
+ * `Main repository`_ on Github.
72
+ * Documentation_ for all releases and current development tree.
73
+ * Download as a tar/zip file the `current trunk`_.
74
+ * Downloads of all `available releases`_.
75
+
76
+ .. _main repository: http://github.com/nipy/nibabel
77
+ .. _Documentation: http://nipy.org/nibabel
78
+ .. _current trunk: http://github.com/nipy/nibabel/archives/master
79
+ .. _available releases: http://github.com/nipy/nibabel/downloads
80
+
81
+ License
82
+ =======
83
+
84
+ Nibabel is licensed under the terms of the MIT license. Some code included with
85
+ nibabel is licensed under the BSD license. Please the COPYING file in the
86
+ nibabel distribution.
51
87
"""
52
88
53
89
# versions for dependencies
You can’t perform that action at this time.
0 commit comments