Skip to content

Commit 24d4b35

Browse files
committed
add footer for web
1 parent 9caaba3 commit 24d4b35

38 files changed

+723
-277
lines changed

build/doctrees/appetite.doctree

-13 Bytes
Binary file not shown.

build/doctrees/classes.doctree

-8 Bytes
Binary file not shown.

build/doctrees/controlflow.doctree

-18 Bytes
Binary file not shown.

build/doctrees/datastructures.doctree

2 Bytes
Binary file not shown.

build/doctrees/environment.pickle

-694 Bytes
Binary file not shown.

build/doctrees/errors.doctree

-8 Bytes
Binary file not shown.

build/doctrees/floatingpoint.doctree

-8 Bytes
Binary file not shown.

build/doctrees/index.doctree

-8 Bytes
Binary file not shown.

build/doctrees/inputoutput.doctree

-8 Bytes
Binary file not shown.

build/doctrees/interactive.doctree

-8 Bytes
Binary file not shown.

build/doctrees/interpreter.doctree

-13 Bytes
Binary file not shown.

build/doctrees/introduction.doctree

-3 Bytes
Binary file not shown.

build/doctrees/modules.doctree

-8 Bytes
Binary file not shown.

build/doctrees/stdlib.doctree

-8 Bytes
Binary file not shown.

build/doctrees/stdlib2.doctree

-8 Bytes
Binary file not shown.

build/doctrees/whatnow.doctree

-8 Bytes
Binary file not shown.

build/html/_static/basic.css

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -401,10 +401,6 @@ dl.glossary dt {
401401
margin: 0;
402402
}
403403

404-
.refcount {
405-
color: #060;
406-
}
407-
408404
.optional {
409405
font-size: 1.3em;
410406
}

build/html/_static/searchtools.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -550,7 +550,7 @@ var Search = {
550550
for (i = 0; i < searchterms.length; i++) {
551551
var word = searchterms[i];
552552
// no match but word was a required one
553-
if (!(files = terms[word]))
553+
if ((files = terms[word]) === undefined)
554554
break;
555555
if (files.length === undefined) {
556556
files = [files];

build/html/appetite.html

Lines changed: 40 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -103,7 +103,15 @@ <h3>Quick search</h3>
103103
</div>
104104
<script type="text/javascript">$('#searchbox').show(0);</script>
105105

106-
just for test!
106+
<script async src="//pagead2.googlesyndication.com/pagead/js/adsbygoogle.js"></script>
107+
<!-- 首页侧边 -->
108+
<ins class="adsbygoogle"
109+
style="display:inline-block;width:200px;height:200px"
110+
data-ad-client="ca-pub-3421553373953599"
111+
data-ad-slot="3551838308"></ins>
112+
<script>
113+
(adsbygoogle = window.adsbygoogle || []).push({});
114+
</script>
107115

108116

109117
</div>
@@ -125,24 +133,41 @@ <h3>Navigation</h3>
125133
<li><a href="index.html">Python tutorial 3.3 documentation</a> &raquo;</li>
126134
</ul>
127135
</div>
128-
<div style="right">
129-
<script type="text/javascript"><!--
130-
google_ad_client = "ca-pub-3421553373953599";
131-
/* 评论上方 */
132-
google_ad_slot = "2110492886";
133-
google_ad_width = 728;
134-
google_ad_height = 90;
135-
//-->
136+
<div class="footer">
137+
<p>
138+
© Copyright Translate by march.liu, Reorganize by D.D 2013. Created using
139+
<a href="http://sphinx.pocoo.org/">Sphinx</a>
140+
1.2.
141+
</p>
142+
143+
<script>
144+
var _hmt = _hmt || [];
145+
(function() {
146+
var hm = document.createElement("script");
147+
hm.src = "//hm.baidu.com/hm.js?9adc7a1c86496c8e2bc61c4f8fc92d30";
148+
var s = document.getElementsByTagName("script")[0];
149+
s.parentNode.insertBefore(hm, s);
150+
})();
136151
</script>
137-
<script type="text/javascript"
138-
src="http://pagead2.googlesyndication.com/pagead/show_ads.js">
152+
153+
<p><a href="http://www.miitbeian.gov.cn/">京ICP备14002119号-1</a></p>
154+
<hr/>
155+
156+
157+
<script async src="//pagead2.googlesyndication.com/pagead/js/adsbygoogle.js"></script>
158+
<!-- pythondoc 首页下方 -->
159+
<ins class="adsbygoogle"
160+
style="display:inline-block;width:970px;height:90px"
161+
data-ad-client="ca-pub-3421553373953599"
162+
data-ad-slot="6985889234"></ins>
163+
<script>
164+
(adsbygoogle = window.adsbygoogle || []).push({});
139165
</script>
166+
167+
140168
</div>
141169

142-
<script type="text/javascript">
143-
var _bdhmProtocol = (("https:" == document.location.protocol) ? " https://" : " http://");
144-
document.write(unescape("%3Cscript src='" + _bdhmProtocol + "hm.baidu.com/h.js%3F9adc7a1c86496c8e2bc61c4f8fc92d30' type='text/javascript'%3E%3C/script%3E"));
145-
</script>
170+
146171

147172

148173
</body>

build/html/classes.html

Lines changed: 40 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -533,7 +533,15 @@ <h3>Quick search</h3>
533533
</div>
534534
<script type="text/javascript">$('#searchbox').show(0);</script>
535535

536-
just for test!
536+
<script async src="//pagead2.googlesyndication.com/pagead/js/adsbygoogle.js"></script>
537+
<!-- 首页侧边 -->
538+
<ins class="adsbygoogle"
539+
style="display:inline-block;width:200px;height:200px"
540+
data-ad-client="ca-pub-3421553373953599"
541+
data-ad-slot="3551838308"></ins>
542+
<script>
543+
(adsbygoogle = window.adsbygoogle || []).push({});
544+
</script>
537545

538546

539547
</div>
@@ -555,24 +563,41 @@ <h3>Navigation</h3>
555563
<li><a href="index.html">Python tutorial 3.3 documentation</a> &raquo;</li>
556564
</ul>
557565
</div>
558-
<div style="right">
559-
<script type="text/javascript"><!--
560-
google_ad_client = "ca-pub-3421553373953599";
561-
/* 评论上方 */
562-
google_ad_slot = "2110492886";
563-
google_ad_width = 728;
564-
google_ad_height = 90;
565-
//-->
566+
<div class="footer">
567+
<p>
568+
© Copyright Translate by march.liu, Reorganize by D.D 2013. Created using
569+
<a href="http://sphinx.pocoo.org/">Sphinx</a>
570+
1.2.
571+
</p>
572+
573+
<script>
574+
var _hmt = _hmt || [];
575+
(function() {
576+
var hm = document.createElement("script");
577+
hm.src = "//hm.baidu.com/hm.js?9adc7a1c86496c8e2bc61c4f8fc92d30";
578+
var s = document.getElementsByTagName("script")[0];
579+
s.parentNode.insertBefore(hm, s);
580+
})();
566581
</script>
567-
<script type="text/javascript"
568-
src="http://pagead2.googlesyndication.com/pagead/show_ads.js">
582+
583+
<p><a href="http://www.miitbeian.gov.cn/">京ICP备14002119号-1</a></p>
584+
<hr/>
585+
586+
587+
<script async src="//pagead2.googlesyndication.com/pagead/js/adsbygoogle.js"></script>
588+
<!-- pythondoc 首页下方 -->
589+
<ins class="adsbygoogle"
590+
style="display:inline-block;width:970px;height:90px"
591+
data-ad-client="ca-pub-3421553373953599"
592+
data-ad-slot="6985889234"></ins>
593+
<script>
594+
(adsbygoogle = window.adsbygoogle || []).push({});
569595
</script>
596+
597+
570598
</div>
571599

572-
<script type="text/javascript">
573-
var _bdhmProtocol = (("https:" == document.location.protocol) ? " https://" : " http://");
574-
document.write(unescape("%3Cscript src='" + _bdhmProtocol + "hm.baidu.com/h.js%3F9adc7a1c86496c8e2bc61c4f8fc92d30' type='text/javascript'%3E%3C/script%3E"));
575-
</script>
600+
576601

577602

578603
</body>

build/html/controlflow.html

Lines changed: 40 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -561,7 +561,15 @@ <h3>Quick search</h3>
561561
</div>
562562
<script type="text/javascript">$('#searchbox').show(0);</script>
563563

564-
just for test!
564+
<script async src="//pagead2.googlesyndication.com/pagead/js/adsbygoogle.js"></script>
565+
<!-- 首页侧边 -->
566+
<ins class="adsbygoogle"
567+
style="display:inline-block;width:200px;height:200px"
568+
data-ad-client="ca-pub-3421553373953599"
569+
data-ad-slot="3551838308"></ins>
570+
<script>
571+
(adsbygoogle = window.adsbygoogle || []).push({});
572+
</script>
565573

566574

567575
</div>
@@ -583,24 +591,41 @@ <h3>Navigation</h3>
583591
<li><a href="index.html">Python tutorial 3.3 documentation</a> &raquo;</li>
584592
</ul>
585593
</div>
586-
<div style="right">
587-
<script type="text/javascript"><!--
588-
google_ad_client = "ca-pub-3421553373953599";
589-
/* 评论上方 */
590-
google_ad_slot = "2110492886";
591-
google_ad_width = 728;
592-
google_ad_height = 90;
593-
//-->
594+
<div class="footer">
595+
<p>
596+
© Copyright Translate by march.liu, Reorganize by D.D 2013. Created using
597+
<a href="http://sphinx.pocoo.org/">Sphinx</a>
598+
1.2.
599+
</p>
600+
601+
<script>
602+
var _hmt = _hmt || [];
603+
(function() {
604+
var hm = document.createElement("script");
605+
hm.src = "//hm.baidu.com/hm.js?9adc7a1c86496c8e2bc61c4f8fc92d30";
606+
var s = document.getElementsByTagName("script")[0];
607+
s.parentNode.insertBefore(hm, s);
608+
})();
594609
</script>
595-
<script type="text/javascript"
596-
src="http://pagead2.googlesyndication.com/pagead/show_ads.js">
610+
611+
<p><a href="http://www.miitbeian.gov.cn/">京ICP备14002119号-1</a></p>
612+
<hr/>
613+
614+
615+
<script async src="//pagead2.googlesyndication.com/pagead/js/adsbygoogle.js"></script>
616+
<!-- pythondoc 首页下方 -->
617+
<ins class="adsbygoogle"
618+
style="display:inline-block;width:970px;height:90px"
619+
data-ad-client="ca-pub-3421553373953599"
620+
data-ad-slot="6985889234"></ins>
621+
<script>
622+
(adsbygoogle = window.adsbygoogle || []).push({});
597623
</script>
624+
625+
598626
</div>
599627

600-
<script type="text/javascript">
601-
var _bdhmProtocol = (("https:" == document.location.protocol) ? " https://" : " http://");
602-
document.write(unescape("%3Cscript src='" + _bdhmProtocol + "hm.baidu.com/h.js%3F9adc7a1c86496c8e2bc61c4f8fc92d30' type='text/javascript'%3E%3C/script%3E"));
603-
</script>
628+
604629

605630

606631
</body>

build/html/datastructures.html

Lines changed: 40 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -570,7 +570,15 @@ <h3>Quick search</h3>
570570
</div>
571571
<script type="text/javascript">$('#searchbox').show(0);</script>
572572

573-
just for test!
573+
<script async src="//pagead2.googlesyndication.com/pagead/js/adsbygoogle.js"></script>
574+
<!-- 首页侧边 -->
575+
<ins class="adsbygoogle"
576+
style="display:inline-block;width:200px;height:200px"
577+
data-ad-client="ca-pub-3421553373953599"
578+
data-ad-slot="3551838308"></ins>
579+
<script>
580+
(adsbygoogle = window.adsbygoogle || []).push({});
581+
</script>
574582

575583

576584
</div>
@@ -592,24 +600,41 @@ <h3>Navigation</h3>
592600
<li><a href="index.html">Python tutorial 3.3 documentation</a> &raquo;</li>
593601
</ul>
594602
</div>
595-
<div style="right">
596-
<script type="text/javascript"><!--
597-
google_ad_client = "ca-pub-3421553373953599";
598-
/* 评论上方 */
599-
google_ad_slot = "2110492886";
600-
google_ad_width = 728;
601-
google_ad_height = 90;
602-
//-->
603+
<div class="footer">
604+
<p>
605+
© Copyright Translate by march.liu, Reorganize by D.D 2013. Created using
606+
<a href="http://sphinx.pocoo.org/">Sphinx</a>
607+
1.2.
608+
</p>
609+
610+
<script>
611+
var _hmt = _hmt || [];
612+
(function() {
613+
var hm = document.createElement("script");
614+
hm.src = "//hm.baidu.com/hm.js?9adc7a1c86496c8e2bc61c4f8fc92d30";
615+
var s = document.getElementsByTagName("script")[0];
616+
s.parentNode.insertBefore(hm, s);
617+
})();
603618
</script>
604-
<script type="text/javascript"
605-
src="http://pagead2.googlesyndication.com/pagead/show_ads.js">
619+
620+
<p><a href="http://www.miitbeian.gov.cn/">京ICP备14002119号-1</a></p>
621+
<hr/>
622+
623+
624+
<script async src="//pagead2.googlesyndication.com/pagead/js/adsbygoogle.js"></script>
625+
<!-- pythondoc 首页下方 -->
626+
<ins class="adsbygoogle"
627+
style="display:inline-block;width:970px;height:90px"
628+
data-ad-client="ca-pub-3421553373953599"
629+
data-ad-slot="6985889234"></ins>
630+
<script>
631+
(adsbygoogle = window.adsbygoogle || []).push({});
606632
</script>
633+
634+
607635
</div>
608636

609-
<script type="text/javascript">
610-
var _bdhmProtocol = (("https:" == document.location.protocol) ? " https://" : " http://");
611-
document.write(unescape("%3Cscript src='" + _bdhmProtocol + "hm.baidu.com/h.js%3F9adc7a1c86496c8e2bc61c4f8fc92d30' type='text/javascript'%3E%3C/script%3E"));
612-
</script>
637+
613638

614639

615640
</body>

build/html/errors.html

Lines changed: 40 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -357,7 +357,15 @@ <h3>Quick search</h3>
357357
</div>
358358
<script type="text/javascript">$('#searchbox').show(0);</script>
359359

360-
just for test!
360+
<script async src="//pagead2.googlesyndication.com/pagead/js/adsbygoogle.js"></script>
361+
<!-- 首页侧边 -->
362+
<ins class="adsbygoogle"
363+
style="display:inline-block;width:200px;height:200px"
364+
data-ad-client="ca-pub-3421553373953599"
365+
data-ad-slot="3551838308"></ins>
366+
<script>
367+
(adsbygoogle = window.adsbygoogle || []).push({});
368+
</script>
361369

362370

363371
</div>
@@ -379,24 +387,41 @@ <h3>Navigation</h3>
379387
<li><a href="index.html">Python tutorial 3.3 documentation</a> &raquo;</li>
380388
</ul>
381389
</div>
382-
<div style="right">
383-
<script type="text/javascript"><!--
384-
google_ad_client = "ca-pub-3421553373953599";
385-
/* 评论上方 */
386-
google_ad_slot = "2110492886";
387-
google_ad_width = 728;
388-
google_ad_height = 90;
389-
//-->
390+
<div class="footer">
391+
<p>
392+
© Copyright Translate by march.liu, Reorganize by D.D 2013. Created using
393+
<a href="http://sphinx.pocoo.org/">Sphinx</a>
394+
1.2.
395+
</p>
396+
397+
<script>
398+
var _hmt = _hmt || [];
399+
(function() {
400+
var hm = document.createElement("script");
401+
hm.src = "//hm.baidu.com/hm.js?9adc7a1c86496c8e2bc61c4f8fc92d30";
402+
var s = document.getElementsByTagName("script")[0];
403+
s.parentNode.insertBefore(hm, s);
404+
})();
390405
</script>
391-
<script type="text/javascript"
392-
src="http://pagead2.googlesyndication.com/pagead/show_ads.js">
406+
407+
<p><a href="http://www.miitbeian.gov.cn/">京ICP备14002119号-1</a></p>
408+
<hr/>
409+
410+
411+
<script async src="//pagead2.googlesyndication.com/pagead/js/adsbygoogle.js"></script>
412+
<!-- pythondoc 首页下方 -->
413+
<ins class="adsbygoogle"
414+
style="display:inline-block;width:970px;height:90px"
415+
data-ad-client="ca-pub-3421553373953599"
416+
data-ad-slot="6985889234"></ins>
417+
<script>
418+
(adsbygoogle = window.adsbygoogle || []).push({});
393419
</script>
420+
421+
394422
</div>
395423

396-
<script type="text/javascript">
397-
var _bdhmProtocol = (("https:" == document.location.protocol) ? " https://" : " http://");
398-
document.write(unescape("%3Cscript src='" + _bdhmProtocol + "hm.baidu.com/h.js%3F9adc7a1c86496c8e2bc61c4f8fc92d30' type='text/javascript'%3E%3C/script%3E"));
399-
</script>
424+
400425

401426

402427
</body>

0 commit comments

Comments
 (0)