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 >
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' || / A n d r o i d | w e b O S | i P h o n e | i P a d | i P o d | B l a c k B e r r y | I E M o b i l e | O p e r a M i n i / 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 © 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
0 commit comments