Skip to content

Commit

Permalink
Deploying to gh-pages from @ ed9e9e0 🚀
Browse files Browse the repository at this point in the history
  • Loading branch information
hrshdhgd committed Feb 9, 2024
1 parent 3633fe8 commit 057bf63
Show file tree
Hide file tree
Showing 7 changed files with 46 additions and 46 deletions.
8 changes: 8 additions & 0 deletions _sources/codergpt.rst.txt
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,14 @@ codergpt.cli module
:undoc-members:
:show-inheritance:

codergpt.constants module
-------------------------

.. automodule:: codergpt.constants
:members:
:undoc-members:
:show-inheritance:

codergpt.main module
--------------------

Expand Down
35 changes: 14 additions & 21 deletions codergpt.html
Original file line number Diff line number Diff line change
Expand Up @@ -49,10 +49,9 @@
<li class="toctree-l2 current"><a class="current reference internal" href="#">codergpt package</a><ul>
<li class="toctree-l3"><a class="reference internal" href="#submodules">Submodules</a></li>
<li class="toctree-l3"><a class="reference internal" href="#module-codergpt.cli">codergpt.cli module</a></li>
<li class="toctree-l3"><a class="reference internal" href="#module-codergpt.constants">codergpt.constants module</a></li>
<li class="toctree-l3"><a class="reference internal" href="#module-codergpt.main">codergpt.main module</a><ul>
<li class="toctree-l4"><a class="reference internal" href="#codergpt.main.get_language_from_extension"><code class="docutils literal notranslate"><span class="pre">get_language_from_extension()</span></code></a></li>
<li class="toctree-l4"><a class="reference internal" href="#codergpt.main.inspecting_code"><code class="docutils literal notranslate"><span class="pre">inspecting_code()</span></code></a></li>
<li class="toctree-l4"><a class="reference internal" href="#codergpt.main.start"><code class="docutils literal notranslate"><span class="pre">start()</span></code></a></li>
<li class="toctree-l4"><a class="reference internal" href="#codergpt.main.CoderGPT"><code class="docutils literal notranslate"><span class="pre">CoderGPT</span></code></a></li>
</ul>
</li>
<li class="toctree-l3"><a class="reference internal" href="#module-codergpt">Module contents</a></li>
Expand Down Expand Up @@ -96,23 +95,21 @@ <h2>Submodules<a class="headerlink" href="#submodules" title="Link to this headi
<span id="codergpt-cli-module"></span><h2>codergpt.cli module<a class="headerlink" href="#module-codergpt.cli" title="Link to this heading"></a></h2>
<p>Command line interface for CoderGPT.</p>
</section>
<section id="module-codergpt.constants">
<span id="codergpt-constants-module"></span><h2>codergpt.constants module<a class="headerlink" href="#module-codergpt.constants" title="Link to this heading"></a></h2>
<p>All constants used in the package.</p>
</section>
<section id="module-codergpt.main">
<span id="codergpt-main-module"></span><h2>codergpt.main module<a class="headerlink" href="#module-codergpt.main" title="Link to this heading"></a></h2>
<p>Main python file.</p>
<dl class="py function">
<dt class="sig sig-object py" id="codergpt.main.get_language_from_extension">
<span class="sig-prename descclassname"><span class="pre">codergpt.main.</span></span><span class="sig-name descname"><span class="pre">get_language_from_extension</span></span><span class="sig-paren">(</span><em class="sig-param"><span class="n"><span class="pre">ext</span></span></em><span class="sig-paren">)</span><a class="headerlink" href="#codergpt.main.get_language_from_extension" title="Link to this definition"></a></dt>
<dd><p>Get language from file extension.</p>
<dl class="field-list simple">
<dt class="field-odd">Return type<span class="colon">:</span></dt>
<dd class="field-odd"><p><span class="sphinx_autodoc_typehints-type"><code class="xref py py-class docutils literal notranslate"><span class="pre">Dict</span></code>[<code class="xref py py-class docutils literal notranslate"><span class="pre">str</span></code>, <code class="xref py py-class docutils literal notranslate"><span class="pre">str</span></code>]</span></p>
</dd>
</dl>
</dd></dl>

<dl class="py function">
<dt class="sig sig-object py" id="codergpt.main.inspecting_code">
<span class="sig-prename descclassname"><span class="pre">codergpt.main.</span></span><span class="sig-name descname"><span class="pre">inspecting_code</span></span><span class="sig-paren">(</span><em class="sig-param"><span class="n"><span class="pre">path</span></span></em><span class="sig-paren">)</span><a class="headerlink" href="#codergpt.main.inspecting_code" title="Link to this definition"></a></dt>
<dl class="py class">
<dt class="sig sig-object py" id="codergpt.main.CoderGPT">
<em class="property"><span class="pre">class</span><span class="w"> </span></em><span class="sig-prename descclassname"><span class="pre">codergpt.main.</span></span><span class="sig-name descname"><span class="pre">CoderGPT</span></span><a class="headerlink" href="#codergpt.main.CoderGPT" title="Link to this definition"></a></dt>
<dd><p>Bases: <code class="xref py py-class docutils literal notranslate"><span class="pre">object</span></code></p>
<p>CoderGPT class.</p>
<dl class="py method">
<dt class="sig sig-object py" id="codergpt.main.CoderGPT.inspect_package">
<span class="sig-name descname"><span class="pre">inspect_package</span></span><span class="sig-paren">(</span><em class="sig-param"><span class="n"><span class="pre">path</span></span></em><span class="sig-paren">)</span><a class="headerlink" href="#codergpt.main.CoderGPT.inspect_package" title="Link to this definition"></a></dt>
<dd><p>Inspecting the code and returning a mapping of files to their languages.</p>
<dl class="field-list simple">
<dt class="field-odd">Return type<span class="colon">:</span></dt>
Expand All @@ -121,10 +118,6 @@ <h2>Submodules<a class="headerlink" href="#submodules" title="Link to this headi
</dl>
</dd></dl>

<dl class="py function">
<dt class="sig sig-object py" id="codergpt.main.start">
<span class="sig-prename descclassname"><span class="pre">codergpt.main.</span></span><span class="sig-name descname"><span class="pre">start</span></span><span class="sig-paren">(</span><span class="sig-paren">)</span><a class="headerlink" href="#codergpt.main.start" title="Link to this definition"></a></dt>
<dd><p>Entry point function.</p>
</dd></dl>

</section>
Expand Down
31 changes: 12 additions & 19 deletions genindex.html
Original file line number Diff line number Diff line change
Expand Up @@ -74,10 +74,8 @@ <h1 id="index">Index</h1>

<div class="genindex-jumpbox">
<a href="#C"><strong>C</strong></a>
| <a href="#G"><strong>G</strong></a>
| <a href="#I"><strong>I</strong></a>
| <a href="#M"><strong>M</strong></a>
| <a href="#S"><strong>S</strong></a>

</div>
<h2 id="C">C</h2>
Expand All @@ -90,6 +88,8 @@ <h2 id="C">C</h2>
<li><a href="codergpt.html#module-codergpt">module</a>
</li>
</ul></li>
<li><a href="codergpt.html#codergpt.main.CoderGPT">CoderGPT (class in codergpt.main)</a>
</li>
<li>
codergpt.cli

Expand All @@ -100,27 +100,26 @@ <h2 id="C">C</h2>
</ul></td>
<td style="width: 33%; vertical-align: top;"><ul>
<li>
codergpt.main
codergpt.constants

<ul>
<li><a href="codergpt.html#module-codergpt.main">module</a>
<li><a href="codergpt.html#module-codergpt.constants">module</a>
</li>
</ul></li>
</ul></td>
</tr></table>
<li>
codergpt.main

<h2 id="G">G</h2>
<table style="width: 100%" class="indextable genindextable"><tr>
<td style="width: 33%; vertical-align: top;"><ul>
<li><a href="codergpt.html#codergpt.main.get_language_from_extension">get_language_from_extension() (in module codergpt.main)</a>
<ul>
<li><a href="codergpt.html#module-codergpt.main">module</a>
</li>
</ul></li>
</ul></td>
</tr></table>

<h2 id="I">I</h2>
<table style="width: 100%" class="indextable genindextable"><tr>
<td style="width: 33%; vertical-align: top;"><ul>
<li><a href="codergpt.html#codergpt.main.inspecting_code">inspecting_code() (in module codergpt.main)</a>
<li><a href="codergpt.html#codergpt.main.CoderGPT.inspect_package">inspect_package() (codergpt.main.CoderGPT method)</a>
</li>
</ul></td>
</tr></table>
Expand All @@ -135,21 +134,15 @@ <h2 id="M">M</h2>
<li><a href="codergpt.html#module-codergpt">codergpt</a>
</li>
<li><a href="codergpt.html#module-codergpt.cli">codergpt.cli</a>
</li>
<li><a href="codergpt.html#module-codergpt.constants">codergpt.constants</a>
</li>
<li><a href="codergpt.html#module-codergpt.main">codergpt.main</a>
</li>
</ul></li>
</ul></td>
</tr></table>

<h2 id="S">S</h2>
<table style="width: 100%" class="indextable genindextable"><tr>
<td style="width: 33%; vertical-align: top;"><ul>
<li><a href="codergpt.html#codergpt.main.start">start() (in module codergpt.main)</a>
</li>
</ul></td>
</tr></table>



</div>
Expand Down
8 changes: 5 additions & 3 deletions modules.html
Original file line number Diff line number Diff line change
Expand Up @@ -83,10 +83,12 @@ <h1>codergpt<a class="headerlink" href="#codergpt" title="Link to this heading">
<li class="toctree-l1"><a class="reference internal" href="codergpt.html">codergpt package</a><ul>
<li class="toctree-l2"><a class="reference internal" href="codergpt.html#submodules">Submodules</a></li>
<li class="toctree-l2"><a class="reference internal" href="codergpt.html#module-codergpt.cli">codergpt.cli module</a></li>
<li class="toctree-l2"><a class="reference internal" href="codergpt.html#module-codergpt.constants">codergpt.constants module</a></li>
<li class="toctree-l2"><a class="reference internal" href="codergpt.html#module-codergpt.main">codergpt.main module</a><ul>
<li class="toctree-l3"><a class="reference internal" href="codergpt.html#codergpt.main.get_language_from_extension"><code class="docutils literal notranslate"><span class="pre">get_language_from_extension()</span></code></a></li>
<li class="toctree-l3"><a class="reference internal" href="codergpt.html#codergpt.main.inspecting_code"><code class="docutils literal notranslate"><span class="pre">inspecting_code()</span></code></a></li>
<li class="toctree-l3"><a class="reference internal" href="codergpt.html#codergpt.main.start"><code class="docutils literal notranslate"><span class="pre">start()</span></code></a></li>
<li class="toctree-l3"><a class="reference internal" href="codergpt.html#codergpt.main.CoderGPT"><code class="docutils literal notranslate"><span class="pre">CoderGPT</span></code></a><ul>
<li class="toctree-l4"><a class="reference internal" href="codergpt.html#codergpt.main.CoderGPT.inspect_package"><code class="docutils literal notranslate"><span class="pre">CoderGPT.inspect_package()</span></code></a></li>
</ul>
</li>
</ul>
</li>
<li class="toctree-l2"><a class="reference internal" href="codergpt.html#module-codergpt">Module contents</a></li>
Expand Down
3 changes: 1 addition & 2 deletions objects.inv
Original file line number Diff line number Diff line change
Expand Up @@ -2,5 +2,4 @@
# Project: CoderGPT
# Version:
# The remainder of this file is compressed using zlib.
xڝ�MN�0��>Š�M�n���@�R�������O�f�5�'�]�%)HPvΛ�����ة@����7+��lɚE��{��e ����\� K���T�6����.j���NP>���'i&�SM�HG����Hr#����u����[�S贓x8!�����Y-�c>�/ۘ<q��o��67<�/�������_�ci�?���:J�Sy�R[�&N�Gi~#6��%��M��D�h�`�
�\�u���_��
xڝ�MN�0��>� �&*�nY H�@�{�X�c�3�Ȯ���8 q����Geg���=��hq�&�ԯC�;��3�u'�_���J�ƻK�H,��/�v���˷��9��kf�=CfjG���K��M�x�G���X��F������j�Y|?"^���Ф�!����<�ؠ71 H����ð� H��E�RCG߄������4\bK�<��������e �ޚn �0Oe���>�h�
5 changes: 5 additions & 0 deletions py-modindex.html
Original file line number Diff line number Diff line change
Expand Up @@ -94,6 +94,11 @@ <h1>Python Module Index</h1>
<td>&#160;&#160;&#160;
<a href="codergpt.html#module-codergpt.cli"><code class="xref">codergpt.cli</code></a></td><td>
<em></em></td></tr>
<tr class="cg-1">
<td></td>
<td>&#160;&#160;&#160;
<a href="codergpt.html#module-codergpt.constants"><code class="xref">codergpt.constants</code></a></td><td>
<em></em></td></tr>
<tr class="cg-1">
<td></td>
<td>&#160;&#160;&#160;
Expand Down
2 changes: 1 addition & 1 deletion searchindex.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 057bf63

Please sign in to comment.