Skip to content

Commit

Permalink
Updated version number to 0.4.2 and re-generated the documentation.
Browse files Browse the repository at this point in the history
  • Loading branch information
Michael Herrmann committed Sep 16, 2013
1 parent 6f0f030 commit 6f506ea
Show file tree
Hide file tree
Showing 58 changed files with 3,300 additions and 925 deletions.
2 changes: 1 addition & 1 deletion pywinauto/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
"""
__revision__ = "$Revision$"
__version__ = "0.4.1"
__version__ = "0.4.2"

import findwindows
WindowAmbiguousError = findwindows.WindowAmbiguousError
Expand Down
17 changes: 10 additions & 7 deletions pywinauto/docs/HISTORY.html
Original file line number Diff line number Diff line change
Expand Up @@ -3,17 +3,20 @@
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
"http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">


<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />

<title>Change Log &mdash; pywinauto v0.4.1 documentation</title>
<title>Change Log &mdash; pywinauto 0.4.2 documentation</title>

<link rel="stylesheet" href="_static/default.css" type="text/css" />
<link rel="stylesheet" href="_static/pygments.css" type="text/css" />

<script type="text/javascript">
var DOCUMENTATION_OPTIONS = {
URL_ROOT: '',
VERSION: '0.4.1',
VERSION: '0.4.2',
COLLAPSE_INDEX: false,
FILE_SUFFIX: '.html',
HAS_SOURCE: true
Expand All @@ -22,7 +25,7 @@
<script type="text/javascript" src="_static/jquery.js"></script>
<script type="text/javascript" src="_static/underscore.js"></script>
<script type="text/javascript" src="_static/doctools.js"></script>
<link rel="top" title="pywinauto v0.4.1 documentation" href="index.html" />
<link rel="top" title="pywinauto 0.4.2 documentation" href="index.html" />
<link rel="next" title="Main user modules" href="code/code.html" />
<link rel="prev" title="PYWINAUTO TODO’s" href="TODO.html" />
</head>
Expand All @@ -42,7 +45,7 @@ <h3>Navigation</h3>
<li class="right" >
<a href="TODO.html" title="PYWINAUTO TODO’s"
accesskey="P">previous</a> |</li>
<li><a href="contents.html">pywinauto v0.4.1 documentation</a> &raquo;</li>
<li><a href="contents.html">pywinauto 0.4.2 documentation</a> &raquo;</li>
</ul>
</div>

Expand Down Expand Up @@ -711,7 +714,7 @@ <h3>This Page</h3>
<div id="searchbox" style="display: none">
<h3>Quick search</h3>
<form class="search" action="search.html" method="get">
<input type="text" name="q" size="18" />
<input type="text" name="q" />
<input type="submit" value="Go" />
<input type="hidden" name="check_keywords" value="yes" />
<input type="hidden" name="area" value="default" />
Expand Down Expand Up @@ -740,12 +743,12 @@ <h3>Navigation</h3>
<li class="right" >
<a href="TODO.html" title="PYWINAUTO TODO’s"
>previous</a> |</li>
<li><a href="contents.html">pywinauto v0.4.1 documentation</a> &raquo;</li>
<li><a href="contents.html">pywinauto 0.4.2 documentation</a> &raquo;</li>
</ul>
</div>
<div class="footer">
&copy; Copyright 2010, Mark Mc Mahon.
Created using <a href="http://sphinx.pocoo.org/">Sphinx</a> 1.0.7.
Created using <a href="http://sphinx.pocoo.org/">Sphinx</a> 1.1.3.
</div>
</body>
</html>
51 changes: 27 additions & 24 deletions pywinauto/docs/HowTo.html
Original file line number Diff line number Diff line change
Expand Up @@ -3,17 +3,20 @@
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
"http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">


<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />

<title>How To’s &mdash; pywinauto v0.4.1 documentation</title>
<title>How To’s &mdash; pywinauto 0.4.2 documentation</title>

<link rel="stylesheet" href="_static/default.css" type="text/css" />
<link rel="stylesheet" href="_static/pygments.css" type="text/css" />

<script type="text/javascript">
var DOCUMENTATION_OPTIONS = {
URL_ROOT: '',
VERSION: '0.4.1',
VERSION: '0.4.2',
COLLAPSE_INDEX: false,
FILE_SUFFIX: '.html',
HAS_SOURCE: true
Expand All @@ -22,7 +25,7 @@
<script type="text/javascript" src="_static/jquery.js"></script>
<script type="text/javascript" src="_static/underscore.js"></script>
<script type="text/javascript" src="_static/doctools.js"></script>
<link rel="top" title="pywinauto v0.4.1 documentation" href="index.html" />
<link rel="top" title="pywinauto 0.4.2 documentation" href="index.html" />
<link rel="next" title="Methods available to each different control type" href="controls_overview.html" />
<link rel="prev" title="Automating an application" href="getting_started.html" />
</head>
Expand All @@ -42,7 +45,7 @@ <h3>Navigation</h3>
<li class="right" >
<a href="getting_started.html" title="Automating an application"
accesskey="P">previous</a> |</li>
<li><a href="contents.html">pywinauto v0.4.1 documentation</a> &raquo;</li>
<li><a href="contents.html">pywinauto 0.4.2 documentation</a> &raquo;</li>
</ul>
</div>

Expand Down Expand Up @@ -84,21 +87,21 @@ <h2>How to sepcify an usable Application instance<a class="headerlink" href="#ho
<col class="field-name" />
<col class="field-body" />
<tbody valign="top">
<tr class="field"><th class="field-name">process:</th><td class="field-body"><p class="first">the process id of the application, e.g.</p>
<tr class="field-odd field"><th class="field-name">process:</th><td class="field-body"><p class="first">the process id of the application, e.g.</p>
<div class="highlight-python"><div class="highlight"><pre><span class="n">app</span> <span class="o">=</span> <span class="n">Application</span><span class="p">()</span>
<span class="n">app</span><span class="o">.</span><span class="n">connect_</span><span class="p">(</span><span class="n">process</span> <span class="o">=</span> <span class="mi">2341</span><span class="p">)</span>
</pre></div>
</div>
</td>
</tr>
<tr class="field"><th class="field-name">handle:</th><td class="field-body"><p class="first">The windows handle of a window of the application, e.g.</p>
<tr class="field-even field"><th class="field-name">handle:</th><td class="field-body"><p class="first">The windows handle of a window of the application, e.g.</p>
<div class="highlight-python"><div class="highlight"><pre><span class="n">app</span> <span class="o">=</span> <span class="n">Application</span><span class="p">()</span>
<span class="n">app</span><span class="o">.</span><span class="n">connect_</span><span class="p">(</span><span class="n">handle</span> <span class="o">=</span> <span class="mh">0x010f0c</span><span class="p">)</span>
</pre></div>
</div>
</td>
</tr>
<tr class="field"><th class="field-name">path:</th><td class="field-body"><p class="first">The path of the executable of the process (<tt class="docutils literal"><span class="pre">GetModuleFileNameEx</span></tt>
<tr class="field-odd field"><th class="field-name">path:</th><td class="field-body"><p class="first">The path of the executable of the process (<tt class="docutils literal"><span class="pre">GetModuleFileNameEx</span></tt>
is used to find the path of each process and compared against
the value passed in) e.g.</p>
<div class="last highlight-python"><div class="highlight"><pre><span class="n">app</span> <span class="o">=</span> <span class="n">Application</span><span class="p">()</span>
Expand Down Expand Up @@ -427,26 +430,26 @@ <h2>How to Access the System Tray (aka SysTray, aka &#8216;Notification Area&#82
<col class="field-name" />
<col class="field-body" />
<tbody valign="top">
<tr class="field"><th class="field-name">explorer_app:</th><td class="field-body">defines an Application() object connected to the running
<tr class="field-odd field"><th class="field-name">explorer_app:</th><td class="field-body">defines an Application() object connected to the running
explorer. You probably don&#8217;t need to use this your self
very much.</td>
</tr>
<tr class="field"><th class="field-name">TaskBar:</th><td class="field-body">The handle to the task bar (the bar containing Start Button,
<tr class="field-even field"><th class="field-name">TaskBar:</th><td class="field-body">The handle to the task bar (the bar containing Start Button,
the QuickLaunch icons, running tasks, etc</td>
</tr>
<tr class="field"><th class="field-name">StartButton:</th><td class="field-body">&#8220;Start me up&#8221; :-) I think you might know what this is!</td>
<tr class="field-odd field"><th class="field-name">StartButton:</th><td class="field-body">&#8220;Start me up&#8221; :-) I think you might know what this is!</td>
</tr>
<tr class="field"><th class="field-name">QuickLaunch:</th><td class="field-body">The Toolbar with the quick launch icons</td>
<tr class="field-even field"><th class="field-name">QuickLaunch:</th><td class="field-body">The Toolbar with the quick launch icons</td>
</tr>
<tr class="field"><th class="field-name">SystemTray:</th><td class="field-body">The window that contains the Clock and System Tray Icons</td>
<tr class="field-odd field"><th class="field-name">SystemTray:</th><td class="field-body">The window that contains the Clock and System Tray Icons</td>
</tr>
<tr class="field"><th class="field-name">Clock:</th><td class="field-body">The clock</td>
<tr class="field-even field"><th class="field-name">Clock:</th><td class="field-body">The clock</td>
</tr>
<tr class="field"><th class="field-name" colspan="2">SystemTrayIcons:</th></tr>
<tr><td>&nbsp;</td><td class="field-body">The toolbar representing the system tray icons</td>
<tr class="field-odd field"><th class="field-name" colspan="2">SystemTrayIcons:</th></tr>
<tr class="field-odd field"><td>&nbsp;</td><td class="field-body">The toolbar representing the system tray icons</td>
</tr>
<tr class="field"><th class="field-name" colspan="2">RunningApplications:</th></tr>
<tr><td>&nbsp;</td><td class="field-body">The toolbar representing the running applications</td>
<tr class="field-even field"><th class="field-name" colspan="2">RunningApplications:</th></tr>
<tr class="field-even field"><td>&nbsp;</td><td class="field-body">The toolbar representing the running applications</td>
</tr>
</tbody>
</table>
Expand All @@ -456,8 +459,8 @@ <h2>How to Access the System Tray (aka SysTray, aka &#8216;Notification Area&#82
<col class="field-name" />
<col class="field-body" />
<tbody valign="top">
<tr class="field"><th class="field-name" colspan="2"><tt class="docutils literal"><span class="pre">ClickSystemTrayIcon(button)</span></tt>:</th></tr>
<tr><td>&nbsp;</td><td class="field-body">You can use this to left click a visible icon
<tr class="field-odd field"><th class="field-name" colspan="2"><tt class="docutils literal"><span class="pre">ClickSystemTrayIcon(button)</span></tt>:</th></tr>
<tr class="field-odd field"><td>&nbsp;</td><td class="field-body">You can use this to left click a visible icon
in the system tray. I had to specifically say
visible icon as there may be many invisible
icons that obviously cannot be clicked. Button
Expand All @@ -466,8 +469,8 @@ <h2>How to Access the System Tray (aka SysTray, aka &#8216;Notification Area&#82
error checking is performed and this method will
more then likely be moved/renamed in the futures.</td>
</tr>
<tr class="field"><th class="field-name" colspan="2"><tt class="docutils literal"><span class="pre">RightClickSystemTrayIcon(button)</span></tt>:</th></tr>
<tr><td>&nbsp;</td><td class="field-body">Similar to <tt class="docutils literal"><span class="pre">ClickSytemTrayIcon</span></tt> but
<tr class="field-even field"><th class="field-name" colspan="2"><tt class="docutils literal"><span class="pre">RightClickSystemTrayIcon(button)</span></tt>:</th></tr>
<tr class="field-even field"><td>&nbsp;</td><td class="field-body">Similar to <tt class="docutils literal"><span class="pre">ClickSytemTrayIcon</span></tt> but
performs a right click.</td>
</tr>
</tbody>
Expand Down Expand Up @@ -524,7 +527,7 @@ <h3>This Page</h3>
<div id="searchbox" style="display: none">
<h3>Quick search</h3>
<form class="search" action="search.html" method="get">
<input type="text" name="q" size="18" />
<input type="text" name="q" />
<input type="submit" value="Go" />
<input type="hidden" name="check_keywords" value="yes" />
<input type="hidden" name="area" value="default" />
Expand Down Expand Up @@ -553,12 +556,12 @@ <h3>Navigation</h3>
<li class="right" >
<a href="getting_started.html" title="Automating an application"
>previous</a> |</li>
<li><a href="contents.html">pywinauto v0.4.1 documentation</a> &raquo;</li>
<li><a href="contents.html">pywinauto 0.4.2 documentation</a> &raquo;</li>
</ul>
</div>
<div class="footer">
&copy; Copyright 2010, Mark Mc Mahon.
Created using <a href="http://sphinx.pocoo.org/">Sphinx</a> 1.0.7.
Created using <a href="http://sphinx.pocoo.org/">Sphinx</a> 1.1.3.
</div>
</body>
</html>
17 changes: 10 additions & 7 deletions pywinauto/docs/TODO.html
Original file line number Diff line number Diff line change
Expand Up @@ -3,17 +3,20 @@
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
"http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">


<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />

<title>PYWINAUTO TODO’s &mdash; pywinauto v0.4.1 documentation</title>
<title>PYWINAUTO TODO’s &mdash; pywinauto 0.4.2 documentation</title>

<link rel="stylesheet" href="_static/default.css" type="text/css" />
<link rel="stylesheet" href="_static/pygments.css" type="text/css" />

<script type="text/javascript">
var DOCUMENTATION_OPTIONS = {
URL_ROOT: '',
VERSION: '0.4.1',
VERSION: '0.4.2',
COLLAPSE_INDEX: false,
FILE_SUFFIX: '.html',
HAS_SOURCE: true
Expand All @@ -22,7 +25,7 @@
<script type="text/javascript" src="_static/jquery.js"></script>
<script type="text/javascript" src="_static/underscore.js"></script>
<script type="text/javascript" src="_static/doctools.js"></script>
<link rel="top" title="pywinauto v0.4.1 documentation" href="index.html" />
<link rel="top" title="pywinauto 0.4.2 documentation" href="index.html" />
<link rel="next" title="Change Log" href="HISTORY.html" />
<link rel="prev" title="Dev Notes" href="dev_notes.html" />
</head>
Expand All @@ -42,7 +45,7 @@ <h3>Navigation</h3>
<li class="right" >
<a href="dev_notes.html" title="Dev Notes"
accesskey="P">previous</a> |</li>
<li><a href="contents.html">pywinauto v0.4.1 documentation</a> &raquo;</li>
<li><a href="contents.html">pywinauto 0.4.2 documentation</a> &raquo;</li>
</ul>
</div>

Expand Down Expand Up @@ -251,7 +254,7 @@ <h3>This Page</h3>
<div id="searchbox" style="display: none">
<h3>Quick search</h3>
<form class="search" action="search.html" method="get">
<input type="text" name="q" size="18" />
<input type="text" name="q" />
<input type="submit" value="Go" />
<input type="hidden" name="check_keywords" value="yes" />
<input type="hidden" name="area" value="default" />
Expand Down Expand Up @@ -280,12 +283,12 @@ <h3>Navigation</h3>
<li class="right" >
<a href="dev_notes.html" title="Dev Notes"
>previous</a> |</li>
<li><a href="contents.html">pywinauto v0.4.1 documentation</a> &raquo;</li>
<li><a href="contents.html">pywinauto 0.4.2 documentation</a> &raquo;</li>
</ul>
</div>
<div class="footer">
&copy; Copyright 2010, Mark Mc Mahon.
Created using <a href="http://sphinx.pocoo.org/">Sphinx</a> 1.0.7.
Created using <a href="http://sphinx.pocoo.org/">Sphinx</a> 1.1.3.
</div>
</body>
</html>
Binary file added pywinauto/docs/_static/ajax-loader.gif
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
16 changes: 14 additions & 2 deletions pywinauto/docs/_static/basic.css
Original file line number Diff line number Diff line change
Expand Up @@ -79,6 +79,14 @@ div.sphinxsidebar input {
font-size: 1em;
}

div.sphinxsidebar #searchbox input[type="text"] {
width: 170px;
}

div.sphinxsidebar #searchbox input[type="submit"] {
width: 30px;
}

img {
border: 0;
}
Expand Down Expand Up @@ -236,7 +244,6 @@ img.align-center, .figure.align-center, object.align-center {
}

.align-center {
clear: both;
text-align: center;
}

Expand Down Expand Up @@ -440,6 +447,11 @@ dl.glossary dt {
font-style: oblique;
}

abbr, acronym {
border-bottom: dotted 1px;
cursor: help;
}

/* -- code displays --------------------------------------------------------- */

pre {
Expand Down Expand Up @@ -525,4 +537,4 @@ span.eqno {
#top-link {
display: none;
}
}
}
Binary file added pywinauto/docs/_static/comment-bright.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added pywinauto/docs/_static/comment-close.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added pywinauto/docs/_static/comment.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
10 changes: 5 additions & 5 deletions pywinauto/docs/_static/doctools.js
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
* doctools.js
* ~~~~~~~~~~~
*
* Sphinx JavaScript utilties for all documentation.
* Sphinx JavaScript utilities for all documentation.
*
* :copyright: Copyright 2007-2011 by the Sphinx team, see AUTHORS.
* :license: BSD, see LICENSE for details.
Expand Down Expand Up @@ -185,9 +185,9 @@ var Documentation = {
body.highlightText(this.toLowerCase(), 'highlighted');
});
}, 10);
$('<li class="highlight-link"><a href="javascript:Documentation.' +
'hideSearchWords()">' + _('Hide Search Matches') + '</a></li>')
.appendTo($('.sidebar .this-page-menu'));
$('<p class="highlight-link"><a href="javascript:Documentation.' +
'hideSearchWords()">' + _('Hide Search Matches') + '</a></p>')
.appendTo($('#searchbox'));
}
},

Expand All @@ -213,7 +213,7 @@ var Documentation = {
* helper function to hide the search marks again
*/
hideSearchWords : function() {
$('.sidebar .this-page-menu li.highlight-link').fadeOut(300);
$('#searchbox .highlight-link').fadeOut(300);
$('span.highlighted').removeClass('highlighted');
},

Expand Down
Binary file added pywinauto/docs/_static/down-pressed.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added pywinauto/docs/_static/down.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
4 changes: 2 additions & 2 deletions pywinauto/docs/_static/pygments.css
Original file line number Diff line number Diff line change
Expand Up @@ -13,11 +13,11 @@
.highlight .gr { color: #FF0000 } /* Generic.Error */
.highlight .gh { color: #000080; font-weight: bold } /* Generic.Heading */
.highlight .gi { color: #00A000 } /* Generic.Inserted */
.highlight .go { color: #303030 } /* Generic.Output */
.highlight .go { color: #333333 } /* Generic.Output */
.highlight .gp { color: #c65d09; font-weight: bold } /* Generic.Prompt */
.highlight .gs { font-weight: bold } /* Generic.Strong */
.highlight .gu { color: #800080; font-weight: bold } /* Generic.Subheading */
.highlight .gt { color: #0040D0 } /* Generic.Traceback */
.highlight .gt { color: #0044DD } /* Generic.Traceback */
.highlight .kc { color: #007020; font-weight: bold } /* Keyword.Constant */
.highlight .kd { color: #007020; font-weight: bold } /* Keyword.Declaration */
.highlight .kn { color: #007020; font-weight: bold } /* Keyword.Namespace */
Expand Down
Loading

0 comments on commit 6f506ea

Please sign in to comment.