Skip to content

Commit

Permalink
deploy: e8c5cb1
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] committed Jul 10, 2024
1 parent 3425f73 commit 19545d7
Show file tree
Hide file tree
Showing 8 changed files with 5 additions and 9 deletions.
Binary file modified .doctrees/contributor/contribute_to_code.doctree
Binary file not shown.
Binary file modified .doctrees/contributor/contribute_to_document.doctree
Binary file not shown.
Binary file modified .doctrees/environment.pickle
Binary file not shown.
3 changes: 1 addition & 2 deletions _sources/contributor/contribute_to_code.rst.txt
Original file line number Diff line number Diff line change
Expand Up @@ -61,8 +61,7 @@ Code Tips

Dependencies
^^^^^^^^^^^^^^^^^^^
If you are adding any new dependencies to the package, please make sure you have include them in your documentation to inform the other users to install themselves.
Or if your package is light, you can update in ``./lightrag/pyproject.toml`` and remember to update the ``./lightrag/poetry.lock`` accordingly.
If you are adding any new dependencies to the package, please make sure you have include them in your PR description to inform us.

Testing
^^^^^^^^^^^^^^^^^^^
Expand Down
3 changes: 1 addition & 2 deletions _sources/contributor/contribute_to_document.rst.txt
Original file line number Diff line number Diff line change
Expand Up @@ -106,8 +106,7 @@ To manually run these tests, run:
Documentation Dependencies
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
If your documentation requires any new dependencies, please include it in the ``pyproject.toml`` under the root directory.
Add your new dependencies in the ``[tool.poetry.group.doc.dependencies]`` section as other developers will run ``poetry install`` for the documentation dependencies.
If your documentation requires any new dependencies, please include it in the ``pyproject.toml`` under the root directory, include it in your PR description and let us know.

Commit Changes
~~~~~~~~~~~~~~~~~~~~~~~~~
Expand Down
3 changes: 1 addition & 2 deletions contributor/contribute_to_code.html
Original file line number Diff line number Diff line change
Expand Up @@ -495,8 +495,7 @@ <h2>Code Tips<a class="headerlink" href="#code-tips" title="Link to this heading
</section>
<section id="dependencies">
<h2>Dependencies<a class="headerlink" href="#dependencies" title="Link to this heading">#</a></h2>
<p>If you are adding any new dependencies to the package, please make sure you have include them in your documentation to inform the other users to install themselves.
Or if your package is light, you can update in <code class="docutils literal notranslate"><span class="pre">./lightrag/pyproject.toml</span></code> and remember to update the <code class="docutils literal notranslate"><span class="pre">./lightrag/poetry.lock</span></code> accordingly.</p>
<p>If you are adding any new dependencies to the package, please make sure you have include them in your PR description to inform us.</p>
</section>
<section id="testing">
<h2>Testing<a class="headerlink" href="#testing" title="Link to this heading">#</a></h2>
Expand Down
3 changes: 1 addition & 2 deletions contributor/contribute_to_document.html
Original file line number Diff line number Diff line change
Expand Up @@ -506,8 +506,7 @@ <h2><a class="toc-backref" href="#id3" role="doc-backlink">Adding Documentation
</section>
<section id="documentation-dependencies">
<h2><a class="toc-backref" href="#id4" role="doc-backlink">Documentation Dependencies</a><a class="headerlink" href="#documentation-dependencies" title="Link to this heading">#</a></h2>
<p>If your documentation requires any new dependencies, please include it in the <code class="docutils literal notranslate"><span class="pre">pyproject.toml</span></code> under the root directory.
Add your new dependencies in the <code class="docutils literal notranslate"><span class="pre">[tool.poetry.group.doc.dependencies]</span></code> section as other developers will run <code class="docutils literal notranslate"><span class="pre">poetry</span> <span class="pre">install</span></code> for the documentation dependencies.</p>
<p>If your documentation requires any new dependencies, please include it in the <code class="docutils literal notranslate"><span class="pre">pyproject.toml</span></code> under the root directory, include it in your PR description and let us know.</p>
</section>
<section id="commit-changes">
<h2><a class="toc-backref" href="#id5" role="doc-backlink">Commit Changes</a><a class="headerlink" href="#commit-changes" title="Link to this heading">#</a></h2>
Expand Down
2 changes: 1 addition & 1 deletion searchindex.js

Large diffs are not rendered by default.

0 comments on commit 19545d7

Please sign in to comment.