Skip to content

Commit 77e60e4

Browse files
committed
2.0.0
1 parent a0e3f7b commit 77e60e4

File tree

124 files changed

+42178
-0
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

124 files changed

+42178
-0
lines changed

2.0.0/CHANGES.html

Lines changed: 672 additions & 0 deletions
Large diffs are not rendered by default.

2.0.0/LICENSE.html

Lines changed: 381 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,381 @@
1+
<?xml version="1.0" encoding="utf-8" ?>
2+
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
3+
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
4+
<head>
5+
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
6+
<meta name="generator" content="Docutils 0.12: http://docutils.sourceforge.net/" />
7+
<title>LICENSE: MPI for Python</title>
8+
<meta name="author" content="Lisandro Dalcin" />
9+
<style type="text/css">
10+
11+
/*
12+
:Author: David Goodger (goodger@python.org)
13+
:Id: $Id: html4css1.css 7614 2013-02-21 15:55:51Z milde $
14+
:Copyright: This stylesheet has been placed in the public domain.
15+
16+
Default cascading style sheet for the HTML output of Docutils.
17+
18+
See http://docutils.sf.net/docs/howto/html-stylesheets.html for how to
19+
customize this style sheet.
20+
*/
21+
22+
/* used to remove borders from tables and images */
23+
.borderless, table.borderless td, table.borderless th {
24+
border: 0 }
25+
26+
table.borderless td, table.borderless th {
27+
/* Override padding for "table.docutils td" with "! important".
28+
The right padding separates the table cells. */
29+
padding: 0 0.5em 0 0 ! important }
30+
31+
.first {
32+
/* Override more specific margin styles with "! important". */
33+
margin-top: 0 ! important }
34+
35+
.last, .with-subtitle {
36+
margin-bottom: 0 ! important }
37+
38+
.hidden {
39+
display: none }
40+
41+
a.toc-backref {
42+
text-decoration: none ;
43+
color: black }
44+
45+
blockquote.epigraph {
46+
margin: 2em 5em ; }
47+
48+
dl.docutils dd {
49+
margin-bottom: 0.5em }
50+
51+
object[type="image/svg+xml"], object[type="application/x-shockwave-flash"] {
52+
overflow: hidden;
53+
}
54+
55+
/* Uncomment (and remove this text!) to get bold-faced definition list terms
56+
dl.docutils dt {
57+
font-weight: bold }
58+
*/
59+
60+
div.abstract {
61+
margin: 2em 5em }
62+
63+
div.abstract p.topic-title {
64+
font-weight: bold ;
65+
text-align: center }
66+
67+
div.admonition, div.attention, div.caution, div.danger, div.error,
68+
div.hint, div.important, div.note, div.tip, div.warning {
69+
margin: 2em ;
70+
border: medium outset ;
71+
padding: 1em }
72+
73+
div.admonition p.admonition-title, div.hint p.admonition-title,
74+
div.important p.admonition-title, div.note p.admonition-title,
75+
div.tip p.admonition-title {
76+
font-weight: bold ;
77+
font-family: sans-serif }
78+
79+
div.attention p.admonition-title, div.caution p.admonition-title,
80+
div.danger p.admonition-title, div.error p.admonition-title,
81+
div.warning p.admonition-title, .code .error {
82+
color: red ;
83+
font-weight: bold ;
84+
font-family: sans-serif }
85+
86+
/* Uncomment (and remove this text!) to get reduced vertical space in
87+
compound paragraphs.
88+
div.compound .compound-first, div.compound .compound-middle {
89+
margin-bottom: 0.5em }
90+
91+
div.compound .compound-last, div.compound .compound-middle {
92+
margin-top: 0.5em }
93+
*/
94+
95+
div.dedication {
96+
margin: 2em 5em ;
97+
text-align: center ;
98+
font-style: italic }
99+
100+
div.dedication p.topic-title {
101+
font-weight: bold ;
102+
font-style: normal }
103+
104+
div.figure {
105+
margin-left: 2em ;
106+
margin-right: 2em }
107+
108+
div.footer, div.header {
109+
clear: both;
110+
font-size: smaller }
111+
112+
div.line-block {
113+
display: block ;
114+
margin-top: 1em ;
115+
margin-bottom: 1em }
116+
117+
div.line-block div.line-block {
118+
margin-top: 0 ;
119+
margin-bottom: 0 ;
120+
margin-left: 1.5em }
121+
122+
div.sidebar {
123+
margin: 0 0 0.5em 1em ;
124+
border: medium outset ;
125+
padding: 1em ;
126+
background-color: #ffffee ;
127+
width: 40% ;
128+
float: right ;
129+
clear: right }
130+
131+
div.sidebar p.rubric {
132+
font-family: sans-serif ;
133+
font-size: medium }
134+
135+
div.system-messages {
136+
margin: 5em }
137+
138+
div.system-messages h1 {
139+
color: red }
140+
141+
div.system-message {
142+
border: medium outset ;
143+
padding: 1em }
144+
145+
div.system-message p.system-message-title {
146+
color: red ;
147+
font-weight: bold }
148+
149+
div.topic {
150+
margin: 2em }
151+
152+
h1.section-subtitle, h2.section-subtitle, h3.section-subtitle,
153+
h4.section-subtitle, h5.section-subtitle, h6.section-subtitle {
154+
margin-top: 0.4em }
155+
156+
h1.title {
157+
text-align: center }
158+
159+
h2.subtitle {
160+
text-align: center }
161+
162+
hr.docutils {
163+
width: 75% }
164+
165+
img.align-left, .figure.align-left, object.align-left {
166+
clear: left ;
167+
float: left ;
168+
margin-right: 1em }
169+
170+
img.align-right, .figure.align-right, object.align-right {
171+
clear: right ;
172+
float: right ;
173+
margin-left: 1em }
174+
175+
img.align-center, .figure.align-center, object.align-center {
176+
display: block;
177+
margin-left: auto;
178+
margin-right: auto;
179+
}
180+
181+
.align-left {
182+
text-align: left }
183+
184+
.align-center {
185+
clear: both ;
186+
text-align: center }
187+
188+
.align-right {
189+
text-align: right }
190+
191+
/* reset inner alignment in figures */
192+
div.align-right {
193+
text-align: inherit }
194+
195+
/* div.align-center * { */
196+
/* text-align: left } */
197+
198+
ol.simple, ul.simple {
199+
margin-bottom: 1em }
200+
201+
ol.arabic {
202+
list-style: decimal }
203+
204+
ol.loweralpha {
205+
list-style: lower-alpha }
206+
207+
ol.upperalpha {
208+
list-style: upper-alpha }
209+
210+
ol.lowerroman {
211+
list-style: lower-roman }
212+
213+
ol.upperroman {
214+
list-style: upper-roman }
215+
216+
p.attribution {
217+
text-align: right ;
218+
margin-left: 50% }
219+
220+
p.caption {
221+
font-style: italic }
222+
223+
p.credits {
224+
font-style: italic ;
225+
font-size: smaller }
226+
227+
p.label {
228+
white-space: nowrap }
229+
230+
p.rubric {
231+
font-weight: bold ;
232+
font-size: larger ;
233+
color: maroon ;
234+
text-align: center }
235+
236+
p.sidebar-title {
237+
font-family: sans-serif ;
238+
font-weight: bold ;
239+
font-size: larger }
240+
241+
p.sidebar-subtitle {
242+
font-family: sans-serif ;
243+
font-weight: bold }
244+
245+
p.topic-title {
246+
font-weight: bold }
247+
248+
pre.address {
249+
margin-bottom: 0 ;
250+
margin-top: 0 ;
251+
font: inherit }
252+
253+
pre.literal-block, pre.doctest-block, pre.math, pre.code {
254+
margin-left: 2em ;
255+
margin-right: 2em }
256+
257+
pre.code .ln { color: grey; } /* line numbers */
258+
pre.code, code { background-color: #eeeeee }
259+
pre.code .comment, code .comment { color: #5C6576 }
260+
pre.code .keyword, code .keyword { color: #3B0D06; font-weight: bold }
261+
pre.code .literal.string, code .literal.string { color: #0C5404 }
262+
pre.code .name.builtin, code .name.builtin { color: #352B84 }
263+
pre.code .deleted, code .deleted { background-color: #DEB0A1}
264+
pre.code .inserted, code .inserted { background-color: #A3D289}
265+
266+
span.classifier {
267+
font-family: sans-serif ;
268+
font-style: oblique }
269+
270+
span.classifier-delimiter {
271+
font-family: sans-serif ;
272+
font-weight: bold }
273+
274+
span.interpreted {
275+
font-family: sans-serif }
276+
277+
span.option {
278+
white-space: nowrap }
279+
280+
span.pre {
281+
white-space: pre }
282+
283+
span.problematic {
284+
color: red }
285+
286+
span.section-subtitle {
287+
/* font-size relative to parent (h1..h6 element) */
288+
font-size: 80% }
289+
290+
table.citation {
291+
border-left: solid 1px gray;
292+
margin-left: 1px }
293+
294+
table.docinfo {
295+
margin: 2em 4em }
296+
297+
table.docutils {
298+
margin-top: 0.5em ;
299+
margin-bottom: 0.5em }
300+
301+
table.footnote {
302+
border-left: solid 1px black;
303+
margin-left: 1px }
304+
305+
table.docutils td, table.docutils th,
306+
table.docinfo td, table.docinfo th {
307+
padding-left: 0.5em ;
308+
padding-right: 0.5em ;
309+
vertical-align: top }
310+
311+
table.docutils th.field-name, table.docinfo th.docinfo-name {
312+
font-weight: bold ;
313+
text-align: left ;
314+
white-space: nowrap ;
315+
padding-left: 0 }
316+
317+
/* "booktabs" style (no vertical lines) */
318+
table.docutils.booktabs {
319+
border: 0px;
320+
border-top: 2px solid;
321+
border-bottom: 2px solid;
322+
border-collapse: collapse;
323+
}
324+
table.docutils.booktabs * {
325+
border: 0px;
326+
}
327+
table.docutils.booktabs th {
328+
border-bottom: thin solid;
329+
text-align: left;
330+
}
331+
332+
h1 tt.docutils, h2 tt.docutils, h3 tt.docutils,
333+
h4 tt.docutils, h5 tt.docutils, h6 tt.docutils {
334+
font-size: 100% }
335+
336+
ul.auto-toc {
337+
list-style-type: none }
338+
339+
</style>
340+
</head>
341+
<body>
342+
<div class="document" id="license-mpi-for-python">
343+
<h1 class="title">LICENSE: MPI for Python</h1>
344+
<table class="docinfo" frame="void" rules="none">
345+
<col class="docinfo-name" />
346+
<col class="docinfo-content" />
347+
<tbody valign="top">
348+
<tr><th class="docinfo-name">Author:</th>
349+
<td>Lisandro Dalcin</td></tr>
350+
<tr><th class="docinfo-name">Contact:</th>
351+
<td><a class="first last reference external" href="mailto:dalcinl&#37;&#52;&#48;gmail&#46;com">dalcinl<span>&#64;</span>gmail<span>&#46;</span>com</a></td></tr>
352+
</tbody>
353+
</table>
354+
<p>Copyright (c) 2015, Lisandro Dalcin.
355+
All rights reserved.</p>
356+
<p>Redistribution and use in source and binary forms, with or without
357+
modification, are permitted provided that the following conditions
358+
are met:</p>
359+
<ul>
360+
<li><p class="first">Redistributions of source code must retain the above copyright
361+
notice, this list of conditions and the following disclaimer.</p>
362+
</li>
363+
<li><p class="first">Redistributions in binary form must reproduce the above copyright
364+
notice, this list of conditions and the following disclaimer in the
365+
documentation and/or other materials provided with the distribution.</p>
366+
</li>
367+
</ul>
368+
<p>THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDER AND CONTRIBUTORS
369+
&quot;AS IS&quot; AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT
370+
LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR
371+
A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT
372+
HOLDER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL,
373+
SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT
374+
LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE,
375+
DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY
376+
THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
377+
(INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
378+
OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.</p>
379+
</div>
380+
</body>
381+
</html>

0 commit comments

Comments
 (0)