@@ -81,3 +81,74 @@ The netcdf IO module has been taken from SciPy.
81
81
LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
82
82
OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH
83
83
DAMAGE.
84
+
85
+
86
+ Sphinx autosummary extension
87
+ ----------------------------
88
+
89
+ This extension has been copied from NumPy (Jul 16, 2010) as the one shipped with
90
+ Sphinx 0.6 doesn't work properly.
91
+
92
+ ::
93
+
94
+ Copyright (c) 2007-2009 Stefan van der Walt and Sphinx team
95
+
96
+ Redistribution and use in source and binary forms, with or without
97
+ modification, are permitted provided that the following conditions are met:
98
+
99
+ a. Redistributions of source code must retain the above copyright notice,
100
+ this list of conditions and the following disclaimer.
101
+ b. Redistributions in binary form must reproduce the above copyright
102
+ notice, this list of conditions and the following disclaimer in the
103
+ documentation and/or other materials provided with the distribution.
104
+ c. Neither the name of the Enthought nor the names of its contributors
105
+ may be used to endorse or promote products derived from this software
106
+ without specific prior written permission.
107
+
108
+
109
+ THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS"
110
+ AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
111
+ IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
112
+ ARE DISCLAIMED. IN NO EVENT SHALL THE REGENTS OR CONTRIBUTORS BE LIABLE FOR
113
+ ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
114
+ DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR
115
+ SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER
116
+ CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
117
+ LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
118
+ OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH
119
+ DAMAGE.
120
+
121
+
122
+ Lightunit module
123
+ ----------------
124
+
125
+ Taken from IPython.
126
+
127
+ ::
128
+
129
+ Copyright (c) 2009 Fernando Perez and the IPython Development Team
130
+
131
+ Redistribution and use in source and binary forms, with or without
132
+ modification, are permitted provided that the following conditions are met:
133
+
134
+ a. Redistributions of source code must retain the above copyright notice,
135
+ this list of conditions and the following disclaimer.
136
+ b. Redistributions in binary form must reproduce the above copyright
137
+ notice, this list of conditions and the following disclaimer in the
138
+ documentation and/or other materials provided with the distribution.
139
+ c. Neither the name of the Enthought nor the names of its contributors
140
+ may be used to endorse or promote products derived from this software
141
+ without specific prior written permission.
142
+
143
+
144
+ THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS"
145
+ AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
146
+ IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
147
+ ARE DISCLAIMED. IN NO EVENT SHALL THE REGENTS OR CONTRIBUTORS BE LIABLE FOR
148
+ ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
149
+ DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR
150
+ SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER
151
+ CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
152
+ LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
153
+ OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH
154
+ DAMAGE.
0 commit comments