Skip to content

Commit c848f33

Browse files
committed
Pushed new HTML doc, changed version to 0.3. Ready for hack.lu
1 parent c3f9d87 commit c848f33

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

98 files changed

+81994
-14326
lines changed

docs/build/html/.buildinfo

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
# Sphinx build info version 1
22
# This file hashes the configuration used when building these files. When it is not found, a full rebuild will be done.
3-
config: bb938eea015b2c5861daa2467f1a95bd
3+
config: fb4e1f3623837487174af5c6fcf17f8a
44
tags: 645f666f9bcd5a90fca523b33c5a78b7

docs/build/html/_modules/index.html

Lines changed: 11 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -6,15 +6,15 @@
66
<head>
77
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
88

9-
<title>Overview: module code &#8212; PythonForWindows 0.2 documentation</title>
9+
<title>Overview: module code &#8212; PythonForWindows 0.3 documentation</title>
1010

1111
<link rel="stylesheet" href="../_static/classic.css" type="text/css" />
1212
<link rel="stylesheet" href="../_static/pygments.css" type="text/css" />
1313

1414
<script type="text/javascript">
1515
var DOCUMENTATION_OPTIONS = {
1616
URL_ROOT: '../',
17-
VERSION: '0.2',
17+
VERSION: '0.3',
1818
COLLAPSE_INDEX: false,
1919
FILE_SUFFIX: '.html',
2020
HAS_SOURCE: true,
@@ -37,7 +37,7 @@ <h3>Navigation</h3>
3737
<li class="right" >
3838
<a href="../py-modindex.html" title="Python Module Index"
3939
>modules</a> |</li>
40-
<li class="nav-item nav-item-0"><a href="../index.html">PythonForWindows 0.2 documentation</a> &#187;</li>
40+
<li class="nav-item nav-item-0"><a href="../index.html">PythonForWindows 0.3 documentation</a> &#187;</li>
4141
</ul>
4242
</div>
4343

@@ -47,18 +47,24 @@ <h3>Navigation</h3>
4747
<div class="body" role="main">
4848

4949
<h1>All modules for which code is available</h1>
50-
<ul><li><a href="windows/crypto/certificate.html">windows.crypto.certificate</a></li>
50+
<ul><li><a href="windows/alpc.html">windows.alpc</a></li>
51+
<li><a href="windows/crypto/certificate.html">windows.crypto.certificate</a></li>
5152
<li><a href="windows/crypto/encrypt_decrypt.html">windows.crypto.encrypt_decrypt</a></li>
5253
<li><a href="windows/crypto/generation.html">windows.crypto.generation</a></li>
5354
<li><a href="windows/debug/breakpoints.html">windows.debug.breakpoints</a></li>
5455
<li><a href="windows/debug/debugger.html">windows.debug.debugger</a></li>
5556
<li><a href="windows/debug/localdbg.html">windows.debug.localdbg</a></li>
57+
<li><a href="windows/generated_def/windef.html">windows.generated_def.windef</a></li>
58+
<li><a href="windows/generated_def/winstructs.html">windows.generated_def.winstructs</a></li>
5659
<li><a href="windows/hooks.html">windows.hooks</a></li>
5760
<li><a href="windows/native_exec/cpuid.html">windows.native_exec.cpuid</a></li>
5861
<li><a href="windows/native_exec/native_function.html">windows.native_exec.native_function</a></li>
5962
<li><a href="windows/native_exec/simple_x86.html">windows.native_exec.simple_x86</a></li>
6063
<li><a href="windows/pe_parse.html">windows.pe_parse</a></li>
6164
<li><a href="windows/remotectypes.html">windows.remotectypes</a></li>
65+
<li><a href="windows/rpc/client.html">windows.rpc.client</a></li>
66+
<li><a href="windows/rpc/epmapper.html">windows.rpc.epmapper</a></li>
67+
<li><a href="windows/rpc/ndr.html">windows.rpc.ndr</a></li>
6268
<li><a href="windows/syswow64.html">windows.syswow64</a></li>
6369
<li><a href="windows/utils/winutils.html">windows.utils.winutils</a></li>
6470
<li><a href="windows/winobject/exception.html">windows.winobject.exception</a></li>
@@ -101,7 +107,7 @@ <h3>Navigation</h3>
101107
<li class="right" >
102108
<a href="../py-modindex.html" title="Python Module Index"
103109
>modules</a> |</li>
104-
<li class="nav-item nav-item-0"><a href="../index.html">PythonForWindows 0.2 documentation</a> &#187;</li>
110+
<li class="nav-item nav-item-0"><a href="../index.html">PythonForWindows 0.3 documentation</a> &#187;</li>
105111
</ul>
106112
</div>
107113
<div class="footer" role="contentinfo">

docs/build/html/_modules/windows/alpc.html

Lines changed: 629 additions & 0 deletions
Large diffs are not rendered by default.

docs/build/html/_modules/windows/crypto/certificate.html

Lines changed: 107 additions & 126 deletions
Large diffs are not rendered by default.

docs/build/html/_modules/windows/crypto/encrypt_decrypt.html

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -6,15 +6,15 @@
66
<head>
77
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
88

9-
<title>windows.crypto.encrypt_decrypt &#8212; PythonForWindows 0.2 documentation</title>
9+
<title>windows.crypto.encrypt_decrypt &#8212; PythonForWindows 0.3 documentation</title>
1010

1111
<link rel="stylesheet" href="../../../_static/classic.css" type="text/css" />
1212
<link rel="stylesheet" href="../../../_static/pygments.css" type="text/css" />
1313

1414
<script type="text/javascript">
1515
var DOCUMENTATION_OPTIONS = {
1616
URL_ROOT: '../../../',
17-
VERSION: '0.2',
17+
VERSION: '0.3',
1818
COLLAPSE_INDEX: false,
1919
FILE_SUFFIX: '.html',
2020
HAS_SOURCE: true,
@@ -37,7 +37,7 @@ <h3>Navigation</h3>
3737
<li class="right" >
3838
<a href="../../../py-modindex.html" title="Python Module Index"
3939
>modules</a> |</li>
40-
<li class="nav-item nav-item-0"><a href="../../../index.html">PythonForWindows 0.2 documentation</a> &#187;</li>
40+
<li class="nav-item nav-item-0"><a href="../../../index.html">PythonForWindows 0.3 documentation</a> &#187;</li>
4141
<li class="nav-item nav-item-1"><a href="../../index.html" accesskey="U">Module code</a> &#187;</li>
4242
</ul>
4343
</div>
@@ -187,7 +187,7 @@ <h3>Navigation</h3>
187187
<li class="right" >
188188
<a href="../../../py-modindex.html" title="Python Module Index"
189189
>modules</a> |</li>
190-
<li class="nav-item nav-item-0"><a href="../../../index.html">PythonForWindows 0.2 documentation</a> &#187;</li>
190+
<li class="nav-item nav-item-0"><a href="../../../index.html">PythonForWindows 0.3 documentation</a> &#187;</li>
191191
<li class="nav-item nav-item-1"><a href="../../index.html" >Module code</a> &#187;</li>
192192
</ul>
193193
</div>

docs/build/html/_modules/windows/crypto/generation.html

Lines changed: 6 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -6,15 +6,15 @@
66
<head>
77
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
88

9-
<title>windows.crypto.generation &#8212; PythonForWindows 0.2 documentation</title>
9+
<title>windows.crypto.generation &#8212; PythonForWindows 0.3 documentation</title>
1010

1111
<link rel="stylesheet" href="../../../_static/classic.css" type="text/css" />
1212
<link rel="stylesheet" href="../../../_static/pygments.css" type="text/css" />
1313

1414
<script type="text/javascript">
1515
var DOCUMENTATION_OPTIONS = {
1616
URL_ROOT: '../../../',
17-
VERSION: '0.2',
17+
VERSION: '0.3',
1818
COLLAPSE_INDEX: false,
1919
FILE_SUFFIX: '.html',
2020
HAS_SOURCE: true,
@@ -37,7 +37,7 @@ <h3>Navigation</h3>
3737
<li class="right" >
3838
<a href="../../../py-modindex.html" title="Python Module Index"
3939
>modules</a> |</li>
40-
<li class="nav-item nav-item-0"><a href="../../../index.html">PythonForWindows 0.2 documentation</a> &#187;</li>
40+
<li class="nav-item nav-item-0"><a href="../../../index.html">PythonForWindows 0.3 documentation</a> &#187;</li>
4141
<li class="nav-item nav-item-1"><a href="../../index.html" accesskey="U">Module code</a> &#187;</li>
4242
</ul>
4343
</div>
@@ -48,7 +48,8 @@ <h3>Navigation</h3>
4848
<div class="body" role="main">
4949

5050
<h1>Source code for windows.crypto.generation</h1><div class="highlight"><pre>
51-
<span></span><span class="kn">from</span> <span class="nn">windows</span> <span class="k">import</span> <span class="n">winproxy</span>
51+
<span></span><span class="kn">import</span> <span class="nn">windows</span>
52+
<span class="kn">from</span> <span class="nn">windows</span> <span class="k">import</span> <span class="n">winproxy</span>
5253
<span class="kn">from</span> <span class="nn">windows.generated_def</span> <span class="k">import</span> <span class="o">*</span>
5354

5455
<span class="kn">from</span> <span class="nn">windows.crypto.helper</span> <span class="k">import</span> <span class="n">ECRYPT_DATA_BLOB</span>
@@ -132,7 +133,7 @@ <h3>Navigation</h3>
132133
<li class="right" >
133134
<a href="../../../py-modindex.html" title="Python Module Index"
134135
>modules</a> |</li>
135-
<li class="nav-item nav-item-0"><a href="../../../index.html">PythonForWindows 0.2 documentation</a> &#187;</li>
136+
<li class="nav-item nav-item-0"><a href="../../../index.html">PythonForWindows 0.3 documentation</a> &#187;</li>
136137
<li class="nav-item nav-item-1"><a href="../../index.html" >Module code</a> &#187;</li>
137138
</ul>
138139
</div>

0 commit comments

Comments
 (0)