Skip to content

Commit

Permalink
update docs
Browse files Browse the repository at this point in the history
  • Loading branch information
dylanbouchard committed Oct 18, 2024
1 parent 6e790d5 commit 7d59007
Show file tree
Hide file tree
Showing 5 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion docs/latest/_sources/usage.rst.txt
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ Usage
Installation
------------

We recommend creating a new virtual environment using venv before installing LLaMBDA. To do so, please follow instructions [here](https://docs.python.org/3/library/venv.html).
We recommend creating a new virtual environment using venv before installing LLaMBDA. To do so, please follow instructions `here <https://docs.python.org/3/library/venv.html>`.

.. code-block:: console
Expand Down
Binary file modified docs/latest/objects.inv
Binary file not shown.
2 changes: 1 addition & 1 deletion docs/latest/searchindex.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion docs/latest/usage.html
Original file line number Diff line number Diff line change
Expand Up @@ -369,7 +369,7 @@
<h1>Usage<a class="headerlink" href="#usage" title="Link to this heading">#</a></h1>
<section id="gettingstarted">
<span id="installation"></span><span id="id1"></span><h2>Installation<a class="headerlink" href="#gettingstarted" title="Link to this heading">#</a></h2>
<p>We recommend creating a new virtual environment using venv before installing LLaMBDA. To do so, please follow instructions [here](<a class="reference external" href="https://docs.python.org/3/library/venv.html">https://docs.python.org/3/library/venv.html</a>).</p>
<p>We recommend creating a new virtual environment using venv before installing LLaMBDA. To do so, please follow instructions <cite>here &lt;https://docs.python.org/3/library/venv.html&gt;</cite>.</p>
<div class="highlight-console notranslate"><div class="highlight"><pre><span></span><span class="go">pip install git+https://github.com/cvs-health/llambda.git</span>
</pre></div>
</div>
Expand Down
2 changes: 1 addition & 1 deletion docs_src/latest/source/usage.rst
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ Usage
Installation
------------

We recommend creating a new virtual environment using venv before installing LLaMBDA. To do so, please follow instructions [here](https://docs.python.org/3/library/venv.html).
We recommend creating a new virtual environment using venv before installing LLaMBDA. To do so, please follow instructions `here <https://docs.python.org/3/library/venv.html>`.

.. code-block:: console
Expand Down

0 comments on commit 7d59007

Please sign in to comment.