Skip to content

Commit

Permalink
Moved code from __init__.py to easygui.py. Docs updates
Browse files Browse the repository at this point in the history
  • Loading branch information
robertlugg committed Dec 19, 2014
1 parent 49c261b commit 7d4ef66
Show file tree
Hide file tree
Showing 13 changed files with 578 additions and 3,144 deletions.
231 changes: 95 additions & 136 deletions .idea/workspace.xml

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion documentation/_sources/index.txt
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ Example Usage

>>> import easygui
>>> easygui.ynbox('Shall I continue?', 'Title', ('Yes', 'No'))
1
True
>>> easygui.msgbox('This is a basic message box.', 'Title Goes Here')
'OK'
>>> easygui.buttonbox('Click on your favorite flavor.', 'Favorite Flavor', ('Chocolate', 'Vanilla', 'Strawberry'))
Expand Down
10 changes: 5 additions & 5 deletions documentation/_sources/links.txt
Original file line number Diff line number Diff line change
Expand Up @@ -4,10 +4,7 @@ EasyGui Links
.. toctree::
:maxdepth: 4

Previous Versions and website
-----------------------------
In December 2014, this website was converted to a new format. A snapshot of the older website is still available, but is static as it won't be updated:
`easygui website up to version 0.96 <_static/source_forge_site_as_of_2014_11_21/index.html>`_
_

YouTube videos by Marcus Adams
------------------------------
Expand All @@ -34,7 +31,10 @@ Horst and his students have made several videos showing their use of EasyGui:

Their experiences are described `here <http://pyre.third-bit.com/blog/archives/2834.html>`_


Previous Versions and website
-----------------------------
In December 2014, this website was converted to a new format. A snapshot of the older website is still available, but is static as it won't be updated:
`easygui website up to version 0.96 <http://easygui.sourceforge.net/sourceforge_site_as_of_2014_11_21/index.html>`_

Stephen Ferg
------------
Expand Down
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 documentation/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ <h1>EasyGUI<a class="headerlink" href="#easygui" title="Permalink to this headli
<h2>Example Usage<a class="headerlink" href="#example-usage" title="Permalink to this headline"></a></h2>
<div class="highlight-python"><div class="highlight"><pre><span class="gp">&gt;&gt;&gt; </span><span class="kn">import</span> <span class="nn">easygui</span>
<span class="gp">&gt;&gt;&gt; </span><span class="n">easygui</span><span class="o">.</span><span class="n">ynbox</span><span class="p">(</span><span class="s">&#39;Shall I continue?&#39;</span><span class="p">,</span> <span class="s">&#39;Title&#39;</span><span class="p">,</span> <span class="p">(</span><span class="s">&#39;Yes&#39;</span><span class="p">,</span> <span class="s">&#39;No&#39;</span><span class="p">))</span>
<span class="go">1</span>
<span class="go">True</span>
<span class="gp">&gt;&gt;&gt; </span><span class="n">easygui</span><span class="o">.</span><span class="n">msgbox</span><span class="p">(</span><span class="s">&#39;This is a basic message box.&#39;</span><span class="p">,</span> <span class="s">&#39;Title Goes Here&#39;</span><span class="p">)</span>
<span class="go">&#39;OK&#39;</span>
<span class="gp">&gt;&gt;&gt; </span><span class="n">easygui</span><span class="o">.</span><span class="n">buttonbox</span><span class="p">(</span><span class="s">&#39;Click on your favorite flavor.&#39;</span><span class="p">,</span> <span class="s">&#39;Favorite Flavor&#39;</span><span class="p">,</span> <span class="p">(</span><span class="s">&#39;Chocolate&#39;</span><span class="p">,</span> <span class="s">&#39;Vanilla&#39;</span><span class="p">,</span> <span class="s">&#39;Strawberry&#39;</span><span class="p">))</span>
Expand Down Expand Up @@ -141,9 +141,9 @@ <h2>Example Usage<a class="headerlink" href="#example-usage" title="Permalink to
</ul>
</li>
<li class="toctree-l1"><a class="reference internal" href="links.html">Great Links</a><ul>
<li class="toctree-l2"><a class="reference internal" href="links.html#previous-versions-and-website">Previous Versions and website</a></li>
<li class="toctree-l2"><a class="reference internal" href="links.html#youtube-videos-by-marcus-adams">YouTube videos by Marcus Adams</a></li>
<li class="toctree-l2"><a class="reference internal" href="links.html#easygui-for-students">easygui for Students</a></li>
<li class="toctree-l2"><a class="reference internal" href="links.html#previous-versions-and-website">Previous Versions and website</a></li>
<li class="toctree-l2"><a class="reference internal" href="links.html#stephen-ferg">Stephen Ferg</a></li>
</ul>
</li>
Expand Down
13 changes: 7 additions & 6 deletions documentation/links.html
Original file line number Diff line number Diff line change
Expand Up @@ -54,11 +54,7 @@ <h1>EasyGui Links<a class="headerlink" href="#easygui-links" title="Permalink to
<ul class="simple">
</ul>
</div>
<div class="section" id="previous-versions-and-website">
<h2>Previous Versions and website<a class="headerlink" href="#previous-versions-and-website" title="Permalink to this headline"></a></h2>
<p>In December 2014, this website was converted to a new format. A snapshot of the older website is still available, but is static as it won&#8217;t be updated:
<a class="reference external" href="_static/source_forge_site_as_of_2014_11_21/index.html">easygui website up to version 0.96</a></p>
</div>
<p>_</p>
<div class="section" id="youtube-videos-by-marcus-adams">
<h2>YouTube videos by Marcus Adams<a class="headerlink" href="#youtube-videos-by-marcus-adams" title="Permalink to this headline"></a></h2>
<p>A nice series of tutorials were created to show off Message Box, Button Box, Continue Box and Choice:</p>
Expand All @@ -77,6 +73,11 @@ <h2>easygui for Students<a class="headerlink" href="#easygui-for-students" title
</ul>
</div></blockquote>
</div>
<div class="section" id="previous-versions-and-website">
<h2>Previous Versions and website<a class="headerlink" href="#previous-versions-and-website" title="Permalink to this headline"></a></h2>
<p>In December 2014, this website was converted to a new format. A snapshot of the older website is still available, but is static as it won&#8217;t be updated:
<a class="reference external" href="http://easygui.sourceforge.net/sourceforge_site_as_of_2014_11_21/index.html">easygui website up to version 0.96</a></p>
</div>
<div class="section" id="stephen-ferg">
<h2>Stephen Ferg<a class="headerlink" href="#stephen-ferg" title="Permalink to this headline"></a></h2>
<p>Stephen developed easygui up through version 0.96. We are forever greatful for his insight and vision. He can be contacted at his website at:
Expand All @@ -101,9 +102,9 @@ <h3><a href="index.html">Table Of Contents</a></h3>
<li class="toctree-l1"><a class="reference internal" href="faq.html">FAQ</a></li>
<li class="toctree-l1"><a class="reference internal" href="cookbook.html">Cookbook</a></li>
<li class="toctree-l1 current"><a class="current reference internal" href="">Great Links</a><ul>
<li class="toctree-l2"><a class="reference internal" href="#previous-versions-and-website">Previous Versions and website</a></li>
<li class="toctree-l2"><a class="reference internal" href="#youtube-videos-by-marcus-adams">YouTube videos by Marcus Adams</a></li>
<li class="toctree-l2"><a class="reference internal" href="#easygui-for-students">easygui for Students</a></li>
<li class="toctree-l2"><a class="reference internal" href="#previous-versions-and-website">Previous Versions and website</a></li>
<li class="toctree-l2"><a class="reference internal" href="#stephen-ferg">Stephen Ferg</a></li>
</ul>
</li>
Expand Down
2 changes: 1 addition & 1 deletion documentation/searchindex.js

Large diffs are not rendered by default.

Loading

0 comments on commit 7d4ef66

Please sign in to comment.