Skip to content

Commit

Permalink
regenerated documentation + version bump
Browse files Browse the repository at this point in the history
  • Loading branch information
proycon committed Mar 24, 2015
1 parent 39b52e3 commit c9cc490
Show file tree
Hide file tree
Showing 28 changed files with 1,584 additions and 723 deletions.
Binary file modified docs/build/doctrees/common.doctree
Binary file not shown.
Binary file modified docs/build/doctrees/datatypes.doctree
Binary file not shown.
Binary file modified docs/build/doctrees/environment.pickle
Binary file not shown.
Binary file modified docs/build/doctrees/evaluation.doctree
Binary file not shown.
Binary file modified docs/build/doctrees/folia.doctree
Binary file not shown.
Binary file modified docs/build/doctrees/formats.doctree
Binary file not shown.
Binary file modified docs/build/doctrees/index.doctree
Binary file not shown.
Binary file modified docs/build/doctrees/lm.doctree
Binary file not shown.
Binary file modified docs/build/doctrees/search.doctree
Binary file not shown.
Binary file modified docs/build/doctrees/statistics.doctree
Binary file not shown.
Binary file modified docs/build/doctrees/textprocessors.doctree
Binary file not shown.
2 changes: 1 addition & 1 deletion docs/build/html/.buildinfo
@@ -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: 6b34517be77c72813b72a536965ff848
config: f8254322797cf19d47bca71fb94b3920
tags: 645f666f9bcd5a90fca523b33c5a78b7
645 changes: 486 additions & 159 deletions docs/build/html/_sources/folia.txt

Large diffs are not rendered by default.

10 changes: 5 additions & 5 deletions docs/build/html/common.html
Expand Up @@ -6,15 +6,15 @@
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />

<title>Common Functions &mdash; PyNLPl 0.7.0 documentation</title>
<title>Common Functions &mdash; PyNLPl 0.7.3.1 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.7.0',
VERSION: '0.7.3.1',
COLLAPSE_INDEX: false,
FILE_SUFFIX: '.html',
HAS_SOURCE: true
Expand All @@ -24,7 +24,7 @@
<script type="text/javascript" src="_static/underscore.js"></script>
<script type="text/javascript" src="_static/doctools.js"></script>
<link rel="search" title="Search" href="search.html" />
<link rel="top" title="PyNLPl 0.7.0 documentation" href="index.html" />
<link rel="top" title="PyNLPl 0.7.3.1 documentation" href="index.html" />
<link rel="next" title="Data Types" href="datatypes.html" />
<link rel="prev" title="Welcome to PyNLPl’s documentation!" href="index.html" />
</head>
Expand All @@ -44,7 +44,7 @@ <h3>Navigation</h3>
<li class="right" >
<a href="index.html" title="Welcome to PyNLPl’s documentation!"
accesskey="P">previous</a> |</li>
<li><a href="index.html">PyNLPl 0.7.0 documentation</a> &raquo;</li>
<li><a href="index.html">PyNLPl 0.7.3.1 documentation</a> &raquo;</li>
</ul>
</div>

Expand Down Expand Up @@ -139,7 +139,7 @@ <h3>Navigation</h3>
<li class="right" >
<a href="index.html" title="Welcome to PyNLPl’s documentation!"
>previous</a> |</li>
<li><a href="index.html">PyNLPl 0.7.0 documentation</a> &raquo;</li>
<li><a href="index.html">PyNLPl 0.7.3.1 documentation</a> &raquo;</li>
</ul>
</div>
<div class="footer">
Expand Down
12 changes: 6 additions & 6 deletions docs/build/html/datatypes.html
Expand Up @@ -6,15 +6,15 @@
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />

<title>Data Types &mdash; PyNLPl 0.7.0 documentation</title>
<title>Data Types &mdash; PyNLPl 0.7.3.1 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.7.0',
VERSION: '0.7.3.1',
COLLAPSE_INDEX: false,
FILE_SUFFIX: '.html',
HAS_SOURCE: true
Expand All @@ -24,7 +24,7 @@
<script type="text/javascript" src="_static/underscore.js"></script>
<script type="text/javascript" src="_static/doctools.js"></script>
<link rel="search" title="Search" href="search.html" />
<link rel="top" title="PyNLPl 0.7.0 documentation" href="index.html" />
<link rel="top" title="PyNLPl 0.7.3.1 documentation" href="index.html" />
<link rel="next" title="Evaluation &amp; Experiments" href="evaluation.html" />
<link rel="prev" title="Common Functions" href="common.html" />
</head>
Expand All @@ -44,7 +44,7 @@ <h3>Navigation</h3>
<li class="right" >
<a href="common.html" title="Common Functions"
accesskey="P">previous</a> |</li>
<li><a href="index.html">PyNLPl 0.7.0 documentation</a> &raquo;</li>
<li><a href="index.html">PyNLPl 0.7.3.1 documentation</a> &raquo;</li>
</ul>
</div>

Expand Down Expand Up @@ -121,7 +121,7 @@ <h3>Navigation</h3>

<dl class="class">
<dt id="pynlpl.datatypes.PriorityQueue">
<em class="property">class </em><tt class="descclassname">pynlpl.datatypes.</tt><tt class="descname">PriorityQueue</tt><big>(</big><em>data=[]</em>, <em>f=&lt;function PriorityQueue.&lt;lambda&gt; at 0x7f9cd0518bf8&gt;</em>, <em>minimize=False</em>, <em>length=0</em>, <em>blockworse=False</em>, <em>blockequal=False</em>, <em>duplicates=True</em><big>)</big><a class="headerlink" href="#pynlpl.datatypes.PriorityQueue" title="Permalink to this definition"></a></dt>
<em class="property">class </em><tt class="descclassname">pynlpl.datatypes.</tt><tt class="descname">PriorityQueue</tt><big>(</big><em>data=[]</em>, <em>f=&lt;function PriorityQueue.&lt;lambda&gt; at 0x7f4622f9a9d8&gt;</em>, <em>minimize=False</em>, <em>length=0</em>, <em>blockworse=False</em>, <em>blockequal=False</em>, <em>duplicates=True</em><big>)</big><a class="headerlink" href="#pynlpl.datatypes.PriorityQueue" title="Permalink to this definition"></a></dt>
<dd><p>A queue in which the maximum (or minumum) element is returned first,
as determined by either an external score function f (by default calling
the objects score() method). If minimize=True, the item with minimum f(x) is
Expand Down Expand Up @@ -327,7 +327,7 @@ <h3>Navigation</h3>
<li class="right" >
<a href="common.html" title="Common Functions"
>previous</a> |</li>
<li><a href="index.html">PyNLPl 0.7.0 documentation</a> &raquo;</li>
<li><a href="index.html">PyNLPl 0.7.3.1 documentation</a> &raquo;</li>
</ul>
</div>
<div class="footer">
Expand Down
10 changes: 5 additions & 5 deletions docs/build/html/evaluation.html
Expand Up @@ -6,15 +6,15 @@
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />

<title>Evaluation &amp; Experiments &mdash; PyNLPl 0.7.0 documentation</title>
<title>Evaluation &amp; Experiments &mdash; PyNLPl 0.7.3.1 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.7.0',
VERSION: '0.7.3.1',
COLLAPSE_INDEX: false,
FILE_SUFFIX: '.html',
HAS_SOURCE: true
Expand All @@ -24,7 +24,7 @@
<script type="text/javascript" src="_static/underscore.js"></script>
<script type="text/javascript" src="_static/doctools.js"></script>
<link rel="search" title="Search" href="search.html" />
<link rel="top" title="PyNLPl 0.7.0 documentation" href="index.html" />
<link rel="top" title="PyNLPl 0.7.3.1 documentation" href="index.html" />
<link rel="next" title="FoLiA library" href="folia.html" />
<link rel="prev" title="Data Types" href="datatypes.html" />
</head>
Expand All @@ -44,7 +44,7 @@ <h3>Navigation</h3>
<li class="right" >
<a href="datatypes.html" title="Data Types"
accesskey="P">previous</a> |</li>
<li><a href="index.html">PyNLPl 0.7.0 documentation</a> &raquo;</li>
<li><a href="index.html">PyNLPl 0.7.3.1 documentation</a> &raquo;</li>
</ul>
</div>

Expand Down Expand Up @@ -321,7 +321,7 @@ <h3>Navigation</h3>
<li class="right" >
<a href="datatypes.html" title="Data Types"
>previous</a> |</li>
<li><a href="index.html">PyNLPl 0.7.0 documentation</a> &raquo;</li>
<li><a href="index.html">PyNLPl 0.7.3.1 documentation</a> &raquo;</li>
</ul>
</div>
<div class="footer">
Expand Down

0 comments on commit c9cc490

Please sign in to comment.