Skip to content

Commit 693cb3a

Browse files
committed
DOC - updated long description from README edits
1 parent cc65556 commit 693cb3a

File tree

1 file changed

+36
-0
lines changed

1 file changed

+36
-0
lines changed

nibabel/info.py

Lines changed: 36 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -48,6 +48,42 @@
4848
4949
The various image format classes give full or selective access to header (meta)
5050
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.
5187
"""
5288

5389
# versions for dependencies

0 commit comments

Comments
 (0)