Skip to content

Commit

Permalink
Rebuilt documentation for v1.0.0.
Browse files Browse the repository at this point in the history
  • Loading branch information
Luke-Poeppel committed Jul 19, 2021
1 parent 3e8a14b commit a1885be
Show file tree
Hide file tree
Showing 38 changed files with 1,167 additions and 596 deletions.
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: a65df0703d11288961e9442e7632a0cf
config: b337c1c155b3985475cd0028d6cb0a25
tags: 645f666f9bcd5a90fca523b33c5a78b7
6 changes: 4 additions & 2 deletions docs/_modules/decitala/database/corpora_models.html
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@

<meta name="viewport" content="width=device-width, initial-scale=1.0" />

<title>decitala.database.corpora_models &mdash; decitala 0.14.1 documentation</title>
<title>decitala.database.corpora_models &mdash; decitala 1.0.0 documentation</title>



Expand Down Expand Up @@ -61,7 +61,7 @@


<div class="version">
0.14.1
1.0.0
</div>


Expand Down Expand Up @@ -260,6 +260,8 @@ <h1>Source code for decitala.database.corpora_models</h1><div class="highlight">
<span class="n">reported_size</span> <span class="o">=</span> <span class="n">Column</span><span class="p">(</span><span class="n">Integer</span><span class="p">)</span>
<span class="n">description</span> <span class="o">=</span> <span class="n">Column</span><span class="p">(</span><span class="n">String</span><span class="p">)</span>
<span class="n">locations</span> <span class="o">=</span> <span class="n">Column</span><span class="p">(</span><span class="n">String</span><span class="p">)</span>
<span class="n">colors</span> <span class="o">=</span> <span class="n">Column</span><span class="p">(</span><span class="n">String</span><span class="p">)</span>
<span class="n">datetimes</span> <span class="o">=</span> <span class="n">Column</span><span class="p">(</span><span class="n">String</span><span class="p">)</span>

<span class="k">def</span> <span class="fm">__repr__</span><span class="p">(</span><span class="bp">self</span><span class="p">):</span>
<span class="k">return</span> <span class="sa">f</span><span class="s2">&quot;&lt;decitala.SubcategoryData </span><span class="si">{</span><span class="bp">self</span><span class="o">.</span><span class="n">name</span><span class="si">}</span><span class="s2">&gt;&quot;</span></div>
Expand Down
351 changes: 249 additions & 102 deletions docs/_modules/decitala/database/db.html

Large diffs are not rendered by default.

4 changes: 2 additions & 2 deletions docs/_modules/decitala/fragment.html
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@

<meta name="viewport" content="width=device-width, initial-scale=1.0" />

<title>decitala.fragment &mdash; decitala 0.14.1 documentation</title>
<title>decitala.fragment &mdash; decitala 1.0.0 documentation</title>



Expand Down Expand Up @@ -61,7 +61,7 @@


<div class="version">
0.14.1
1.0.0
</div>


Expand Down
10 changes: 5 additions & 5 deletions docs/_modules/decitala/hash_table.html
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@

<meta name="viewport" content="width=device-width, initial-scale=1.0" />

<title>decitala.hash_table &mdash; decitala 0.14.1 documentation</title>
<title>decitala.hash_table &mdash; decitala 1.0.0 documentation</title>



Expand Down Expand Up @@ -61,7 +61,7 @@


<div class="version">
0.14.1
1.0.0
</div>


Expand Down Expand Up @@ -365,7 +365,7 @@ <h1>Source code for decitala.hash_table</h1><div class="highlight"><pre>
<span class="sd"> &lt;decitala.hash_table.FragmentHashTable 0 fragments&gt;</span>
<span class="sd"> &gt;&gt;&gt; fht.load()</span>
<span class="sd"> &gt;&gt;&gt; fht</span>
<span class="sd"> &lt;decitala.hash_table.FragmentHashTable 2899 fragments&gt;</span>
<span class="sd"> &lt;decitala.hash_table.FragmentHashTable 2941 fragments&gt;</span>
<span class="sd"> &gt;&gt;&gt; fht.datasets</span>
<span class="sd"> [&#39;greek_foot&#39;]</span>
<span class="sd"> &gt;&gt;&gt; fht.custom_fragments</span>
Expand Down Expand Up @@ -471,10 +471,10 @@ <h1>Source code for decitala.hash_table</h1><div class="highlight"><pre>

<span class="sd"> &gt;&gt;&gt; ght = GreekFootHashTable()</span>
<span class="sd"> &gt;&gt;&gt; ght</span>
<span class="sd"> &lt;decitala.hash_table.FragmentHashTable 2855 fragments&gt;</span>
<span class="sd"> &lt;decitala.hash_table.FragmentHashTable 2897 fragments&gt;</span>
<span class="sd"> &gt;&gt;&gt; ght.load(try_retrograde=False, allow_stretch_augmentation=False)</span>
<span class="sd"> &gt;&gt;&gt; ght</span>
<span class="sd"> &lt;decitala.hash_table.FragmentHashTable 737 fragments&gt;</span>
<span class="sd"> &lt;decitala.hash_table.FragmentHashTable 779 fragments&gt;</span>
<span class="sd"> &quot;&quot;&quot;</span>
<span class="k">def</span> <span class="fm">__init__</span><span class="p">(</span><span class="bp">self</span><span class="p">):</span>
<span class="nb">super</span><span class="p">()</span><span class="o">.</span><span class="fm">__init__</span><span class="p">(</span><span class="n">datasets</span><span class="o">=</span><span class="p">[</span><span class="s2">&quot;greek_foot&quot;</span><span class="p">])</span>
Expand Down
Loading

0 comments on commit a1885be

Please sign in to comment.