5
5
6
6
< html xmlns ="http://www.w3.org/1999/xhtml ">
7
7
< head >
8
- < meta http-equiv ="X-UA-Compatible " content ="IE=Edge " />
9
8
< meta http-equiv ="Content-Type " content ="text/html; charset=utf-8 " />
10
9
< title > Index — Python documentation</ title >
11
10
< link rel ="stylesheet " href ="_static/alabaster.css " type ="text/css " />
12
11
< link rel ="stylesheet " href ="_static/pygments.css " type ="text/css " />
13
- < script type ="text/javascript " src ="_static/documentation_options.js "> </ script >
12
+ < script type ="text/javascript ">
13
+ var DOCUMENTATION_OPTIONS = {
14
+ URL_ROOT : './' ,
15
+ VERSION : '' ,
16
+ COLLAPSE_INDEX : false ,
17
+ FILE_SUFFIX : '.html' ,
18
+ HAS_SOURCE : true ,
19
+ SOURCELINK_SUFFIX : '.txt'
20
+ } ;
21
+ </ script >
14
22
< script type ="text/javascript " src ="_static/jquery.js "> </ script >
15
23
< script type ="text/javascript " src ="_static/underscore.js "> </ script >
16
24
< script type ="text/javascript " src ="_static/doctools.js "> </ script >
22
30
23
31
< meta name ="viewport " content ="width=device-width, initial-scale=0.9, maximum-scale=0.9 " />
24
32
25
- </ head > < body >
33
+ </ head >
34
+ < body >
26
35
27
36
28
37
< div class ="document ">
@@ -45,23 +54,24 @@ <h1 id="index">Index</h1>
45
54
< div class ="sphinxsidebarwrapper ">
46
55
< p class ="logo "> < a href ="contents.html ">
47
56
< img class ="logo " src ="_static/logo.png " alt ="Logo "/>
48
- </ a > </ p > < div class ="relations ">
57
+ </ a > </ p >
58
+
59
+ < div class ="relations ">
49
60
< h3 > Related Topics</ h3 >
50
61
< ul >
51
62
< li > < a href ="contents.html "> Documentation overview</ a > < ul >
52
63
</ ul > </ li >
53
64
</ ul >
54
65
</ div >
66
+
55
67
< div id ="searchbox " style ="display: none " role ="search ">
56
68
< h3 > Quick search</ h3 >
57
- < div class ="searchformwrapper ">
58
69
< form class ="search " action ="search.html " method ="get ">
59
- < input type ="text " name ="q " />
60
- < input type ="submit " value ="Go " />
70
+ < div > < input type ="text " name ="q " /> </ div >
71
+ < div > < input type ="submit " value ="Go " /> </ div >
61
72
< input type ="hidden " name ="check_keywords " value ="yes " />
62
73
< input type ="hidden " name ="area " value ="default " />
63
74
</ form >
64
- </ div >
65
75
</ div >
66
76
< script type ="text/javascript "> $ ( '#searchbox' ) . show ( 0 ) ; </ script >
67
77
</ div >
@@ -72,7 +82,7 @@ <h3>Quick search</h3>
72
82
©.
73
83
74
84
|
75
- Powered by < a href ="http://sphinx-doc.org/ "> Sphinx 1.7.1 </ a >
85
+ Powered by < a href ="http://sphinx-doc.org/ "> Sphinx 1.6.6 </ a >
76
86
& < a href ="https://github.com/bitprophet/alabaster "> Alabaster 0.7.10</ a >
77
87
78
88
</ div >
0 commit comments