Skip to content

Commit

Permalink
Automated Docs Update
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions committed Feb 3, 2022
1 parent bbf0f16 commit 682198e
Show file tree
Hide file tree
Showing 12 changed files with 38 additions and 2 deletions.
Binary file modified docs/_build/doctrees/environment.pickle
Binary file not shown.
Binary file modified docs/_build/doctrees/tests.doctree
Binary file not shown.
4 changes: 4 additions & 0 deletions docs/_build/html/genindex.html
Original file line number Diff line number Diff line change
Expand Up @@ -687,6 +687,8 @@ <h2 id="T">T</h2>
<li><a href="tests.html#tests.test_MoleculeSet.TestMoleculeSet.test_invalid_transform_error">test_invalid_transform_error() (tests.test_MoleculeSet.TestMoleculeSet method)</a>
</li>
<li><a href="tests.html#tests.test_Molecule.TestMolecule.test_is_same">test_is_same() (tests.test_Molecule.TestMolecule method)</a>
</li>
<li><a href="tests.html#tests.test_MoleculeSet.TestMoleculeSet.test_isomap_transform">test_isomap_transform() (tests.test_MoleculeSet.TestMoleculeSet method)</a>
</li>
<li><a href="tests.html#tests.test_MeasureSearch.TestMeasureSearch.test_logfile_generation">test_logfile_generation() (tests.test_MeasureSearch.TestMeasureSearch method)</a>
</li>
Expand Down Expand Up @@ -810,6 +812,8 @@ <h2 id="T">T</h2>
<li><a href="tests.html#tests.test_MoleculeSet.TestMoleculeSet.test_smiles">(tests.test_MoleculeSet.TestMoleculeSet attribute)</a>
</li>
</ul></li>
<li><a href="tests.html#tests.test_MoleculeSet.TestMoleculeSet.test_spectral_embedding_transform">test_spectral_embedding_transform() (tests.test_MoleculeSet.TestMoleculeSet method)</a>
</li>
<li><a href="tests.html#tests.test_multithreading.TestMultithreading.test_speedup_efficiency_cosine">test_speedup_efficiency_cosine() (tests.test_multithreading.TestMultithreading method)</a>
</li>
<li><a href="tests.html#tests.test_multithreading.TestMultithreading.test_speedup_efficiency_tanimoto">test_speedup_efficiency_tanimoto() (tests.test_multithreading.TestMultithreading method)</a>
Expand Down
Binary file modified docs/_build/html/objects.inv
Binary file not shown.
2 changes: 1 addition & 1 deletion docs/_build/html/searchindex.js

Large diffs are not rendered by default.

14 changes: 14 additions & 0 deletions docs/_build/html/tests.html
Original file line number Diff line number Diff line change
Expand Up @@ -627,6 +627,13 @@ <h2>Submodules<a class="headerlink" href="#submodules" title="Permalink to this
should throw an error.</p>
</dd></dl>

<dl class="py method">
<dt class="sig sig-object py" id="tests.test_MoleculeSet.TestMoleculeSet.test_isomap_transform">
<span class="sig-name descname"><span class="pre">test_isomap_transform</span></span><span class="sig-paren">(</span><span class="sig-paren">)</span><a class="headerlink" href="#tests.test_MoleculeSet.TestMoleculeSet.test_isomap_transform" title="Permalink to this definition"></a></dt>
<dd><p>Test the unsupervised transformation of molecules in
MoleculSet using Isomap.</p>
</dd></dl>

<dl class="py method">
<dt class="sig sig-object py" id="tests.test_MoleculeSet.TestMoleculeSet.test_mds_transform">
<span class="sig-name descname"><span class="pre">test_mds_transform</span></span><span class="sig-paren">(</span><span class="sig-paren">)</span><a class="headerlink" href="#tests.test_MoleculeSet.TestMoleculeSet.test_mds_transform" title="Permalink to this definition"></a></dt>
Expand Down Expand Up @@ -769,6 +776,13 @@ <h2>Submodules<a class="headerlink" href="#submodules" title="Permalink to this
<span class="sig-name descname"><span class="pre">test_smiles</span></span><em class="property"><span class="w"> </span><span class="p"><span class="pre">=</span></span><span class="w"> </span><span class="pre">['CCCCCCC',</span> <span class="pre">'CCCC',</span> <span class="pre">'CCC',</span> <span class="pre">'CO',</span> <span class="pre">'CN',</span> <span class="pre">'C1=CC=CC=C1',</span> <span class="pre">'CC1=CC=CC=C1',</span> <span class="pre">'C(=O)(N)N']</span></em><a class="headerlink" href="#tests.test_MoleculeSet.TestMoleculeSet.test_smiles" title="Permalink to this definition"></a></dt>
<dd></dd></dl>

<dl class="py method">
<dt class="sig sig-object py" id="tests.test_MoleculeSet.TestMoleculeSet.test_spectral_embedding_transform">
<span class="sig-name descname"><span class="pre">test_spectral_embedding_transform</span></span><span class="sig-paren">(</span><span class="sig-paren">)</span><a class="headerlink" href="#tests.test_MoleculeSet.TestMoleculeSet.test_spectral_embedding_transform" title="Permalink to this definition"></a></dt>
<dd><p>Test the unsupervised transformation of molecules in
MoleculSet using Isomap.</p>
</dd></dl>

<dl class="py method">
<dt class="sig sig-object py" id="tests.test_MoleculeSet.TestMoleculeSet.test_subsample_molecule_database_from_csv">
<span class="sig-name descname"><span class="pre">test_subsample_molecule_database_from_csv</span></span><span class="sig-paren">(</span><span class="sig-paren">)</span><a class="headerlink" href="#tests.test_MoleculeSet.TestMoleculeSet.test_subsample_molecule_database_from_csv" title="Permalink to this definition"></a></dt>
Expand Down
Binary file modified docs/environment.pickle
Binary file not shown.
4 changes: 4 additions & 0 deletions docs/genindex.html
Original file line number Diff line number Diff line change
Expand Up @@ -687,6 +687,8 @@ <h2 id="T">T</h2>
<li><a href="tests.html#tests.test_MoleculeSet.TestMoleculeSet.test_invalid_transform_error">test_invalid_transform_error() (tests.test_MoleculeSet.TestMoleculeSet method)</a>
</li>
<li><a href="tests.html#tests.test_Molecule.TestMolecule.test_is_same">test_is_same() (tests.test_Molecule.TestMolecule method)</a>
</li>
<li><a href="tests.html#tests.test_MoleculeSet.TestMoleculeSet.test_isomap_transform">test_isomap_transform() (tests.test_MoleculeSet.TestMoleculeSet method)</a>
</li>
<li><a href="tests.html#tests.test_MeasureSearch.TestMeasureSearch.test_logfile_generation">test_logfile_generation() (tests.test_MeasureSearch.TestMeasureSearch method)</a>
</li>
Expand Down Expand Up @@ -810,6 +812,8 @@ <h2 id="T">T</h2>
<li><a href="tests.html#tests.test_MoleculeSet.TestMoleculeSet.test_smiles">(tests.test_MoleculeSet.TestMoleculeSet attribute)</a>
</li>
</ul></li>
<li><a href="tests.html#tests.test_MoleculeSet.TestMoleculeSet.test_spectral_embedding_transform">test_spectral_embedding_transform() (tests.test_MoleculeSet.TestMoleculeSet method)</a>
</li>
<li><a href="tests.html#tests.test_multithreading.TestMultithreading.test_speedup_efficiency_cosine">test_speedup_efficiency_cosine() (tests.test_multithreading.TestMultithreading method)</a>
</li>
<li><a href="tests.html#tests.test_multithreading.TestMultithreading.test_speedup_efficiency_tanimoto">test_speedup_efficiency_tanimoto() (tests.test_multithreading.TestMultithreading method)</a>
Expand Down
Binary file modified docs/objects.inv
Binary file not shown.
2 changes: 1 addition & 1 deletion docs/searchindex.js

Large diffs are not rendered by default.

Binary file modified docs/tests.doctree
Binary file not shown.
14 changes: 14 additions & 0 deletions docs/tests.html
Original file line number Diff line number Diff line change
Expand Up @@ -627,6 +627,13 @@ <h2>Submodules<a class="headerlink" href="#submodules" title="Permalink to this
should throw an error.</p>
</dd></dl>

<dl class="py method">
<dt class="sig sig-object py" id="tests.test_MoleculeSet.TestMoleculeSet.test_isomap_transform">
<span class="sig-name descname"><span class="pre">test_isomap_transform</span></span><span class="sig-paren">(</span><span class="sig-paren">)</span><a class="headerlink" href="#tests.test_MoleculeSet.TestMoleculeSet.test_isomap_transform" title="Permalink to this definition"></a></dt>
<dd><p>Test the unsupervised transformation of molecules in
MoleculSet using Isomap.</p>
</dd></dl>

<dl class="py method">
<dt class="sig sig-object py" id="tests.test_MoleculeSet.TestMoleculeSet.test_mds_transform">
<span class="sig-name descname"><span class="pre">test_mds_transform</span></span><span class="sig-paren">(</span><span class="sig-paren">)</span><a class="headerlink" href="#tests.test_MoleculeSet.TestMoleculeSet.test_mds_transform" title="Permalink to this definition"></a></dt>
Expand Down Expand Up @@ -769,6 +776,13 @@ <h2>Submodules<a class="headerlink" href="#submodules" title="Permalink to this
<span class="sig-name descname"><span class="pre">test_smiles</span></span><em class="property"><span class="w"> </span><span class="p"><span class="pre">=</span></span><span class="w"> </span><span class="pre">['CCCCCCC',</span> <span class="pre">'CCCC',</span> <span class="pre">'CCC',</span> <span class="pre">'CO',</span> <span class="pre">'CN',</span> <span class="pre">'C1=CC=CC=C1',</span> <span class="pre">'CC1=CC=CC=C1',</span> <span class="pre">'C(=O)(N)N']</span></em><a class="headerlink" href="#tests.test_MoleculeSet.TestMoleculeSet.test_smiles" title="Permalink to this definition"></a></dt>
<dd></dd></dl>

<dl class="py method">
<dt class="sig sig-object py" id="tests.test_MoleculeSet.TestMoleculeSet.test_spectral_embedding_transform">
<span class="sig-name descname"><span class="pre">test_spectral_embedding_transform</span></span><span class="sig-paren">(</span><span class="sig-paren">)</span><a class="headerlink" href="#tests.test_MoleculeSet.TestMoleculeSet.test_spectral_embedding_transform" title="Permalink to this definition"></a></dt>
<dd><p>Test the unsupervised transformation of molecules in
MoleculSet using Isomap.</p>
</dd></dl>

<dl class="py method">
<dt class="sig sig-object py" id="tests.test_MoleculeSet.TestMoleculeSet.test_subsample_molecule_database_from_csv">
<span class="sig-name descname"><span class="pre">test_subsample_molecule_database_from_csv</span></span><span class="sig-paren">(</span><span class="sig-paren">)</span><a class="headerlink" href="#tests.test_MoleculeSet.TestMoleculeSet.test_subsample_molecule_database_from_csv" title="Permalink to this definition"></a></dt>
Expand Down

0 comments on commit 682198e

Please sign in to comment.