Skip to content

Commit 1868f0a

Browse files
committed
DOC - updated and expanded README
1 parent 5ed053e commit 1868f0a

File tree

1 file changed

+22
-1
lines changed

1 file changed

+22
-1
lines changed

README.txt

Lines changed: 22 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,6 @@
11
.. -*- rest -*-
22
.. vim:syntax=rest
33

4-
54
=======
65
NiBabel
76
=======
@@ -20,6 +19,20 @@ PyNIfTI_.
2019
The various image format classes give full or selective access to header (meta)
2120
information and access to the image data is made available via NumPy arrays.
2221

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+
2336
Code
2437
====
2538

@@ -34,3 +47,11 @@ You can find our sources and single-click downloads:
3447
.. _Documentation: http://nipy.org/nibabel
3548
.. _current trunk: http://github.com/nipy/nibabel/archives/master
3649
.. _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+

0 commit comments

Comments
 (0)