File tree Expand file tree Collapse file tree 1 file changed +22
-1
lines changed Expand file tree Collapse file tree 1 file changed +22
-1
lines changed Original file line number Diff line number Diff line change 1
1
.. -*- rest -*-
2
2
.. vim:syntax=rest
3
3
4
-
5
4
=======
6
5
NiBabel
7
6
=======
@@ -20,6 +19,20 @@ PyNIfTI_.
20
19
The various image format classes give full or selective access to header (meta)
21
20
information and access to the image data is made available via NumPy arrays.
22
21
22
+ Website
23
+ =======
24
+
25
+ Current information can always be found at the NIPY nibabel website::
26
+
27
+ http://nipy.org/nibabel
28
+
29
+ Mailing Lists
30
+ =============
31
+
32
+ Please see the developer's list here::
33
+
34
+ http://mail.scipy.org/mailman/listinfo/nipy-devel
35
+
23
36
Code
24
37
====
25
38
@@ -34,3 +47,11 @@ You can find our sources and single-click downloads:
34
47
.. _Documentation: http://nipy.org/nibabel
35
48
.. _current trunk: http://github.com/nipy/nibabel/archives/master
36
49
.. _available releases: http://github.com/nipy/nibabel/downloads
50
+
51
+ License
52
+ =======
53
+
54
+ Nibabel is licensed under the terms of the MIT license. Some code included with
55
+ nibabel is licensed under the BSD license. Please the COPYING file in the
56
+ nibabel distribution.
57
+
You can’t perform that action at this time.
0 commit comments