Skip to content

Commit

Permalink
Add documentation for pyKVFinder tool and command in ChimeraX
Browse files Browse the repository at this point in the history
  • Loading branch information
jvsguerra committed Oct 28, 2024
1 parent 9bf947a commit b8747b3
Show file tree
Hide file tree
Showing 55 changed files with 271 additions and 11 deletions.
Binary file modified docs/.doctrees/about/index.doctree
Binary file not shown.
Binary file modified docs/.doctrees/environment.pickle
Binary file not shown.
Binary file modified docs/.doctrees/index.doctree
Binary file not shown.
Binary file added docs/.doctrees/plugins/chimerax/index.doctree
Binary file not shown.
Binary file modified docs/.doctrees/plugins/pymol/index.doctree
Binary file not shown.
1 change: 1 addition & 0 deletions docs/_modules/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -58,6 +58,7 @@
<ul>
<li class="toctree-l1"><a class="reference internal" href="../plugins/cli/index.html">Command-line interface</a></li>
<li class="toctree-l1"><a class="reference internal" href="../plugins/pymol/index.html">PyMOL pyKVFinder Tools</a></li>
<li class="toctree-l1"><a class="reference internal" href="../plugins/chimerax/index.html">ChimeraX</a></li>
</ul>
<p class="caption" role="heading"><span class="caption-text">About</span></p>
<ul>
Expand Down
1 change: 1 addition & 0 deletions docs/_modules/pyKVFinder/grid.html
Original file line number Diff line number Diff line change
Expand Up @@ -58,6 +58,7 @@
<ul>
<li class="toctree-l1"><a class="reference internal" href="../../plugins/cli/index.html">Command-line interface</a></li>
<li class="toctree-l1"><a class="reference internal" href="../../plugins/pymol/index.html">PyMOL pyKVFinder Tools</a></li>
<li class="toctree-l1"><a class="reference internal" href="../../plugins/chimerax/index.html">ChimeraX</a></li>
</ul>
<p class="caption" role="heading"><span class="caption-text">About</span></p>
<ul>
Expand Down
1 change: 1 addition & 0 deletions docs/_modules/pyKVFinder/main.html
Original file line number Diff line number Diff line change
Expand Up @@ -58,6 +58,7 @@
<ul>
<li class="toctree-l1"><a class="reference internal" href="../../plugins/cli/index.html">Command-line interface</a></li>
<li class="toctree-l1"><a class="reference internal" href="../../plugins/pymol/index.html">PyMOL pyKVFinder Tools</a></li>
<li class="toctree-l1"><a class="reference internal" href="../../plugins/chimerax/index.html">ChimeraX</a></li>
</ul>
<p class="caption" role="heading"><span class="caption-text">About</span></p>
<ul>
Expand Down
1 change: 1 addition & 0 deletions docs/_modules/pyKVFinder/utils.html
Original file line number Diff line number Diff line change
Expand Up @@ -58,6 +58,7 @@
<ul>
<li class="toctree-l1"><a class="reference internal" href="../../plugins/cli/index.html">Command-line interface</a></li>
<li class="toctree-l1"><a class="reference internal" href="../../plugins/pymol/index.html">PyMOL pyKVFinder Tools</a></li>
<li class="toctree-l1"><a class="reference internal" href="../../plugins/chimerax/index.html">ChimeraX</a></li>
</ul>
<p class="caption" role="heading"><span class="caption-text">About</span></p>
<ul>
Expand Down
2 changes: 1 addition & 1 deletion docs/_sources/about/index.rst.txt
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@ Thank you for helping us improve pyKVFinder!
Funding
*******

This work was supported by the Fundação de Amparo à Pesquisa do Estado de São Paulo (FAPESP) [Grant Number 2018/00629-0], Conselho Nacional de Desenvolvimento Científico e Tecnológico (CNPq) [Grant Number 350244/2020-0], and Brazilian Center for Research in Energy and Materials (CNPEM).
This work was supported by the Fundação de Amparo à Pesquisa do Estado de São Paulo (FAPESP) [Grant Number 2018/00629-0], Conselho Nacional de Desenvolvimento Científico e Tecnológico (CNPq) [Grant Number 350244/2020-0], Brazilian Federal Agency for Support and Evaluation of Graduate Education (CAPES) [Grant Number 88887.928702/2023-00], and Brazilian Center for Research in Energy and Materials (CNPEM).

*******
License
Expand Down
1 change: 1 addition & 0 deletions docs/_sources/index.rst.txt
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,7 @@ Welcome to the **Python-C parallel KVFinder (pyKVFinder)** documentation, this p

Command-line interface <plugins/cli/index>
PyMOL pyKVFinder Tools <plugins/pymol/index>
ChimeraX <plugins/chimerax/index>

.. toctree::
:maxdepth: 1
Expand Down
29 changes: 29 additions & 0 deletions docs/_sources/plugins/chimerax/index.rst.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,29 @@
*************
Find Cavities
*************

The **pyKVFinder** package is integrated into `UCSF ChimeraX <https://www.cgl.ucsf.edu/chimerax/>`_ through a bundle, called **Find Cavities**. This bundle allows the user to run pyKVFinder in ChimeraX and visualize the results directly on the ChimeraX viewer.

Tool
====

The **Find Cavities** tool is available in ChimeraX starting from version 1.9. It can be accessed from:

* ``Tools`` > ``Binding Analysis`` > ``Find Cavities``

or,

* ``Tools`` > ``Structure Analysis`` > ``Find Cavities``

For further details on Find Cavities tool, please refer to https://www.cgl.ucsf.edu/chimerax/docs/user/tools/findcavities.html.

Command
=======

The Find Cavities tool uses the **kvfinder** command. The command can be used in the ChimeraX command line interface (CLI) as follows:

.. code-block::
kvfinder model-spec [ probeIn r1 ] [ probeOut r2 ] [ removalDistance d ] [ volumeCutoff minvol ] [ gridSpacing s ] [ showTool true | false ] [ surfaceType SAS | SES ] [ boxOrigin x,y,z ] [ boxExtent length | lx,ly,lz ]
For further details on kvfinder command, please refer to https://www.cgl.ucsf.edu/chimerax/docs/user/commands/kvfinder.html.
2 changes: 1 addition & 1 deletion docs/_sources/plugins/pymol/index.rst.txt
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
PyMOL pyKVFinder Tools
**********************

pyKVFinder package is integrated into PyMOL through a plugin, called PyMOL pyKVFinder Tools. This plugin allows the user to run pyKVFinder on PyMOL and visualize the results directly on the PyMOL viewer.
The **pyKVFinder** package is integrated into `PyMOL <https://pymol.org/>`_ through a plugin, called **PyMOL pyKVFinder Tools**. This plugin allows the user to run pyKVFinder in PyMOL and visualize the results directly on the PyMOL viewer.

Installation
============
Expand Down
7 changes: 4 additions & 3 deletions docs/about/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
<script src="../_static/js/theme.js"></script>
<link rel="index" title="Index" href="../genindex.html" />
<link rel="search" title="Search" href="../search.html" />
<link rel="prev" title="Supramolecular cage cavity detection" href="../plugins/pymol/tutorial/cage-cavity-detection.html" />
<link rel="prev" title="Find Cavities" href="../plugins/chimerax/index.html" />
</head>

<body class="wy-body-for-nav">
Expand Down Expand Up @@ -60,6 +60,7 @@
<ul>
<li class="toctree-l1"><a class="reference internal" href="../plugins/cli/index.html">Command-line interface</a></li>
<li class="toctree-l1"><a class="reference internal" href="../plugins/pymol/index.html">PyMOL pyKVFinder Tools</a></li>
<li class="toctree-l1"><a class="reference internal" href="../plugins/chimerax/index.html">ChimeraX</a></li>
</ul>
<p class="caption" role="heading"><span class="caption-text">About</span></p>
<ul class="current">
Expand Down Expand Up @@ -152,7 +153,7 @@ <h1>Issues<a class="headerlink" href="#issues" title="Link to this heading"><
</section>
<section id="funding">
<h1>Funding<a class="headerlink" href="#funding" title="Link to this heading"></a></h1>
<p>This work was supported by the Fundação de Amparo à Pesquisa do Estado de São Paulo (FAPESP) [Grant Number 2018/00629-0], Conselho Nacional de Desenvolvimento Científico e Tecnológico (CNPq) [Grant Number 350244/2020-0], and Brazilian Center for Research in Energy and Materials (CNPEM).</p>
<p>This work was supported by the Fundação de Amparo à Pesquisa do Estado de São Paulo (FAPESP) [Grant Number 2018/00629-0], Conselho Nacional de Desenvolvimento Científico e Tecnológico (CNPq) [Grant Number 350244/2020-0], Brazilian Federal Agency for Support and Evaluation of Graduate Education (CAPES) [Grant Number 88887.928702/2023-00], and Brazilian Center for Research in Energy and Materials (CNPEM).</p>
</section>
<section id="license">
<h1>License<a class="headerlink" href="#license" title="Link to this heading"></a></h1>
Expand All @@ -163,7 +164,7 @@ <h1>License<a class="headerlink" href="#license" title="Link to this heading">
</div>
</div>
<footer><div class="rst-footer-buttons" role="navigation" aria-label="Footer">
<a href="../plugins/pymol/tutorial/cage-cavity-detection.html" class="btn btn-neutral float-left" title="Supramolecular cage cavity detection" accesskey="p" rel="prev"><span class="fa fa-arrow-circle-left" aria-hidden="true"></span> Previous</a>
<a href="../plugins/chimerax/index.html" class="btn btn-neutral float-left" title="Find Cavities" accesskey="p" rel="prev"><span class="fa fa-arrow-circle-left" aria-hidden="true"></span> Previous</a>
</div>

<hr/>
Expand Down
1 change: 1 addition & 0 deletions docs/genindex.html
Original file line number Diff line number Diff line change
Expand Up @@ -58,6 +58,7 @@
<ul>
<li class="toctree-l1"><a class="reference internal" href="plugins/cli/index.html">Command-line interface</a></li>
<li class="toctree-l1"><a class="reference internal" href="plugins/pymol/index.html">PyMOL pyKVFinder Tools</a></li>
<li class="toctree-l1"><a class="reference internal" href="plugins/chimerax/index.html">ChimeraX</a></li>
</ul>
<p class="caption" role="heading"><span class="caption-text">About</span></p>
<ul>
Expand Down
2 changes: 2 additions & 0 deletions docs/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -60,6 +60,7 @@
<ul>
<li class="toctree-l1"><a class="reference internal" href="plugins/cli/index.html">Command-line interface</a></li>
<li class="toctree-l1"><a class="reference internal" href="plugins/pymol/index.html">PyMOL pyKVFinder Tools</a></li>
<li class="toctree-l1"><a class="reference internal" href="plugins/chimerax/index.html">ChimeraX</a></li>
</ul>
<p class="caption" role="heading"><span class="caption-text">About</span></p>
<ul>
Expand Down Expand Up @@ -114,6 +115,7 @@ <h1>Welcome to pyKVFinder’s documentation!<a class="headerlink" href="#welcome
<ul>
<li class="toctree-l1"><a class="reference internal" href="plugins/cli/index.html">Command-line interface</a></li>
<li class="toctree-l1"><a class="reference internal" href="plugins/pymol/index.html">PyMOL pyKVFinder Tools</a></li>
<li class="toctree-l1"><a class="reference internal" href="plugins/chimerax/index.html">ChimeraX</a></li>
</ul>
</div>
<div class="toctree-wrapper compound">
Expand Down
Binary file modified docs/objects.inv
Binary file not shown.
1 change: 1 addition & 0 deletions docs/package/api_reference/Molecule.html
Original file line number Diff line number Diff line change
Expand Up @@ -73,6 +73,7 @@
<ul>
<li class="toctree-l1"><a class="reference internal" href="../../plugins/cli/index.html">Command-line interface</a></li>
<li class="toctree-l1"><a class="reference internal" href="../../plugins/pymol/index.html">PyMOL pyKVFinder Tools</a></li>
<li class="toctree-l1"><a class="reference internal" href="../../plugins/chimerax/index.html">ChimeraX</a></li>
</ul>
<p class="caption" role="heading"><span class="caption-text">About</span></p>
<ul>
Expand Down
1 change: 1 addition & 0 deletions docs/package/api_reference/box_file_template.html
Original file line number Diff line number Diff line change
Expand Up @@ -71,6 +71,7 @@
<ul>
<li class="toctree-l1"><a class="reference internal" href="../../plugins/cli/index.html">Command-line interface</a></li>
<li class="toctree-l1"><a class="reference internal" href="../../plugins/pymol/index.html">PyMOL pyKVFinder Tools</a></li>
<li class="toctree-l1"><a class="reference internal" href="../../plugins/chimerax/index.html">ChimeraX</a></li>
</ul>
<p class="caption" role="heading"><span class="caption-text">About</span></p>
<ul>
Expand Down
1 change: 1 addition & 0 deletions docs/package/api_reference/calculate_frequencies.html
Original file line number Diff line number Diff line change
Expand Up @@ -89,6 +89,7 @@
<ul>
<li class="toctree-l1"><a class="reference internal" href="../../plugins/cli/index.html">Command-line interface</a></li>
<li class="toctree-l1"><a class="reference internal" href="../../plugins/pymol/index.html">PyMOL pyKVFinder Tools</a></li>
<li class="toctree-l1"><a class="reference internal" href="../../plugins/chimerax/index.html">ChimeraX</a></li>
</ul>
<p class="caption" role="heading"><span class="caption-text">About</span></p>
<ul>
Expand Down
1 change: 1 addition & 0 deletions docs/package/api_reference/constitutional.html
Original file line number Diff line number Diff line change
Expand Up @@ -89,6 +89,7 @@
<ul>
<li class="toctree-l1"><a class="reference internal" href="../../plugins/cli/index.html">Command-line interface</a></li>
<li class="toctree-l1"><a class="reference internal" href="../../plugins/pymol/index.html">PyMOL pyKVFinder Tools</a></li>
<li class="toctree-l1"><a class="reference internal" href="../../plugins/chimerax/index.html">ChimeraX</a></li>
</ul>
<p class="caption" role="heading"><span class="caption-text">About</span></p>
<ul>
Expand Down
1 change: 1 addition & 0 deletions docs/package/api_reference/depth.html
Original file line number Diff line number Diff line change
Expand Up @@ -89,6 +89,7 @@
<ul>
<li class="toctree-l1"><a class="reference internal" href="../../plugins/cli/index.html">Command-line interface</a></li>
<li class="toctree-l1"><a class="reference internal" href="../../plugins/pymol/index.html">PyMOL pyKVFinder Tools</a></li>
<li class="toctree-l1"><a class="reference internal" href="../../plugins/chimerax/index.html">ChimeraX</a></li>
</ul>
<p class="caption" role="heading"><span class="caption-text">About</span></p>
<ul>
Expand Down
1 change: 1 addition & 0 deletions docs/package/api_reference/detect.html
Original file line number Diff line number Diff line change
Expand Up @@ -89,6 +89,7 @@
<ul>
<li class="toctree-l1"><a class="reference internal" href="../../plugins/cli/index.html">Command-line interface</a></li>
<li class="toctree-l1"><a class="reference internal" href="../../plugins/pymol/index.html">PyMOL pyKVFinder Tools</a></li>
<li class="toctree-l1"><a class="reference internal" href="../../plugins/chimerax/index.html">ChimeraX</a></li>
</ul>
<p class="caption" role="heading"><span class="caption-text">About</span></p>
<ul>
Expand Down
1 change: 1 addition & 0 deletions docs/package/api_reference/export.html
Original file line number Diff line number Diff line change
Expand Up @@ -89,6 +89,7 @@
<ul>
<li class="toctree-l1"><a class="reference internal" href="../../plugins/cli/index.html">Command-line interface</a></li>
<li class="toctree-l1"><a class="reference internal" href="../../plugins/pymol/index.html">PyMOL pyKVFinder Tools</a></li>
<li class="toctree-l1"><a class="reference internal" href="../../plugins/chimerax/index.html">ChimeraX</a></li>
</ul>
<p class="caption" role="heading"><span class="caption-text">About</span></p>
<ul>
Expand Down
1 change: 1 addition & 0 deletions docs/package/api_reference/export_openings.html
Original file line number Diff line number Diff line change
Expand Up @@ -89,6 +89,7 @@
<ul>
<li class="toctree-l1"><a class="reference internal" href="../../plugins/cli/index.html">Command-line interface</a></li>
<li class="toctree-l1"><a class="reference internal" href="../../plugins/pymol/index.html">PyMOL pyKVFinder Tools</a></li>
<li class="toctree-l1"><a class="reference internal" href="../../plugins/chimerax/index.html">ChimeraX</a></li>
</ul>
<p class="caption" role="heading"><span class="caption-text">About</span></p>
<ul>
Expand Down
1 change: 1 addition & 0 deletions docs/package/api_reference/get_vertices.html
Original file line number Diff line number Diff line change
Expand Up @@ -89,6 +89,7 @@
<ul>
<li class="toctree-l1"><a class="reference internal" href="../../plugins/cli/index.html">Command-line interface</a></li>
<li class="toctree-l1"><a class="reference internal" href="../../plugins/pymol/index.html">PyMOL pyKVFinder Tools</a></li>
<li class="toctree-l1"><a class="reference internal" href="../../plugins/chimerax/index.html">ChimeraX</a></li>
</ul>
<p class="caption" role="heading"><span class="caption-text">About</span></p>
<ul>
Expand Down
1 change: 1 addition & 0 deletions docs/package/api_reference/get_vertices_from_file.html
Original file line number Diff line number Diff line change
Expand Up @@ -89,6 +89,7 @@
<ul>
<li class="toctree-l1"><a class="reference internal" href="../../plugins/cli/index.html">Command-line interface</a></li>
<li class="toctree-l1"><a class="reference internal" href="../../plugins/pymol/index.html">PyMOL pyKVFinder Tools</a></li>
<li class="toctree-l1"><a class="reference internal" href="../../plugins/chimerax/index.html">ChimeraX</a></li>
</ul>
<p class="caption" role="heading"><span class="caption-text">About</span></p>
<ul>
Expand Down
1 change: 1 addition & 0 deletions docs/package/api_reference/hydropathy.html
Original file line number Diff line number Diff line change
Expand Up @@ -89,6 +89,7 @@
<ul>
<li class="toctree-l1"><a class="reference internal" href="../../plugins/cli/index.html">Command-line interface</a></li>
<li class="toctree-l1"><a class="reference internal" href="../../plugins/pymol/index.html">PyMOL pyKVFinder Tools</a></li>
<li class="toctree-l1"><a class="reference internal" href="../../plugins/chimerax/index.html">ChimeraX</a></li>
</ul>
<p class="caption" role="heading"><span class="caption-text">About</span></p>
<ul>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -71,6 +71,7 @@
<ul>
<li class="toctree-l1"><a class="reference internal" href="../../plugins/cli/index.html">Command-line interface</a></li>
<li class="toctree-l1"><a class="reference internal" href="../../plugins/pymol/index.html">PyMOL pyKVFinder Tools</a></li>
<li class="toctree-l1"><a class="reference internal" href="../../plugins/chimerax/index.html">ChimeraX</a></li>
</ul>
<p class="caption" role="heading"><span class="caption-text">About</span></p>
<ul>
Expand Down
1 change: 1 addition & 0 deletions docs/package/api_reference/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -95,6 +95,7 @@
<ul>
<li class="toctree-l1"><a class="reference internal" href="../../plugins/cli/index.html">Command-line interface</a></li>
<li class="toctree-l1"><a class="reference internal" href="../../plugins/pymol/index.html">PyMOL pyKVFinder Tools</a></li>
<li class="toctree-l1"><a class="reference internal" href="../../plugins/chimerax/index.html">ChimeraX</a></li>
</ul>
<p class="caption" role="heading"><span class="caption-text">About</span></p>
<ul>
Expand Down
1 change: 1 addition & 0 deletions docs/package/api_reference/openings.html
Original file line number Diff line number Diff line change
Expand Up @@ -89,6 +89,7 @@
<ul>
<li class="toctree-l1"><a class="reference internal" href="../../plugins/cli/index.html">Command-line interface</a></li>
<li class="toctree-l1"><a class="reference internal" href="../../plugins/pymol/index.html">PyMOL pyKVFinder Tools</a></li>
<li class="toctree-l1"><a class="reference internal" href="../../plugins/chimerax/index.html">ChimeraX</a></li>
</ul>
<p class="caption" role="heading"><span class="caption-text">About</span></p>
<ul>
Expand Down
1 change: 1 addition & 0 deletions docs/package/api_reference/plot_frequencies.html
Original file line number Diff line number Diff line change
Expand Up @@ -89,6 +89,7 @@
<ul>
<li class="toctree-l1"><a class="reference internal" href="../../plugins/cli/index.html">Command-line interface</a></li>
<li class="toctree-l1"><a class="reference internal" href="../../plugins/pymol/index.html">PyMOL pyKVFinder Tools</a></li>
<li class="toctree-l1"><a class="reference internal" href="../../plugins/chimerax/index.html">ChimeraX</a></li>
</ul>
<p class="caption" role="heading"><span class="caption-text">About</span></p>
<ul>
Expand Down
1 change: 1 addition & 0 deletions docs/package/api_reference/pyKVFinderResults.html
Original file line number Diff line number Diff line change
Expand Up @@ -73,6 +73,7 @@
<ul>
<li class="toctree-l1"><a class="reference internal" href="../../plugins/cli/index.html">Command-line interface</a></li>
<li class="toctree-l1"><a class="reference internal" href="../../plugins/pymol/index.html">PyMOL pyKVFinder Tools</a></li>
<li class="toctree-l1"><a class="reference internal" href="../../plugins/chimerax/index.html">ChimeraX</a></li>
</ul>
<p class="caption" role="heading"><span class="caption-text">About</span></p>
<ul>
Expand Down
1 change: 1 addition & 0 deletions docs/package/api_reference/read_cavity.html
Original file line number Diff line number Diff line change
Expand Up @@ -89,6 +89,7 @@
<ul>
<li class="toctree-l1"><a class="reference internal" href="../../plugins/cli/index.html">Command-line interface</a></li>
<li class="toctree-l1"><a class="reference internal" href="../../plugins/pymol/index.html">PyMOL pyKVFinder Tools</a></li>
<li class="toctree-l1"><a class="reference internal" href="../../plugins/chimerax/index.html">ChimeraX</a></li>
</ul>
<p class="caption" role="heading"><span class="caption-text">About</span></p>
<ul>
Expand Down
1 change: 1 addition & 0 deletions docs/package/api_reference/read_pdb.html
Original file line number Diff line number Diff line change
Expand Up @@ -89,6 +89,7 @@
<ul>
<li class="toctree-l1"><a class="reference internal" href="../../plugins/cli/index.html">Command-line interface</a></li>
<li class="toctree-l1"><a class="reference internal" href="../../plugins/pymol/index.html">PyMOL pyKVFinder Tools</a></li>
<li class="toctree-l1"><a class="reference internal" href="../../plugins/chimerax/index.html">ChimeraX</a></li>
</ul>
<p class="caption" role="heading"><span class="caption-text">About</span></p>
<ul>
Expand Down
1 change: 1 addition & 0 deletions docs/package/api_reference/read_vdw.html
Original file line number Diff line number Diff line change
Expand Up @@ -89,6 +89,7 @@
<ul>
<li class="toctree-l1"><a class="reference internal" href="../../plugins/cli/index.html">Command-line interface</a></li>
<li class="toctree-l1"><a class="reference internal" href="../../plugins/pymol/index.html">PyMOL pyKVFinder Tools</a></li>
<li class="toctree-l1"><a class="reference internal" href="../../plugins/chimerax/index.html">ChimeraX</a></li>
</ul>
<p class="caption" role="heading"><span class="caption-text">About</span></p>
<ul>
Expand Down
1 change: 1 addition & 0 deletions docs/package/api_reference/read_xyz.html
Original file line number Diff line number Diff line change
Expand Up @@ -89,6 +89,7 @@
<ul>
<li class="toctree-l1"><a class="reference internal" href="../../plugins/cli/index.html">Command-line interface</a></li>
<li class="toctree-l1"><a class="reference internal" href="../../plugins/pymol/index.html">PyMOL pyKVFinder Tools</a></li>
<li class="toctree-l1"><a class="reference internal" href="../../plugins/chimerax/index.html">ChimeraX</a></li>
</ul>
<p class="caption" role="heading"><span class="caption-text">About</span></p>
<ul>
Expand Down
1 change: 1 addition & 0 deletions docs/package/api_reference/run_workflow.html
Original file line number Diff line number Diff line change
Expand Up @@ -89,6 +89,7 @@
<ul>
<li class="toctree-l1"><a class="reference internal" href="../../plugins/cli/index.html">Command-line interface</a></li>
<li class="toctree-l1"><a class="reference internal" href="../../plugins/pymol/index.html">PyMOL pyKVFinder Tools</a></li>
<li class="toctree-l1"><a class="reference internal" href="../../plugins/chimerax/index.html">ChimeraX</a></li>
</ul>
<p class="caption" role="heading"><span class="caption-text">About</span></p>
<ul>
Expand Down
1 change: 1 addition & 0 deletions docs/package/api_reference/spatial.html
Original file line number Diff line number Diff line change
Expand Up @@ -89,6 +89,7 @@
<ul>
<li class="toctree-l1"><a class="reference internal" href="../../plugins/cli/index.html">Command-line interface</a></li>
<li class="toctree-l1"><a class="reference internal" href="../../plugins/pymol/index.html">PyMOL pyKVFinder Tools</a></li>
<li class="toctree-l1"><a class="reference internal" href="../../plugins/chimerax/index.html">ChimeraX</a></li>
</ul>
<p class="caption" role="heading"><span class="caption-text">About</span></p>
<ul>
Expand Down
1 change: 1 addition & 0 deletions docs/package/api_reference/vdw_file_template.html
Original file line number Diff line number Diff line change
Expand Up @@ -71,6 +71,7 @@
<ul>
<li class="toctree-l1"><a class="reference internal" href="../../plugins/cli/index.html">Command-line interface</a></li>
<li class="toctree-l1"><a class="reference internal" href="../../plugins/pymol/index.html">PyMOL pyKVFinder Tools</a></li>
<li class="toctree-l1"><a class="reference internal" href="../../plugins/chimerax/index.html">ChimeraX</a></li>
</ul>
<p class="caption" role="heading"><span class="caption-text">About</span></p>
<ul>
Expand Down
1 change: 1 addition & 0 deletions docs/package/api_reference/write_results.html
Original file line number Diff line number Diff line change
Expand Up @@ -89,6 +89,7 @@
<ul>
<li class="toctree-l1"><a class="reference internal" href="../../plugins/cli/index.html">Command-line interface</a></li>
<li class="toctree-l1"><a class="reference internal" href="../../plugins/pymol/index.html">PyMOL pyKVFinder Tools</a></li>
<li class="toctree-l1"><a class="reference internal" href="../../plugins/chimerax/index.html">ChimeraX</a></li>
</ul>
<p class="caption" role="heading"><span class="caption-text">About</span></p>
<ul>
Expand Down
Loading

1 comment on commit b8747b3

@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.