Skip to content

Commit

Permalink
Update documentation
Browse files Browse the repository at this point in the history
  • Loading branch information
jvsguerra committed Oct 7, 2024
1 parent 082a499 commit 2a73993
Show file tree
Hide file tree
Showing 5 changed files with 6 additions and 6 deletions.
Binary file modified docs/.doctrees/environment.pickle
Binary file not shown.
Binary file modified docs/.doctrees/plugins/pymol/index.doctree
Binary file not shown.
4 changes: 2 additions & 2 deletions docs/_sources/plugins/pymol/index.rst.txt
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ In the `Anaconda Prompt`, create a new environment and activate it:
Then, install **one** of the following versions of PyMOL:

* PyMOL v3.0 (Schrodinger)
* PyMOL v3.0 (Schrodinger):

.. code-block:: bash
Expand All @@ -30,7 +30,7 @@ Then, install **one** of the following versions of PyMOL:
conda install -c conda-forge -c schrodinger pymol-bundle=2.6
* PyMOL Open-Source
* PyMOL Open-Source:

.. code-block:: bash
Expand Down
4 changes: 2 additions & 2 deletions docs/plugins/pymol/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -116,7 +116,7 @@ <h2>Installation<a class="headerlink" href="#installation" title="Link to this h
</div>
<p>Then, install <strong>one</strong> of the following versions of PyMOL:</p>
<ul>
<li><p>PyMOL v3.0 (Schrodinger)</p>
<li><p>PyMOL v3.0 (Schrodinger):</p>
<blockquote>
<div><div class="highlight-bash notranslate"><div class="highlight"><pre><span></span>conda<span class="w"> </span>install<span class="w"> </span>-c<span class="w"> </span>conda-forge<span class="w"> </span>-c<span class="w"> </span>schrodinger<span class="w"> </span>pymol-bundle
</pre></div>
Expand All @@ -130,7 +130,7 @@ <h2>Installation<a class="headerlink" href="#installation" title="Link to this h
</div>
</div></blockquote>
</li>
<li><p>PyMOL Open-Source</p>
<li><p>PyMOL Open-Source:</p>
<blockquote>
<div><div class="highlight-bash notranslate"><div class="highlight"><pre><span></span>conda<span class="w"> </span>install<span class="w"> </span>-c<span class="w"> </span>conda-forge<span class="w"> </span>pymol-open-source
</pre></div>
Expand Down
4 changes: 2 additions & 2 deletions docs/source/plugins/pymol/index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ In the `Anaconda Prompt`, create a new environment and activate it:
Then, install **one** of the following versions of PyMOL:

* PyMOL v3.0 (Schrodinger)
* PyMOL v3.0 (Schrodinger):

.. code-block:: bash
Expand All @@ -30,7 +30,7 @@ Then, install **one** of the following versions of PyMOL:
conda install -c conda-forge -c schrodinger pymol-bundle=2.6
* PyMOL Open-Source
* PyMOL Open-Source:

.. code-block:: bash
Expand Down

1 comment on commit 2a73993

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