Skip to content

Commit

Permalink
Update documentation - fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
jvsguerra committed Jan 27, 2025
1 parent 3179a00 commit 3e9f001
Show file tree
Hide file tree
Showing 6 changed files with 5 additions and 5 deletions.
Binary file modified docs/.doctrees/environment.pickle
Binary file not shown.
Binary file modified docs/.doctrees/package/tutorial/index.doctree
Binary file not shown.
2 changes: 1 addition & 1 deletion docs/_sources/package/tutorial/index.rst.txt
Original file line number Diff line number Diff line change
Expand Up @@ -489,7 +489,7 @@ A spatial characterization, that includes volume, area and defining surface poin

* `pyKVFinder.spatial <../api_reference/spatial.html>`_

1. Performing constitutional characterization
6. Performing constitutional characterization
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^

A constitutional characterization, that identifies the interface residues, is performed on the detected cavities.
Expand Down
4 changes: 2 additions & 2 deletions docs/package/tutorial/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@
<li class="toctree-l4"><a class="reference internal" href="#detecting-biomolecular-cavities">4. Detecting biomolecular cavities</a></li>
<li class="toctree-l4"><a class="reference internal" href="#detecting-biomolecular-cavities-with-ligand-adjustment">4.1 Detecting biomolecular cavities with ligand adjustment</a></li>
<li class="toctree-l4"><a class="reference internal" href="#performing-spatial-characterization">5. Performing spatial characterization</a></li>
<li class="toctree-l4"><a class="reference internal" href="#performing-constitutional-characterization">1. Performing constitutional characterization</a></li>
<li class="toctree-l4"><a class="reference internal" href="#performing-constitutional-characterization">6. Performing constitutional characterization</a></li>
<li class="toctree-l4"><a class="reference internal" href="#calculating-and-plotting-frequencies">6.1 Calculating and plotting frequencies</a></li>
<li class="toctree-l4"><a class="reference internal" href="#performing-hydropathy-characterization">7. Performing hydropathy characterization</a></li>
<li class="toctree-l4"><a class="reference internal" href="#performing-depth-characterization">8. Performing depth characterization</a></li>
Expand Down Expand Up @@ -610,7 +610,7 @@ <h4>5. Performing spatial characterization<a class="headerlink" href="#performin
</div>
</section>
<section id="performing-constitutional-characterization">
<h4>1. Performing constitutional characterization<a class="headerlink" href="#performing-constitutional-characterization" title="Link to this heading"></a></h4>
<h4>6. Performing constitutional characterization<a class="headerlink" href="#performing-constitutional-characterization" title="Link to this heading"></a></h4>
<p>A constitutional characterization, that identifies the interface residues, is performed on the detected cavities.</p>
<p><code class="docutils literal notranslate"><span class="pre">pyKVFinder.constitutional</span></code> takes the detected cavities, the NumPy array with residue number, chain identifier, residue name, atom name, xyz coordinates and radius for each atom, the NumPy array with vertice coordinates (origin, X-axis, Y-axis, Z-axis) and a collection of detection parameters (<code class="docutils literal notranslate"><span class="pre">step</span></code>, <code class="docutils literal notranslate"><span class="pre">probe_in</span></code>, <code class="docutils literal notranslate"><span class="pre">ignore_backbone</span></code>), and returns a dictionary with interface residues of each cavity.</p>
<div class="highlight-python notranslate"><div class="highlight"><pre><span></span><span class="gp">&gt;&gt;&gt; </span><span class="c1"># Default ignore backbone contacts flag (ignore_backbone): False</span>
Expand Down
2 changes: 1 addition & 1 deletion docs/searchindex.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion docs/source/package/tutorial/index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -489,7 +489,7 @@ A spatial characterization, that includes volume, area and defining surface poin

* `pyKVFinder.spatial <../api_reference/spatial.html>`_

1. Performing constitutional characterization
6. Performing constitutional characterization
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^

A constitutional characterization, that identifies the interface residues, is performed on the detected cavities.
Expand Down

1 comment on commit 3e9f001

@github-actions
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.