Skip to content

Commit

Permalink
deploy: a5fc5ed
Browse files Browse the repository at this point in the history
  • Loading branch information
gnikit committed May 12, 2024
1 parent aae20f9 commit 6fa062a
Show file tree
Hide file tree
Showing 19 changed files with 61 additions and 20 deletions.
1 change: 1 addition & 0 deletions _sources/options.rst.txt
Original file line number Diff line number Diff line change
Expand Up @@ -219,6 +219,7 @@ Options for debugging language server
- ``--debug_filepath DEBUG_FILEPATH`` File path for language server tests
- ``--debug_rootpath DEBUG_ROOTPATH`` Root path for language server tests
- ``--debug_parser`` Test source code parser on specified file
- ``--debug_preproc`` Test preprocessor on specified file
- ``--debug_hover`` Test `textDocument/hover` request for specified file and position
- ``--debug_rename RENAME_STRING`` Test `textDocument/rename` request for specified file and position
- ``--debug_actions`` Test `textDocument/codeAction` request for specified file and position
Expand Down
2 changes: 1 addition & 1 deletion _static/documentation_options.js
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
const DOCUMENTATION_OPTIONS = {
VERSION: '0.1.dev1+ge82ce61',
VERSION: '0.1.dev1+ga5fc5ed',
LANGUAGE: 'en',
COLLAPSE_INDEX: false,
BUILDER: 'html',
Expand Down
2 changes: 1 addition & 1 deletion contact.html
Original file line number Diff line number Diff line change
Expand Up @@ -354,7 +354,7 @@ <h1>Contact Us<a class="headerlink" href="#contact-us" title="Link to this headi

</aside>
</div>
</div><script src="_static/documentation_options.js?v=d4cfb3b6"></script>
</div><script src="_static/documentation_options.js?v=ff5d353f"></script>
<script src="_static/doctools.js?v=9a2dae69"></script>
<script src="_static/sphinx_highlight.js?v=dc90522c"></script>
<script src="_static/scripts/furo.js?v=4e2eecee"></script>
Expand Down
2 changes: 1 addition & 1 deletion contributing.html
Original file line number Diff line number Diff line change
Expand Up @@ -436,7 +436,7 @@ <h4>Merging<a class="headerlink" href="#merging" title="Link to this heading">¶

</aside>
</div>
</div><script src="_static/documentation_options.js?v=d4cfb3b6"></script>
</div><script src="_static/documentation_options.js?v=ff5d353f"></script>
<script src="_static/doctools.js?v=9a2dae69"></script>
<script src="_static/sphinx_highlight.js?v=dc90522c"></script>
<script src="_static/scripts/furo.js?v=4e2eecee"></script>
Expand Down
2 changes: 1 addition & 1 deletion editor_integration.html
Original file line number Diff line number Diff line change
Expand Up @@ -534,7 +534,7 @@ <h2><a class="reference external" href="https://kakoune.org/">Kakoune</a><a clas

</aside>
</div>
</div><script src="_static/documentation_options.js?v=d4cfb3b6"></script>
</div><script src="_static/documentation_options.js?v=ff5d353f"></script>
<script src="_static/doctools.js?v=9a2dae69"></script>
<script src="_static/sphinx_highlight.js?v=dc90522c"></script>
<script src="_static/scripts/furo.js?v=4e2eecee"></script>
Expand Down
2 changes: 1 addition & 1 deletion features.html
Original file line number Diff line number Diff line change
Expand Up @@ -520,7 +520,7 @@ <h2>All LSP Requests<a class="headerlink" href="#all-lsp-requests" title="Link t

</aside>
</div>
</div><script src="_static/documentation_options.js?v=d4cfb3b6"></script>
</div><script src="_static/documentation_options.js?v=ff5d353f"></script>
<script src="_static/doctools.js?v=9a2dae69"></script>
<script src="_static/sphinx_highlight.js?v=dc90522c"></script>
<script src="_static/scripts/furo.js?v=4e2eecee"></script>
Expand Down
32 changes: 31 additions & 1 deletion fortls.html
Original file line number Diff line number Diff line change
Expand Up @@ -447,6 +447,18 @@ <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="fortls.debug.debug_preprocessor">
<span class="sig-prename descclassname"><span class="pre">fortls.debug.</span></span><span class="sig-name descname"><span class="pre">debug_preprocessor</span></span><span class="sig-paren">(</span><em class="sig-param"><span class="n"><span class="pre">args</span></span></em><span class="sig-paren">)</span><a class="headerlink" href="#fortls.debug.debug_preprocessor" title="Link to this definition"></a></dt>
<dd><p>Debug the preprocessor of the Language Server
Triggered by <cite>–debug_preprocessor</cite> option.</p>
<dl class="field-list simple">
<dt class="field-odd">Parameters<span class="colon">:</span></dt>
<dd class="field-odd"><p><strong>args</strong> (<em>Namespace</em>) – The arguments parsed from the <cite>ArgumentParser</cite></p>
</dd>
</dl>
</dd></dl>

<dl class="py function">
<dt class="sig sig-object py" id="fortls.debug.debug_references">
<span class="sig-prename descclassname"><span class="pre">fortls.debug.</span></span><span class="sig-name descname"><span class="pre">debug_references</span></span><span class="sig-paren">(</span><em class="sig-param"><span class="n"><span class="pre">args</span></span></em>, <em class="sig-param"><span class="n"><span class="pre">server</span></span></em><span class="sig-paren">)</span><a class="headerlink" href="#fortls.debug.debug_references" title="Link to this definition"></a></dt>
Expand Down Expand Up @@ -488,6 +500,16 @@ <h2>Submodules<a class="headerlink" href="#submodules" title="Link to this headi
<span class="sig-prename descclassname"><span class="pre">fortls.debug.</span></span><span class="sig-name descname"><span class="pre">is_debug_mode</span></span><span class="sig-paren">(</span><em class="sig-param"><span class="n"><span class="pre">args</span></span></em><span class="sig-paren">)</span><a class="headerlink" href="#fortls.debug.is_debug_mode" title="Link to this definition"></a></dt>
<dd></dd></dl>

<dl class="py function">
<dt class="sig sig-object py" id="fortls.debug.locate_config">
<span class="sig-prename descclassname"><span class="pre">fortls.debug.</span></span><span class="sig-name descname"><span class="pre">locate_config</span></span><span class="sig-paren">(</span><em class="sig-param"><span class="n"><span class="pre">root</span></span></em>, <em class="sig-param"><span class="n"><span class="pre">input_config</span></span></em><span class="sig-paren">)</span><a class="headerlink" href="#fortls.debug.locate_config" title="Link to this definition"></a></dt>
<dd><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"><a class="reference external" href="https://docs.python.org/3.10/library/stdtypes.html#str" title="(in Python v3.10)"><code class="xref py py-class docutils literal notranslate"><span class="pre">str</span></code></a> | <a class="reference external" href="https://docs.python.org/3.10/library/constants.html#None" title="(in Python v3.10)"><code class="xref py py-obj docutils literal notranslate"><span class="pre">None</span></code></a></span></p>
</dd>
</dl>
</dd></dl>

<dl class="py function">
<dt class="sig sig-object py" id="fortls.debug.print_children">
<span class="sig-prename descclassname"><span class="pre">fortls.debug.</span></span><span class="sig-name descname"><span class="pre">print_children</span></span><span class="sig-paren">(</span><em class="sig-param"><span class="n"><span class="pre">obj</span></span></em>, <em class="sig-param"><span class="n"><span class="pre">indent</span></span><span class="o"><span class="pre">=</span></span><span class="default_value"><span class="pre">''</span></span></em><span class="sig-paren">)</span><a class="headerlink" href="#fortls.debug.print_children" title="Link to this definition"></a></dt>
Expand All @@ -504,6 +526,11 @@ <h2>Submodules<a class="headerlink" href="#submodules" title="Link to this headi
<span class="sig-prename descclassname"><span class="pre">fortls.debug.</span></span><span class="sig-name descname"><span class="pre">process_file_changes</span></span><span class="sig-paren">(</span><em class="sig-param"><span class="n"><span class="pre">file_path</span></span></em>, <em class="sig-param"><span class="n"><span class="pre">changes</span></span></em>, <em class="sig-param"><span class="n"><span class="pre">file_contents</span></span></em><span class="sig-paren">)</span><a class="headerlink" href="#fortls.debug.process_file_changes" title="Link to this definition"></a></dt>
<dd></dd></dl>

<dl class="py function">
<dt class="sig sig-object py" id="fortls.debug.read_config">
<span class="sig-prename descclassname"><span class="pre">fortls.debug.</span></span><span class="sig-name descname"><span class="pre">read_config</span></span><span class="sig-paren">(</span><em class="sig-param"><span class="n"><span class="pre">root</span></span></em>, <em class="sig-param"><span class="n"><span class="pre">input_config</span></span></em><span class="sig-paren">)</span><a class="headerlink" href="#fortls.debug.read_config" title="Link to this definition"></a></dt>
<dd></dd></dl>

<dl class="py function">
<dt class="sig sig-object py" id="fortls.debug.separator">
<span class="sig-prename descclassname"><span class="pre">fortls.debug.</span></span><span class="sig-name descname"><span class="pre">separator</span></span><span class="sig-paren">(</span><span class="sig-paren">)</span><a class="headerlink" href="#fortls.debug.separator" title="Link to this definition"></a></dt>
Expand Down Expand Up @@ -2280,6 +2307,7 @@ <h2>Submodules<a class="headerlink" href="#submodules" title="Link to this headi
<li><a class="reference internal" href="#fortls.debug.debug_implementation"><code class="docutils literal notranslate"><span class="pre">debug_implementation()</span></code></a></li>
<li><a class="reference internal" href="#fortls.debug.debug_lsp"><code class="docutils literal notranslate"><span class="pre">debug_lsp()</span></code></a></li>
<li><a class="reference internal" href="#fortls.debug.debug_parser"><code class="docutils literal notranslate"><span class="pre">debug_parser()</span></code></a></li>
<li><a class="reference internal" href="#fortls.debug.debug_preprocessor"><code class="docutils literal notranslate"><span class="pre">debug_preprocessor()</span></code></a></li>
<li><a class="reference internal" href="#fortls.debug.debug_references"><code class="docutils literal notranslate"><span class="pre">debug_references()</span></code></a></li>
<li><a class="reference internal" href="#fortls.debug.debug_rename"><code class="docutils literal notranslate"><span class="pre">debug_rename()</span></code></a></li>
<li><a class="reference internal" href="#fortls.debug.debug_rootpath"><code class="docutils literal notranslate"><span class="pre">debug_rootpath()</span></code></a></li>
Expand All @@ -2288,9 +2316,11 @@ <h2>Submodules<a class="headerlink" href="#submodules" title="Link to this headi
<li><a class="reference internal" href="#fortls.debug.debug_workspace_symbols"><code class="docutils literal notranslate"><span class="pre">debug_workspace_symbols()</span></code></a></li>
<li><a class="reference internal" href="#fortls.debug.ensure_file_accessible"><code class="docutils literal notranslate"><span class="pre">ensure_file_accessible()</span></code></a></li>
<li><a class="reference internal" href="#fortls.debug.is_debug_mode"><code class="docutils literal notranslate"><span class="pre">is_debug_mode()</span></code></a></li>
<li><a class="reference internal" href="#fortls.debug.locate_config"><code class="docutils literal notranslate"><span class="pre">locate_config()</span></code></a></li>
<li><a class="reference internal" href="#fortls.debug.print_children"><code class="docutils literal notranslate"><span class="pre">print_children()</span></code></a></li>
<li><a class="reference internal" href="#fortls.debug.print_results"><code class="docutils literal notranslate"><span class="pre">print_results()</span></code></a></li>
<li><a class="reference internal" href="#fortls.debug.process_file_changes"><code class="docutils literal notranslate"><span class="pre">process_file_changes()</span></code></a></li>
<li><a class="reference internal" href="#fortls.debug.read_config"><code class="docutils literal notranslate"><span class="pre">read_config()</span></code></a></li>
<li><a class="reference internal" href="#fortls.debug.separator"><code class="docutils literal notranslate"><span class="pre">separator()</span></code></a></li>
</ul>
</li>
Expand Down Expand Up @@ -2583,7 +2613,7 @@ <h2>Submodules<a class="headerlink" href="#submodules" title="Link to this headi

</aside>
</div>
</div><script src="_static/documentation_options.js?v=d4cfb3b6"></script>
</div><script src="_static/documentation_options.js?v=ff5d353f"></script>
<script src="_static/doctools.js?v=9a2dae69"></script>
<script src="_static/sphinx_highlight.js?v=dc90522c"></script>
<script src="_static/scripts/furo.js?v=4e2eecee"></script>
Expand Down
2 changes: 1 addition & 1 deletion fortls.parsers.html
Original file line number Diff line number Diff line change
Expand Up @@ -783,7 +783,7 @@ <h2>Subpackages<a class="headerlink" href="#subpackages" title="Link to this hea

</aside>
</div>
</div><script src="_static/documentation_options.js?v=d4cfb3b6"></script>
</div><script src="_static/documentation_options.js?v=ff5d353f"></script>
<script src="_static/doctools.js?v=9a2dae69"></script>
<script src="_static/sphinx_highlight.js?v=dc90522c"></script>
<script src="_static/scripts/furo.js?v=4e2eecee"></script>
Expand Down
2 changes: 1 addition & 1 deletion fortls.parsers.internal.html
Original file line number Diff line number Diff line change
Expand Up @@ -2783,7 +2783,7 @@ <h2>Submodules<a class="headerlink" href="#submodules" title="Link to this headi

</aside>
</div>
</div><script src="_static/documentation_options.js?v=d4cfb3b6"></script>
</div><script src="_static/documentation_options.js?v=ff5d353f"></script>
<script src="_static/doctools.js?v=9a2dae69"></script>
<script src="_static/sphinx_highlight.js?v=dc90522c"></script>
<script src="_static/scripts/furo.js?v=4e2eecee"></script>
Expand Down
2 changes: 1 addition & 1 deletion fortls_changes.html
Original file line number Diff line number Diff line change
Expand Up @@ -631,7 +631,7 @@ <h2>Fixed<a class="headerlink" href="#fixed" title="Link to this heading">¶</a>

</aside>
</div>
</div><script src="_static/documentation_options.js?v=d4cfb3b6"></script>
</div><script src="_static/documentation_options.js?v=ff5d353f"></script>
<script src="_static/doctools.js?v=9a2dae69"></script>
<script src="_static/sphinx_highlight.js?v=dc90522c"></script>
<script src="_static/scripts/furo.js?v=4e2eecee"></script>
Expand Down
12 changes: 9 additions & 3 deletions genindex.html
Original file line number Diff line number Diff line change
Expand Up @@ -467,6 +467,8 @@ <h2>D</h2>
<li><a href="fortls.html#fortls.debug.debug_lsp">debug_lsp() (in module fortls.debug)</a>
</li>
<li><a href="fortls.html#fortls.debug.debug_parser">debug_parser() (in module fortls.debug)</a>
</li>
<li><a href="fortls.html#fortls.debug.debug_preprocessor">debug_preprocessor() (in module fortls.debug)</a>
</li>
<li><a href="fortls.html#fortls.debug.debug_references">debug_references() (in module fortls.debug)</a>
</li>
Expand Down Expand Up @@ -1330,13 +1332,15 @@ <h2>L</h2>
<li><a href="fortls.parsers.internal.html#fortls.parsers.internal.use.Use.line_number">(fortls.parsers.internal.use.Use property)</a>
</li>
</ul></li>
</ul></td>
<td style="width: 33%; vertical-align: top;"><ul>
<li><a href="fortls.parsers.internal.html#fortls.parsers.internal.associate.AssociateMap.link_name">link_name (fortls.parsers.internal.associate.AssociateMap attribute)</a>
</li>
</ul></td>
<td style="width: 33%; vertical-align: top;"><ul>
<li><a href="fortls.parsers.internal.html#fortls.parsers.internal.parser.FortranFile.load_from_disk">load_from_disk() (fortls.parsers.internal.parser.FortranFile method)</a>
</li>
<li><a href="fortls.parsers.internal.html#fortls.parsers.internal.intrinsics.load_intrinsics">load_intrinsics() (in module fortls.parsers.internal.intrinsics)</a>
</li>
<li><a href="fortls.html#fortls.debug.locate_config">locate_config() (in module fortls.debug)</a>
</li>
<li><a href="fortls.html#fortls.json_templates.location_json">location_json() (in module fortls.json_templates)</a>
</li>
Expand Down Expand Up @@ -1598,6 +1602,8 @@ <h2>R</h2>
<li><a href="fortls.parsers.internal.html#fortls.parsers.internal.parser.read_associate_def">read_associate_def() (in module fortls.parsers.internal.parser)</a>
</li>
<li><a href="fortls.parsers.internal.html#fortls.parsers.internal.parser.read_block_def">read_block_def() (in module fortls.parsers.internal.parser)</a>
</li>
<li><a href="fortls.html#fortls.debug.read_config">read_config() (in module fortls.debug)</a>
</li>
<li><a href="fortls.parsers.internal.html#fortls.parsers.internal.parser.read_do_def">read_do_def() (in module fortls.parsers.internal.parser)</a>
</li>
Expand Down Expand Up @@ -2021,7 +2027,7 @@ <h2>W</h2>

</aside>
</div>
</div><script src="_static/documentation_options.js?v=d4cfb3b6"></script>
</div><script src="_static/documentation_options.js?v=ff5d353f"></script>
<script src="_static/doctools.js?v=9a2dae69"></script>
<script src="_static/sphinx_highlight.js?v=dc90522c"></script>
<script src="_static/scripts/furo.js?v=4e2eecee"></script>
Expand Down
2 changes: 1 addition & 1 deletion index.html
Original file line number Diff line number Diff line change
Expand Up @@ -448,7 +448,7 @@ <h1 class="sd-d-none">fortls<a class="headerlink" href="#fortls" title="Link to

</aside>
</div>
</div><script src="_static/documentation_options.js?v=d4cfb3b6"></script>
</div><script src="_static/documentation_options.js?v=ff5d353f"></script>
<script src="_static/doctools.js?v=9a2dae69"></script>
<script src="_static/sphinx_highlight.js?v=dc90522c"></script>
<script src="_static/scripts/furo.js?v=4e2eecee"></script>
Expand Down
Loading

0 comments on commit 6fa062a

Please sign in to comment.