Skip to content

Commit

Permalink
deploy: 78d9363
Browse files Browse the repository at this point in the history
  • Loading branch information
jstucke committed Dec 10, 2024
1 parent 43c3b49 commit 29ae043
Show file tree
Hide file tree
Showing 5 changed files with 3 additions and 25 deletions.
6 changes: 2 additions & 4 deletions genindex.html
Original file line number Diff line number Diff line change
Expand Up @@ -237,8 +237,6 @@ <h2 id="C">C</h2>
<li><a href="modules/helperFunctions.install.html#helperFunctions.install.check_distribution">check_distribution() (in module helperFunctions.install)</a>
</li>
<li><a href="modules/scheduler.analysis.scheduler.html#scheduler.analysis.scheduler.AnalysisScheduler.check_exceptions">check_exceptions() (scheduler.analysis.scheduler.AnalysisScheduler method)</a>
</li>
<li><a href="modules/helperFunctions.task_conversion.html#helperFunctions.task_conversion.check_for_errors">check_for_errors() (in module helperFunctions.task_conversion)</a>
</li>
<li><a href="modules/helperFunctions.install.html#helperFunctions.install.check_if_command_in_path">check_if_command_in_path() (in module helperFunctions.install)</a>
</li>
Expand Down Expand Up @@ -266,10 +264,10 @@ <h2 id="C">C</h2>
</li>
<li><a href="modules/config.html#config.Common.Redis">Common.Redis (class in config)</a>
</li>
</ul></td>
<td style="width: 33%; vertical-align: top;"><ul>
<li><a href="modules/conftest.html#conftest.common_config">common_config() (in module conftest)</a>
</li>
</ul></td>
<td style="width: 33%; vertical-align: top;"><ul>
<li><a href="modules/test.unit.conftest.html#test.unit.conftest.CommonIntercomMock">CommonIntercomMock (class in test.unit.conftest)</a>
</li>
<li><a href="modules/config.html#config.Frontend.communication_timeout">communication_timeout (config.Frontend attribute)</a>
Expand Down
1 change: 0 additions & 1 deletion modules/helperFunctions.html
Original file line number Diff line number Diff line change
Expand Up @@ -258,7 +258,6 @@ <h1>helperFunctions<a class="headerlink" href="#helperfunctions" title="Permalin
</ul>
</li>
<li class="toctree-l1"><a class="reference internal" href="helperFunctions.task_conversion.html">helperFunctions.task_conversion module</a><ul>
<li class="toctree-l2"><a class="reference internal" href="helperFunctions.task_conversion.html#helperFunctions.task_conversion.check_for_errors"><code class="docutils literal notranslate"><span class="pre">check_for_errors()</span></code></a></li>
<li class="toctree-l2"><a class="reference internal" href="helperFunctions.task_conversion.html#helperFunctions.task_conversion.convert_analysis_task_to_fw_obj"><code class="docutils literal notranslate"><span class="pre">convert_analysis_task_to_fw_obj()</span></code></a></li>
<li class="toctree-l2"><a class="reference internal" href="helperFunctions.task_conversion.html#helperFunctions.task_conversion.create_analysis_task"><code class="docutils literal notranslate"><span class="pre">create_analysis_task()</span></code></a></li>
<li class="toctree-l2"><a class="reference internal" href="helperFunctions.task_conversion.html#helperFunctions.task_conversion.create_re_analyze_task"><code class="docutils literal notranslate"><span class="pre">create_re_analyze_task()</span></code></a></li>
Expand Down
19 changes: 0 additions & 19 deletions modules/helperFunctions.task_conversion.html
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,6 @@
<li class="toctree-l2"><a class="reference internal" href="helperFunctions.program_setup.html">helperFunctions.program_setup module</a></li>
<li class="toctree-l2"><a class="reference internal" href="helperFunctions.tag.html">helperFunctions.tag module</a></li>
<li class="toctree-l2 current"><a class="current reference internal" href="#">helperFunctions.task_conversion module</a><ul>
<li class="toctree-l3"><a class="reference internal" href="#helperFunctions.task_conversion.check_for_errors"><code class="docutils literal notranslate"><span class="pre">check_for_errors()</span></code></a></li>
<li class="toctree-l3"><a class="reference internal" href="#helperFunctions.task_conversion.convert_analysis_task_to_fw_obj"><code class="docutils literal notranslate"><span class="pre">convert_analysis_task_to_fw_obj()</span></code></a></li>
<li class="toctree-l3"><a class="reference internal" href="#helperFunctions.task_conversion.create_analysis_task"><code class="docutils literal notranslate"><span class="pre">create_analysis_task()</span></code></a></li>
<li class="toctree-l3"><a class="reference internal" href="#helperFunctions.task_conversion.create_re_analyze_task"><code class="docutils literal notranslate"><span class="pre">create_re_analyze_task()</span></code></a></li>
Expand Down Expand Up @@ -124,24 +123,6 @@

<section id="module-helperFunctions.task_conversion">
<span id="helperfunctions-task-conversion-module"></span><h1>helperFunctions.task_conversion module<a class="headerlink" href="#module-helperFunctions.task_conversion" title="Permalink to this heading"></a></h1>
<dl class="py function">
<dt class="sig sig-object py" id="helperFunctions.task_conversion.check_for_errors">
<span class="sig-prename descclassname"><span class="pre">helperFunctions.task_conversion.</span></span><span class="sig-name descname"><span class="pre">check_for_errors</span></span><span class="sig-paren">(</span><em class="sig-param"><span class="n"><span class="pre">analysis_task</span></span></em><span class="sig-paren">)</span><a class="headerlink" href="#helperFunctions.task_conversion.check_for_errors" title="Permalink to this definition"></a></dt>
<dd><p>Check an analysis task for missing fields and return a dict with error messages (that are intended to be displayed
in the webinterface).</p>
<dl class="field-list simple">
<dt class="field-odd">Parameters<span class="colon">:</span></dt>
<dd class="field-odd"><p><strong>analysis_task</strong> (<em>dict</em>) – The analysis task data.</p>
</dd>
<dt class="field-even">Returns<span class="colon">:</span></dt>
<dd class="field-even"><p>A dictionary containing error messages in the form <cite>{task_key: error_message}</cite>.</p>
</dd>
<dt class="field-odd">Return type<span class="colon">:</span></dt>
<dd class="field-odd"><p>dict[str, str]</p>
</dd>
</dl>
</dd></dl>

<dl class="py function">
<dt class="sig sig-object py" id="helperFunctions.task_conversion.convert_analysis_task_to_fw_obj">
<span class="sig-prename descclassname"><span class="pre">helperFunctions.task_conversion.</span></span><span class="sig-name descname"><span class="pre">convert_analysis_task_to_fw_obj</span></span><span class="sig-paren">(</span><em class="sig-param"><span class="n"><span class="pre">analysis_task</span></span></em>, <em class="sig-param"><span class="n"><span class="pre">base_fw</span></span><span class="o"><span class="pre">=</span></span><span class="default_value"><span class="pre">None</span></span></em><span class="sig-paren">)</span><a class="headerlink" href="#helperFunctions.task_conversion.convert_analysis_task_to_fw_obj" title="Permalink to this definition"></a></dt>
Expand Down
Binary file modified objects.inv
Binary file not shown.
2 changes: 1 addition & 1 deletion searchindex.js

Large diffs are not rendered by default.

0 comments on commit 29ae043

Please sign in to comment.