##// END OF EJS Templates
Cleaning up the IPython docs. I have removed old README files that were outdated and being maintained...
Brian E Granger -
Show More
@@ -1,74 +1,77 b''
1 1 IPython is licensed under the terms of the new or revised BSD license, as follows:
2 2
3 3 Copyright (c) 2008, IPython Development Team
4 4
5 5 All rights reserved.
6 6
7 7 Redistribution and use in source and binary forms, with or without modification,
8 8 are permitted provided that the following conditions are met:
9 9
10 10 Redistributions of source code must retain the above copyright notice, this list of
11 11 conditions and the following disclaimer.
12 12
13 13 Redistributions in binary form must reproduce the above copyright notice, this list
14 14 of conditions and the following disclaimer in the documentation and/or other
15 15 materials provided with the distribution.
16 16
17 17 Neither the name of the IPython Development Team nor the names of its contributors
18 18 may be used to endorse or promote products derived from this software without
19 19 specific prior written permission.
20 20
21 21 THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND ANY
22 22 EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED
23 23 WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED.
24 24 IN NO EVENT SHALL THE COPYRIGHT OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT,
25 25 INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT
26 26 NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR
27 27 PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY,
28 28 WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE)
29 29 ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE
30 30 POSSIBILITY OF SUCH DAMAGE.
31 31
32 32 About the IPython Development Team
33 33 ----------------------------------
34 34
35 Fernando Perez began IPython in 2001 based on code from Janko Hauser <jhauser@zscout.de>
36 and Nathaniel Gray <n8gray@caltech.edu>. Fernando is still the project lead.
37
35 38 The IPython Development Team is the set of all contributors to the IPython project.
36 39 This includes all of the IPython subprojects. Here is a list of the currently active contributors:
37 40
38 41 * Matthieu Brucher
39 42 * Ondrej Certik
40 43 * Laurent Dufrechou
41 44 * Robert Kern
42 45 * Brian E. Granger
43 46 * Fernando Perez (project leader)
44 47 * Benjamin Ragan-Kelley
45 48 * Ville M. Vainio
46 49 * Gael Varoququx
47 50 * Stefan van der Walt
48 51 * Tech-X Corporation
49 52 * Barry Wark
50 53
51 If your name is missing, please add it.
54 If your name is missing, please add it.
52 55
53 56 Our Copyright Policy
54 57 --------------------
55 58
56 59 IPython uses a shared copyright model. Each contributor maintains copyright over
57 60 their contributions to IPython. But, it is important to note that these
58 61 contributions are typically only changes to the repositories. Thus, the IPython
59 62 source code, in its entirety is not the copyright of any single person or
60 63 institution. Instead, it is the collective copyright of the entire IPython
61 64 Development Team. If individual contributors want to maintain a record of what
62 65 changes/contributions they have specific copyright on, they should indicate their
63 66 copyright in the commit message of the change, when they commit the change to
64 67 one of the IPython repositories.
65 68
66 69 With this in mind, the following banner should be used in any source code file to
67 70 indicate the copyright and license terms:
68 71
69 72 #-------------------------------------------------------------------------------
70 73 # Copyright (C) 2008 The IPython Development Team
71 74 #
72 75 # Distributed under the terms of the BSD License. The full license is in
73 76 # the file COPYING, distributed as part of this software.
74 77 #------------------------------------------------------------------------------- No newline at end of file
@@ -1,11 +1,11 b''
1 Please see the doc/ directory for full manuals and other documents. The manual is
2 prepared using the LyX system (www.lyx.org), but in the doc/manual directory
3 you'll find HTML and PDF versions.
1 ===============
2 IPython1 README
3 ===============
4
5 .. contents::
4 6
5 These manuals normally get installed to $PREFIX/share/doc/ipython-VERSION, unless you
6 redirect the installer via a --prefix/--home option. Normally, $PREFIX is
7 /usr, but your Python may be installed elsewhere. You can see its value by
8 running:
9
10 python -c "import sys;print sys.prefix"
7 Overview
8 ========
11 9
10 Welcome to IPython. New users should consult our documentation, which can be found
11 in the docs/source subdirectory.
1 NO CONTENT: file renamed from docs/COPYING to docs/attic/COPYING
1 NO CONTENT: file renamed from docs/ipython.el to docs/emacs/ipython.el
1 NO CONTENT: file renamed from docs/ipython.1 to docs/man/ipython.1
1 NO CONTENT: file renamed from docs/pycolor.1 to docs/man/pycolor.1
1 NO CONTENT: file renamed from docs/api_changes.txt to docs/source/api_changes.txt
1 NO CONTENT: file was removed
1 NO CONTENT: file was removed
1 NO CONTENT: file was removed
General Comments 0
You need to be logged in to leave comments. Login now