forked from nipy/nipy
-
Notifications
You must be signed in to change notification settings - Fork 0
/
README
70 lines (47 loc) · 1.43 KB
/
README
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
===============================
Neuroimaging in Python (NIPY)
===============================
Documentation
-------------
Please see the ``doc/README.txt`` document for information on our
documentation.
Website
-------
Current information can always be found at the NIPY website is located
here::
http://neuroimaging.scipy.org/
Mailing Lists
-------------
Please see the developer's list here::
http://projects.scipy.org/mailman/listinfo/nipy-devel
NIPY structure
---------------
Currently NIPY consists of the following files and directories:
INSTALL
NIPY prerequisites, installation, development, testing, and
troubleshooting.
README
This document.
THANKS
NIPY developers and contributors. Please keep it up to date!!
LICENSE
NIPY license terms.
doc/
Sphinx/reST documentation
examples/
neuroimaging/
Contains the source code.
setup.py
Script for building and installing NIPY.
License information
-------------------
See the file "LICENSE" for information on the history of this
software, terms & conditions for usage, and a DISCLAIMER OF ALL
WARRANTIES.
This NIPY distribution contains no GNU General Public Licensed
(GPLed) code so it may be used in proprietary projects. There
are interfaces to some GNU code but these are entirely optional.
All trademarks referenced herein are property of their respective
holders.
Copyright (c) 2006-2010, NIPY Developers
All rights reserved.