1
+ <!DOCTYPE html>
1
2
2
- <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
3
- "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
4
-
5
- < html xmlns ="http://www.w3.org/1999/xhtml ">
3
+ < html lang ="en " data-content_root ="../ ">
6
4
< head >
7
- < meta http-equiv =" X-UA-Compatible " content =" IE=Edge " />
8
- < meta http-equiv =" Content-Type " content ="text/html; charset=utf-8 " />
9
- < title > Overview: module code — PythonForWindows 0.6 documentation</ title >
10
- < link rel ="stylesheet " href ="../_static/classic .css " type =" text/css " />
11
- < link rel ="stylesheet " href ="../_static/pygments .css " type =" text/css " />
12
- < link rel ="stylesheet " type ="text/css " href ="../_static/css/mbasic.css " />
5
+ < meta charset =" utf-8 " />
6
+ < meta name =" viewport " content ="width=device-width, initial-scale=1.0 " />
7
+ < title > Overview: module code — PythonForWindows 1.0.0 documentation</ title >
8
+ < link rel ="stylesheet " type =" text/css " href ="../_static/pygments .css?v=fa44fd50 " />
9
+ < link rel ="stylesheet " type =" text/css " href ="../_static/classic .css?v=def86cc0 " />
10
+ < link rel ="stylesheet " type ="text/css " href ="../_static/css/mbasic.css?v=957880af " />
13
11
14
- < script type ="text/javascript " id ="documentation_options " data-url_root ="../ " src ="../_static/documentation_options.js "> </ script >
15
- < script type ="text/javascript " src ="../_static/jquery.js "> </ script >
16
- < script type ="text/javascript " src ="../_static/underscore.js "> </ script >
17
- < script type ="text/javascript " src ="../_static/doctools.js "> </ script >
18
- < script type ="text/javascript " src ="../_static/language_data.js "> </ script >
12
+ < script src ="../_static/documentation_options.js?v=8d563738 "> </ script >
13
+ < script src ="../_static/doctools.js?v=9a2dae69 "> </ script >
14
+ < script src ="../_static/sphinx_highlight.js?v=dc90522c "> </ script >
19
15
20
16
< link rel ="index " title ="Index " href ="../genindex.html " />
21
17
< link rel ="search " title ="Search " href ="../search.html " />
@@ -29,7 +25,8 @@ <h3>Navigation</h3>
29
25
< li class ="right " >
30
26
< a href ="../py-modindex.html " title ="Python Module Index "
31
27
> modules</ a > |</ li >
32
- < li class ="nav-item nav-item-0 "> < a href ="../index.html "> PythonForWindows 0.6 documentation</ a > »</ li >
28
+ < li class ="nav-item nav-item-0 "> < a href ="../index.html "> PythonForWindows 1.0.0 documentation</ a > »</ li >
29
+ < li class ="nav-item nav-item-this "> < a href =""> Overview: module code</ a > </ li >
33
30
</ ul >
34
31
</ div >
35
32
@@ -39,9 +36,7 @@ <h3>Navigation</h3>
39
36
< div class ="body " role ="main ">
40
37
41
38
< h1 > All modules for which code is available</ h1 >
42
- < ul > < li > < a href ="colorama/win32.html "> colorama.win32</ a > </ li >
43
- < li > < a href ="ctypes.html "> ctypes</ a > </ li >
44
- < li > < a href ="windows/alpc.html "> windows.alpc</ a > </ li >
39
+ < ul > < li > < a href ="windows/alpc.html "> windows.alpc</ a > </ li >
45
40
< li > < a href ="windows/com.html "> windows.com</ a > </ li >
46
41
< li > < a href ="windows/crypto/certificate.html "> windows.crypto.certificate</ a > </ li >
47
42
< li > < a href ="windows/crypto/cryptmsg.html "> windows.crypto.cryptmsg</ a > </ li >
@@ -53,6 +48,7 @@ <h1>All modules for which code is available</h1>
53
48
< li > < a href ="windows/debug/symboldbg.html "> windows.debug.symboldbg</ a > </ li >
54
49
< li > < a href ="windows/debug/symbols.html "> windows.debug.symbols</ a > </ li >
55
50
< li > < a href ="windows/generated_def/flag.html "> windows.generated_def.flag</ a > </ li >
51
+ < li > < a href ="windows/generated_def/interfaces.html "> windows.generated_def.interfaces</ a > </ li >
56
52
< li > < a href ="windows/generated_def/winstructs.html "> windows.generated_def.winstructs</ a > </ li >
57
53
< li > < a href ="windows/hooks.html "> windows.hooks</ a > </ li >
58
54
< li > < a href ="windows/native_exec/cpuid.html "> windows.native_exec.cpuid</ a > </ li >
@@ -90,23 +86,22 @@ <h1>All modules for which code is available</h1>
90
86
< li > < a href ="windows/wintrust.html "> windows.wintrust</ a > </ li >
91
87
</ ul >
92
88
89
+ < div class ="clearer "> </ div >
93
90
</ div >
94
91
</ div >
95
92
</ div >
96
93
< div class ="sphinxsidebar " role ="navigation " aria-label ="main navigation ">
97
94
< div class ="sphinxsidebarwrapper ">
98
- < div id ="searchbox " style ="display: none " role ="search ">
99
- < h3 > Quick search</ h3 >
95
+ < search id ="searchbox " style ="display: none " role ="search ">
96
+ < h3 id =" searchlabel " > Quick search</ h3 >
100
97
< div class ="searchformwrapper ">
101
98
< form class ="search " action ="../search.html " method ="get ">
102
- < input type ="text " name ="q " />
99
+ < input type ="text " name ="q " aria-labelledby =" searchlabel " autocomplete =" off " autocorrect =" off " autocapitalize =" off " spellcheck =" false " />
103
100
< input type ="submit " value ="Go " />
104
- < input type ="hidden " name ="check_keywords " value ="yes " />
105
- < input type ="hidden " name ="area " value ="default " />
106
101
</ form >
107
102
</ div >
108
- </ div >
109
- < script type =" text/javascript " > $ ( '# searchbox') . show ( 0 ) ; </ script >
103
+ </ search >
104
+ < script > document . getElementById ( ' searchbox') . style . display = "block" </ script >
110
105
</ div >
111
106
</ div >
112
107
< div class ="clearer "> </ div >
@@ -120,12 +115,13 @@ <h3>Navigation</h3>
120
115
< li class ="right " >
121
116
< a href ="../py-modindex.html " title ="Python Module Index "
122
117
> modules</ a > |</ li >
123
- < li class ="nav-item nav-item-0 "> < a href ="../index.html "> PythonForWindows 0.6 documentation</ a > »</ li >
118
+ < li class ="nav-item nav-item-0 "> < a href ="../index.html "> PythonForWindows 1.0.0 documentation</ a > »</ li >
119
+ < li class ="nav-item nav-item-this "> < a href =""> Overview: module code</ a > </ li >
124
120
</ ul >
125
121
</ div >
126
122
< div class ="footer " role ="contentinfo ">
127
- © Copyright 2015-2020, Clement Rouault.
128
- Created using < a href ="http ://sphinx-doc.org/ "> Sphinx</ a > 1.8.5 .
123
+ © Copyright 2015-2020, Clement Rouault.
124
+ Created using < a href ="https ://www. sphinx-doc.org/ "> Sphinx</ a > 7.3.7 .
129
125
</ div >
130
126
</ body >
131
127
</ html >
0 commit comments