Skip to content

Commit

Permalink
Version bump and docs update
Browse files Browse the repository at this point in the history
  • Loading branch information
Cimbali committed Aug 10, 2017
1 parent 8fc219a commit 0236c62
Show file tree
Hide file tree
Showing 35 changed files with 2,642 additions and 1,523 deletions.
2 changes: 1 addition & 1 deletion cxfreeze_setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -97,7 +97,7 @@ def convert_file(filename, ext):
buildOptions = dict(
includes = [],
excludes = [],
packages = ['gi', 'vlc'],
packages = ['gi', 'vlc', 'six'],
include_files = include_files,
silent = True
)
Expand Down
2 changes: 1 addition & 1 deletion docs/.buildinfo
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Sphinx build info version 1
# This file hashes the configuration used when building these files. When it is not found, a full rebuild will be done.
config: 53e31eb641f54d7b8dba261ca7caedd0
config: 830a85a3ec736f97a870e58cf2359a05
tags: 645f666f9bcd5a90fca523b33c5a78b7
129 changes: 82 additions & 47 deletions docs/README.html

Large diffs are not rendered by default.

662 changes: 313 additions & 349 deletions docs/_modules/gi/overrides/Gtk.html

Large diffs are not rendered by default.

122 changes: 69 additions & 53 deletions docs/_modules/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,8 @@








Expand All @@ -36,23 +38,25 @@
<link rel="top" title="Pympress developer documentation" href="../index.html"/>


<script src="_static/js/modernizr.min.js"></script>
<script src="../_static/js/modernizr.min.js"></script>

</head>

<body class="wy-body-for-nav" role="document">


<div class="wy-grid-for-nav">


<nav data-toggle="wy-nav-shift" class="wy-nav-side">
<div class="wy-side-nav-search">

<div class="wy-side-scroll">
<div class="wy-side-nav-search">

<a href="https://github.com/Cimbali/pympress/" class="fa fa-github"> Pympress on GitHub</a>
<br />
<a href="../index.html" class="icon icon-home"> Docs home</a>
<div class="version">
v1.0.3
v1.0.4
</div>


Expand All @@ -64,88 +68,94 @@
</form>
</div>

</div>
</div>

<div class="wy-menu wy-menu-vertical" data-spy="affix" role="navigation" aria-label="main navigation">



<div class="wy-menu wy-menu-vertical" data-spy="affix" role="navigation" aria-label="main navigation">







<ul>
<li class="toctree-l1"><a class="reference internal" href="../README.html">What is Pympress?</a></li>
<li class="toctree-l1"><a class="reference internal" href="../README.html#installing">Installing</a><ul>
<li class="toctree-l2"><a class="reference internal" href="../README.html#if-you-have-python">If you have python</a><ul>
<li class="toctree-l3"><a class="reference internal" href="../README.html#using-pip">Using pip</a></li>
<li class="toctree-l3"><a class="reference internal" href="../README.html#from-source">From source</a></li>
</ul>
</li>
<li class="toctree-l2"><a class="reference internal" href="../README.html#binary-install">Binary install</a></li>
<li class="toctree-l2"><a class="reference internal" href="../README.html#dependencies">Dependencies</a></li>
</ul>
</li>
<li class="toctree-l1"><a class="reference internal" href="../README.html#usage">Usage</a><ul>
<li class="toctree-l2"><a class="reference internal" href="../README.html#opening-a-file">Opening a file</a></li>
<li class="toctree-l2"><a class="reference internal" href="../README.html#functionalities">Functionalities</a></li>
</ul>
</li>
<li class="toctree-l1"><a class="reference internal" href="../README.html#hacking">Hacking</a><ul>
<li class="toctree-l2"><a class="reference internal" href="../README.html#translations">Translations</a></li>
</ul>
</li>
<li class="toctree-l1"><a class="reference internal" href="../pympress.html">Pympress package</a><ul>
<li class="toctree-l2"><a class="reference internal" href="../pympress.html#module-pympress.ui">Modules</a><ul>
<li class="toctree-l3"><a class="reference internal" href="../pympress.html#pympress-ui-gui-management"><code class="docutils literal"><span class="pre">pympress.ui</span></code> &#8211; GUI management</a></li>
<li class="toctree-l3"><a class="reference internal" href="../pympress.html#pympress-document-document-handling"><code class="docutils literal"><span class="pre">pympress.document</span></code> &#8211; document handling</a></li>
<li class="toctree-l3"><a class="reference internal" href="../pympress.html#pympress-surfacecache-pages-prerendering-and-caching"><code class="docutils literal"><span class="pre">pympress.surfacecache</span></code> &#8211; pages prerendering and caching</a></li>
<li class="toctree-l3"><a class="reference internal" href="../pympress.html#pympress-util-various-utility-functions"><code class="docutils literal"><span class="pre">pympress.util</span></code> &#8211; various utility functions</a></li>
<li class="toctree-l3"><a class="reference internal" href="../pympress.html#pympress-vlcvideo-widget-to-play-videos-with-vlc-backend"><code class="docutils literal"><span class="pre">pympress.vlcvideo</span></code> &#8211; widget to play videos with VLC backend</a></li>
</ul>
</li>
</ul>
</li>
<li class="toctree-l1"><a class="reference internal" href="../README.html#installing">Installing</a></li>
<li class="toctree-l1"><a class="reference internal" href="../README.html#usage">Usage</a></li>
<li class="toctree-l1"><a class="reference internal" href="../README.html#hacking">Hacking</a></li>
<li class="toctree-l1"><a class="reference internal" href="../pympress.html">Pympress package</a></li>
</ul>




<hr style="border: 0; height: 0; border-top: 1px solid rgba(0, 0, 0, 0.1); border-bottom: 1px solid rgba(255, 255, 255, 0.3); width:80%; margin: 10px auto;" />
<a href="../genindex.html">Index</a>
<a href="../py-modindex.html">Module index</a>

</div>
</div>
&nbsp;
</nav>

<section data-toggle="wy-nav-shift" class="wy-nav-content-wrap">


<nav class="wy-nav-top" role="navigation" aria-label="top navigation">
<i data-toggle="wy-nav-top" class="fa fa-bars"></i>
<a href="../index.html">Pympress</a>

<i data-toggle="wy-nav-top" class="fa fa-bars"></i>
<a href="../index.html">Pympress</a>

</nav>



<div class="wy-nav-content">
<div class="rst-content">
<div role="navigation" aria-label="breadcrumbs navigation">
















<div role="navigation" aria-label="breadcrumbs navigation">

<ul class="wy-breadcrumbs">
<li><a href="../index.html">Docs</a> &raquo;</li>

<li>Overview: module code</li>

<li><a href="../index.html">Docs</a> &raquo;</li>

<li>Overview: module code</li>


<li class="wy-breadcrumbs-aside">


<a href="https://github.com/Cimbali/pympress/blob/master/docs/source/_modules/index" class="fa fa-github"> Edit on GitHub</a>


<a href="https://github.com/Cimbali/pympress/blob/master/docs/source/_modules/index" class="fa fa-github"> Edit on GitHub</a>



</li>

</ul>


<hr/>
</div>
<div role="main" class="document">
<div role="main" class="document" itemscope="itemscope" itemtype="http://schema.org/Article">
<div itemprop="articleBody">

<h1>All modules for which code is available</h1>
<ul><li><a href="gi/overrides/Gtk.html">gi.overrides.Gtk</a></li>
<li><a href="gi/repository/GdkPixbuf.html">gi.repository.GdkPixbuf</a></li>
<li><a href="gi/repository/Gtk.html">gi.repository.Gtk</a></li>
<li><a href="pympress/document.html">pympress.document</a></li>
<li><a href="pympress/surfacecache.html">pympress.surfacecache</a></li>
Expand All @@ -154,6 +164,10 @@ <h1>All modules for which code is available</h1>
<li><a href="pympress/vlcvideo.html">pympress.vlcvideo</a></li>
</ul>

</div>
<div class="articleComments">

</div>
</div>
<footer>

Expand All @@ -163,9 +177,10 @@ <h1>All modules for which code is available</h1>
<div role="contentinfo">
<p>
&copy; Copyright 2009-2011, Thomas Jost; 2015-2017 Cimbali.

</p>
</div>
Built with <a href="http://sphinx-doc.org/">Sphinx</a> using a <a href="https://github.com/snide/sphinx_rtd_theme">theme</a> provided by <a href="https://readthedocs.org">Read the Docs</a>.
Built with <a href="http://sphinx-doc.org/">Sphinx</a> using a <a href="https://github.com/snide/sphinx_rtd_theme">theme</a> provided by <a href="https://readthedocs.org">Read the Docs</a>.

</footer>

Expand All @@ -183,10 +198,11 @@ <h1>All modules for which code is available</h1>
<script type="text/javascript">
var DOCUMENTATION_OPTIONS = {
URL_ROOT:'../',
VERSION:'b&#39;0.6-132-gd7b1e53&#39;',
VERSION:'b&#39;0.6-168-g8fc219a&#39;',
COLLAPSE_INDEX:false,
FILE_SUFFIX:'.html',
HAS_SOURCE: true
HAS_SOURCE: true,
SOURCELINK_SUFFIX: '.txt'
};
</script>
<script type="text/javascript" src="../_static/jquery.js"></script>
Expand Down
Loading

0 comments on commit 0236c62

Please sign in to comment.