Skip to content

Commit 5aa09a6

Browse files
TravisBotTravisBot
authored andcommitted
Updated website (automated commit) – Wednesday, 20. March 2019 06:29PM
1 parent 2623a2e commit 5aa09a6

26 files changed

+76
-1370
lines changed

_sources/donate.rst.txt

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -14,8 +14,7 @@ resources. Any amount helps!
1414

1515
.. raw:: html
1616

17-
<!--This relies on some CSS & JS which is added in the _templates folder-->
18-
<div style="background: #34677c;
17+
<a style="background: #34677c;
1918
border-radius:0px 0px 0px 0px;
2019
font-weight:normal;
2120
font-family:Arial, Helvetica, sans-serif;
@@ -33,7 +32,7 @@ resources. Any amount helps!
3332
color:#fff;
3433
text-decoration: none;
3534
z-index:1"
36-
onclick="open_window('MjI1Ng==')">Donate Now</div>
35+
href="https://numfocus.salsalabs.org/donate-to-ipython/index.html">Donate Now</a>
3736

3837

3938

_static/flipcause.css

Lines changed: 0 additions & 68 deletions
This file was deleted.

books.html

Lines changed: 3 additions & 54 deletions
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,6 @@
1919
<link rel="stylesheet" href="_static/agogo.css" type="text/css" />
2020
<link rel="stylesheet" href="_static/pygments.css" type="text/css" />
2121
<link rel="stylesheet" type="text/css" href="_static/ipython.css" />
22-
<link rel="stylesheet" type="text/css" href="_static/flipcause.css" />
2322
<script type="text/javascript" id="documentation_options" data-url_root="./" src="_static/documentation_options.js"></script>
2423
<script type="text/javascript" src="_static/jquery.js"></script>
2524
<script type="text/javascript" src="_static/underscore.js"></script>
@@ -30,56 +29,6 @@
3029
<link rel="next" title="Citing IPython" href="citing.html" />
3130
<link rel="prev" title="Jupyter and the future of IPython" href="index.html" />
3231
</head><body>
33-
<!-- Flipcause integration: -->
34-
<script>
35-
function open_window(cause_id) {
36-
var protocol=String(document.location.protocol);
37-
var new_url;
38-
if(protocol != 'https' || /Android|webOS|iPhone|iPad|iPod|BlackBerry|IEMobile|Opera Mini/i.test(navigator.userAgent)){
39-
new_url="https://www.flipcause.com/widget/"+cause_id
40-
window.open(new_url);
41-
}
42-
else {
43-
document.getElementById("fc-fade").style.display="block";
44-
document.getElementById("fc-fade").style.webkitAnimation="backfadesin 1s";
45-
document.getElementById("fc-fade").style.animation="backfadesin 1s";
46-
document.getElementById("fc-fade").style.mozAnimation="backfadesin 1s";
47-
document.getElementById("fc-light").style.display="block";
48-
document.getElementById("fc-light").style.webkitAnimation="fadesin 1.5s";
49-
document.getElementById("fc-light").style.animation="fadesin 1.5s";
50-
document.getElementById("fc-light").style.mozAnimation="fadesin 1.5s";
51-
document.getElementById("fc-main").style.display="block";
52-
document.getElementById("fc-main").style.webkitAnimation="fadesin 1.5s";
53-
document.getElementById("fc-main").style.animation="fadesin 1.5s";
54-
document.getElementById("fc-main").style.mozAnimation="fadesin 1.5s";
55-
document.getElementById("fc-close").style.display="block";
56-
document.getElementById("fc-close").style.webkitAnimation="fadesin 1.5s";
57-
document.getElementById("fc-close").style.animation="fadesin 1.5s";
58-
document.getElementById("fc-close").style.mozAnimation="fadesin 1.5s";
59-
document.getElementById("fc-myFrame").style.display="block";
60-
document.getElementById("fc-myFrame").style.webkitAnimation="fadesin 1.5s";
61-
document.getElementById("fc-myFrame").style.animation="fadesin 1.5s";
62-
document.getElementById("fc-myFrame").style.mozAnimation="fadesin 1.5s";
63-
document.getElementById("fc-myFrame").src="https://www.flipcause.com/widget/"+cause_id;
64-
}
65-
}
66-
function close_window() {
67-
document.getElementById("fc-fade").style.display="none";
68-
document.getElementById("fc-light").style.display="none";
69-
document.getElementById("fc-main").style.display="none";
70-
document.getElementById("fc-close").style.display="none";
71-
document.getElementById("fc-myFrame").style.display="none";
72-
}
73-
</script>
74-
<div id="fc-fade" class="fc-black_overlay" onclick="close_window()"></div>
75-
<div id="fc-light" class="fc-white_content">
76-
<div id="fc-main" class="fc-main-box">
77-
<div id="fc-close" class="fc-widget_close" onclick="close_window()"></div>
78-
<iframe id="fc-myFrame" iframe height="580" width="925" style="border: 0; border-radius:5px 5px 5px 5px; box-shadow:0 0 8px rgba(0, 0, 0, 0.5);" scrolling="no" src=""></iframe>
79-
</div>
80-
</div>
81-
<!-- /flipcause -->
82-
8332
<div class="header-wrapper">
8433
<div class="header">
8534
<div class="logo"><a href="index.html">
@@ -243,7 +192,7 @@ <h3>Book</h3>
243192
<h4>Support IPython</h4>
244193

245194
<!--This relies on some CSS & JS which is added in the _templates folder-->
246-
<div style="background: #34677c;
195+
<a style="background: #34677c;
247196
border-radius:0px 0px 0px 0px;
248197
font-weight:normal;
249198
font-family:Arial, Helvetica, sans-serif;
@@ -261,7 +210,7 @@ <h4>Support IPython</h4>
261210
color:#fff;
262211
text-decoration: none;
263212
z-index:1"
264-
onclick="open_window('MjI1Ng==')">Donate Now</div>
213+
href="https://numfocus.salsalabs.org/donate-to-ipython/index.html">Donate Now</a>
265214
<a href="donate.html">Find out more...</a>
266215

267216
</div>
@@ -476,7 +425,7 @@ <h2>Get your Book on this page<a class="headerlink" href="#get-your-book-on-this
476425

477426
<div class="footer" role="contentinfo">
478427
&#169; Copyright the IPython development team.
479-
Created using <a href="http://sphinx-doc.org/">Sphinx</a> 1.8.4.
428+
Created using <a href="http://sphinx-doc.org/">Sphinx</a> 1.8.5.
480429
</div>
481430
</div>
482431

books_policy.html

Lines changed: 3 additions & 54 deletions
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,6 @@
1919
<link rel="stylesheet" href="_static/agogo.css" type="text/css" />
2020
<link rel="stylesheet" href="_static/pygments.css" type="text/css" />
2121
<link rel="stylesheet" type="text/css" href="_static/ipython.css" />
22-
<link rel="stylesheet" type="text/css" href="_static/flipcause.css" />
2322
<script type="text/javascript" id="documentation_options" data-url_root="./" src="_static/documentation_options.js"></script>
2423
<script type="text/javascript" src="_static/jquery.js"></script>
2524
<script type="text/javascript" src="_static/underscore.js"></script>
@@ -28,56 +27,6 @@
2827
<link rel="shortcut icon" href="_static/favicon.ico"/>
2928
<link rel="search" title="Search" href="search.html" />
3029
</head><body>
31-
<!-- Flipcause integration: -->
32-
<script>
33-
function open_window(cause_id) {
34-
var protocol=String(document.location.protocol);
35-
var new_url;
36-
if(protocol != 'https' || /Android|webOS|iPhone|iPad|iPod|BlackBerry|IEMobile|Opera Mini/i.test(navigator.userAgent)){
37-
new_url="https://www.flipcause.com/widget/"+cause_id
38-
window.open(new_url);
39-
}
40-
else {
41-
document.getElementById("fc-fade").style.display="block";
42-
document.getElementById("fc-fade").style.webkitAnimation="backfadesin 1s";
43-
document.getElementById("fc-fade").style.animation="backfadesin 1s";
44-
document.getElementById("fc-fade").style.mozAnimation="backfadesin 1s";
45-
document.getElementById("fc-light").style.display="block";
46-
document.getElementById("fc-light").style.webkitAnimation="fadesin 1.5s";
47-
document.getElementById("fc-light").style.animation="fadesin 1.5s";
48-
document.getElementById("fc-light").style.mozAnimation="fadesin 1.5s";
49-
document.getElementById("fc-main").style.display="block";
50-
document.getElementById("fc-main").style.webkitAnimation="fadesin 1.5s";
51-
document.getElementById("fc-main").style.animation="fadesin 1.5s";
52-
document.getElementById("fc-main").style.mozAnimation="fadesin 1.5s";
53-
document.getElementById("fc-close").style.display="block";
54-
document.getElementById("fc-close").style.webkitAnimation="fadesin 1.5s";
55-
document.getElementById("fc-close").style.animation="fadesin 1.5s";
56-
document.getElementById("fc-close").style.mozAnimation="fadesin 1.5s";
57-
document.getElementById("fc-myFrame").style.display="block";
58-
document.getElementById("fc-myFrame").style.webkitAnimation="fadesin 1.5s";
59-
document.getElementById("fc-myFrame").style.animation="fadesin 1.5s";
60-
document.getElementById("fc-myFrame").style.mozAnimation="fadesin 1.5s";
61-
document.getElementById("fc-myFrame").src="https://www.flipcause.com/widget/"+cause_id;
62-
}
63-
}
64-
function close_window() {
65-
document.getElementById("fc-fade").style.display="none";
66-
document.getElementById("fc-light").style.display="none";
67-
document.getElementById("fc-main").style.display="none";
68-
document.getElementById("fc-close").style.display="none";
69-
document.getElementById("fc-myFrame").style.display="none";
70-
}
71-
</script>
72-
<div id="fc-fade" class="fc-black_overlay" onclick="close_window()"></div>
73-
<div id="fc-light" class="fc-white_content">
74-
<div id="fc-main" class="fc-main-box">
75-
<div id="fc-close" class="fc-widget_close" onclick="close_window()"></div>
76-
<iframe id="fc-myFrame" iframe height="580" width="925" style="border: 0; border-radius:5px 5px 5px 5px; box-shadow:0 0 8px rgba(0, 0, 0, 0.5);" scrolling="no" src=""></iframe>
77-
</div>
78-
</div>
79-
<!-- /flipcause -->
80-
8130
<div class="header-wrapper">
8231
<div class="header">
8332
<div class="logo"><a href="index.html">
@@ -241,7 +190,7 @@ <h3>Book</h3>
241190
<h4>Support IPython</h4>
242191

243192
<!--This relies on some CSS & JS which is added in the _templates folder-->
244-
<div style="background: #34677c;
193+
<a style="background: #34677c;
245194
border-radius:0px 0px 0px 0px;
246195
font-weight:normal;
247196
font-family:Arial, Helvetica, sans-serif;
@@ -259,7 +208,7 @@ <h4>Support IPython</h4>
259208
color:#fff;
260209
text-decoration: none;
261210
z-index:1"
262-
onclick="open_window('MjI1Ng==')">Donate Now</div>
211+
href="https://numfocus.salsalabs.org/donate-to-ipython/index.html">Donate Now</a>
263212
<a href="donate.html">Find out more...</a>
264213

265214
</div>
@@ -326,7 +275,7 @@ <h4>Support IPython</h4>
326275

327276
<div class="footer" role="contentinfo">
328277
&#169; Copyright the IPython development team.
329-
Created using <a href="http://sphinx-doc.org/">Sphinx</a> 1.8.4.
278+
Created using <a href="http://sphinx-doc.org/">Sphinx</a> 1.8.5.
330279
</div>
331280
</div>
332281

citing.html

Lines changed: 3 additions & 54 deletions
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,6 @@
1919
<link rel="stylesheet" href="_static/agogo.css" type="text/css" />
2020
<link rel="stylesheet" href="_static/pygments.css" type="text/css" />
2121
<link rel="stylesheet" type="text/css" href="_static/ipython.css" />
22-
<link rel="stylesheet" type="text/css" href="_static/flipcause.css" />
2322
<script type="text/javascript" id="documentation_options" data-url_root="./" src="_static/documentation_options.js"></script>
2423
<script type="text/javascript" src="_static/jquery.js"></script>
2524
<script type="text/javascript" src="_static/underscore.js"></script>
@@ -30,56 +29,6 @@
3029
<link rel="next" title="Documentation" href="documentation.html" />
3130
<link rel="prev" title="Books And Videos" href="books.html" />
3231
</head><body>
33-
<!-- Flipcause integration: -->
34-
<script>
35-
function open_window(cause_id) {
36-
var protocol=String(document.location.protocol);
37-
var new_url;
38-
if(protocol != 'https' || /Android|webOS|iPhone|iPad|iPod|BlackBerry|IEMobile|Opera Mini/i.test(navigator.userAgent)){
39-
new_url="https://www.flipcause.com/widget/"+cause_id
40-
window.open(new_url);
41-
}
42-
else {
43-
document.getElementById("fc-fade").style.display="block";
44-
document.getElementById("fc-fade").style.webkitAnimation="backfadesin 1s";
45-
document.getElementById("fc-fade").style.animation="backfadesin 1s";
46-
document.getElementById("fc-fade").style.mozAnimation="backfadesin 1s";
47-
document.getElementById("fc-light").style.display="block";
48-
document.getElementById("fc-light").style.webkitAnimation="fadesin 1.5s";
49-
document.getElementById("fc-light").style.animation="fadesin 1.5s";
50-
document.getElementById("fc-light").style.mozAnimation="fadesin 1.5s";
51-
document.getElementById("fc-main").style.display="block";
52-
document.getElementById("fc-main").style.webkitAnimation="fadesin 1.5s";
53-
document.getElementById("fc-main").style.animation="fadesin 1.5s";
54-
document.getElementById("fc-main").style.mozAnimation="fadesin 1.5s";
55-
document.getElementById("fc-close").style.display="block";
56-
document.getElementById("fc-close").style.webkitAnimation="fadesin 1.5s";
57-
document.getElementById("fc-close").style.animation="fadesin 1.5s";
58-
document.getElementById("fc-close").style.mozAnimation="fadesin 1.5s";
59-
document.getElementById("fc-myFrame").style.display="block";
60-
document.getElementById("fc-myFrame").style.webkitAnimation="fadesin 1.5s";
61-
document.getElementById("fc-myFrame").style.animation="fadesin 1.5s";
62-
document.getElementById("fc-myFrame").style.mozAnimation="fadesin 1.5s";
63-
document.getElementById("fc-myFrame").src="https://www.flipcause.com/widget/"+cause_id;
64-
}
65-
}
66-
function close_window() {
67-
document.getElementById("fc-fade").style.display="none";
68-
document.getElementById("fc-light").style.display="none";
69-
document.getElementById("fc-main").style.display="none";
70-
document.getElementById("fc-close").style.display="none";
71-
document.getElementById("fc-myFrame").style.display="none";
72-
}
73-
</script>
74-
<div id="fc-fade" class="fc-black_overlay" onclick="close_window()"></div>
75-
<div id="fc-light" class="fc-white_content">
76-
<div id="fc-main" class="fc-main-box">
77-
<div id="fc-close" class="fc-widget_close" onclick="close_window()"></div>
78-
<iframe id="fc-myFrame" iframe height="580" width="925" style="border: 0; border-radius:5px 5px 5px 5px; box-shadow:0 0 8px rgba(0, 0, 0, 0.5);" scrolling="no" src=""></iframe>
79-
</div>
80-
</div>
81-
<!-- /flipcause -->
82-
8332
<div class="header-wrapper">
8433
<div class="header">
8534
<div class="logo"><a href="index.html">
@@ -243,7 +192,7 @@ <h3>Book</h3>
243192
<h4>Support IPython</h4>
244193

245194
<!--This relies on some CSS & JS which is added in the _templates folder-->
246-
<div style="background: #34677c;
195+
<a style="background: #34677c;
247196
border-radius:0px 0px 0px 0px;
248197
font-weight:normal;
249198
font-family:Arial, Helvetica, sans-serif;
@@ -261,7 +210,7 @@ <h4>Support IPython</h4>
261210
color:#fff;
262211
text-decoration: none;
263212
z-index:1"
264-
onclick="open_window('MjI1Ng==')">Donate Now</div>
213+
href="https://numfocus.salsalabs.org/donate-to-ipython/index.html">Donate Now</a>
265214
<a href="donate.html">Find out more...</a>
266215

267216
</div>
@@ -318,7 +267,7 @@ <h1>Citing IPython<a class="headerlink" href="#citing-ipython" title="Permalink
318267

319268
<div class="footer" role="contentinfo">
320269
&#169; Copyright the IPython development team.
321-
Created using <a href="http://sphinx-doc.org/">Sphinx</a> 1.8.4.
270+
Created using <a href="http://sphinx-doc.org/">Sphinx</a> 1.8.5.
322271
</div>
323272
</div>
324273

0 commit comments

Comments
 (0)