Skip to content

Commit

Permalink
Deploying to gh-pages from @ d1e7ed9 🚀
Browse files Browse the repository at this point in the history
  • Loading branch information
DESm1th committed Aug 15, 2024
1 parent 6b0bc76 commit 18260eb
Show file tree
Hide file tree
Showing 26 changed files with 287 additions and 290 deletions.
Binary file modified .doctrees/api/datman.config.doctree
Binary file not shown.
Binary file modified .doctrees/api/datman.dashboard.doctree
Binary file not shown.
Binary file modified .doctrees/api/datman.exceptions.doctree
Binary file not shown.
Binary file modified .doctrees/api/datman.exporters.doctree
Binary file not shown.
Binary file modified .doctrees/api/datman.fs_log_scraper.doctree
Binary file not shown.
Binary file modified .doctrees/api/datman.header_checks.doctree
Binary file not shown.
Binary file modified .doctrees/api/datman.metrics.doctree
Binary file not shown.
Binary file modified .doctrees/api/datman.scan.doctree
Binary file not shown.
Binary file modified .doctrees/api/datman.scan_list.doctree
Binary file not shown.
Binary file modified .doctrees/api/datman.scanid.doctree
Binary file not shown.
Binary file modified .doctrees/api/datman.utils.doctree
Binary file not shown.
Binary file modified .doctrees/api/datman.xnat.doctree
Binary file not shown.
Binary file modified .doctrees/environment.pickle
Binary file not shown.
30 changes: 15 additions & 15 deletions api/datman.config.html

Large diffs are not rendered by default.

32 changes: 16 additions & 16 deletions api/datman.dashboard.html

Large diffs are not rendered by default.

20 changes: 10 additions & 10 deletions api/datman.exceptions.html
Original file line number Diff line number Diff line change
Expand Up @@ -107,64 +107,64 @@
<p>Defines the exceptions used by datman sub-modules</p>
<dl class="py exception">
<dt class="sig sig-object py" id="datman.exceptions.ConfigException">
<em class="property"><span class="pre">exception</span><span class="w"> </span></em><span class="sig-prename descclassname"><span class="pre">datman.exceptions.</span></span><span class="sig-name descname"><span class="pre">ConfigException</span></span><a class="reference external" href="https://github.com/tigrlab/datman/blob/db9b603/datman/exceptions.py#L48"><span class="viewcode-link"><span class="pre">[source]</span></span></a><a class="headerlink" href="#datman.exceptions.ConfigException" title="Permalink to this definition"></a></dt>
<em class="property"><span class="pre">exception</span><span class="w"> </span></em><span class="sig-prename descclassname"><span class="pre">datman.exceptions.</span></span><span class="sig-name descname"><span class="pre">ConfigException</span></span><a class="reference external" href="https://github.com/tigrlab/datman/blob/d1e7ed9/datman/exceptions.py#L48"><span class="viewcode-link"><span class="pre">[source]</span></span></a><a class="headerlink" href="#datman.exceptions.ConfigException" title="Permalink to this definition"></a></dt>
<dd><p>Bases: <a class="reference external" href="https://docs.python.org/3/library/exceptions.html#Exception" title="(in Python v3.12)"><code class="xref py py-class docutils literal notranslate"><span class="pre">Exception</span></code></a></p>
</dd></dl>

<dl class="py exception">
<dt class="sig sig-object py" id="datman.exceptions.DashboardException">
<em class="property"><span class="pre">exception</span><span class="w"> </span></em><span class="sig-prename descclassname"><span class="pre">datman.exceptions.</span></span><span class="sig-name descname"><span class="pre">DashboardException</span></span><a class="reference external" href="https://github.com/tigrlab/datman/blob/db9b603/datman/exceptions.py#L25"><span class="viewcode-link"><span class="pre">[source]</span></span></a><a class="headerlink" href="#datman.exceptions.DashboardException" title="Permalink to this definition"></a></dt>
<em class="property"><span class="pre">exception</span><span class="w"> </span></em><span class="sig-prename descclassname"><span class="pre">datman.exceptions.</span></span><span class="sig-name descname"><span class="pre">DashboardException</span></span><a class="reference external" href="https://github.com/tigrlab/datman/blob/d1e7ed9/datman/exceptions.py#L25"><span class="viewcode-link"><span class="pre">[source]</span></span></a><a class="headerlink" href="#datman.exceptions.DashboardException" title="Permalink to this definition"></a></dt>
<dd><p>Bases: <a class="reference external" href="https://docs.python.org/3/library/exceptions.html#Exception" title="(in Python v3.12)"><code class="xref py py-class docutils literal notranslate"><span class="pre">Exception</span></code></a></p>
<p>Default exception for dashboard errors</p>
</dd></dl>

<dl class="py exception">
<dt class="sig sig-object py" id="datman.exceptions.ExportException">
<em class="property"><span class="pre">exception</span><span class="w"> </span></em><span class="sig-prename descclassname"><span class="pre">datman.exceptions.</span></span><span class="sig-name descname"><span class="pre">ExportException</span></span><a class="reference external" href="https://github.com/tigrlab/datman/blob/db9b603/datman/exceptions.py#L40"><span class="viewcode-link"><span class="pre">[source]</span></span></a><a class="headerlink" href="#datman.exceptions.ExportException" title="Permalink to this definition"></a></dt>
<em class="property"><span class="pre">exception</span><span class="w"> </span></em><span class="sig-prename descclassname"><span class="pre">datman.exceptions.</span></span><span class="sig-name descname"><span class="pre">ExportException</span></span><a class="reference external" href="https://github.com/tigrlab/datman/blob/d1e7ed9/datman/exceptions.py#L40"><span class="viewcode-link"><span class="pre">[source]</span></span></a><a class="headerlink" href="#datman.exceptions.ExportException" title="Permalink to this definition"></a></dt>
<dd><p>Bases: <a class="reference external" href="https://docs.python.org/3/library/exceptions.html#Exception" title="(in Python v3.12)"><code class="xref py py-class docutils literal notranslate"><span class="pre">Exception</span></code></a></p>
</dd></dl>

<dl class="py exception">
<dt class="sig sig-object py" id="datman.exceptions.ExporterException">
<em class="property"><span class="pre">exception</span><span class="w"> </span></em><span class="sig-prename descclassname"><span class="pre">datman.exceptions.</span></span><span class="sig-name descname"><span class="pre">ExporterException</span></span><a class="reference external" href="https://github.com/tigrlab/datman/blob/db9b603/datman/exceptions.py#L31"><span class="viewcode-link"><span class="pre">[source]</span></span></a><a class="headerlink" href="#datman.exceptions.ExporterException" title="Permalink to this definition"></a></dt>
<em class="property"><span class="pre">exception</span><span class="w"> </span></em><span class="sig-prename descclassname"><span class="pre">datman.exceptions.</span></span><span class="sig-name descname"><span class="pre">ExporterException</span></span><a class="reference external" href="https://github.com/tigrlab/datman/blob/d1e7ed9/datman/exceptions.py#L31"><span class="viewcode-link"><span class="pre">[source]</span></span></a><a class="headerlink" href="#datman.exceptions.ExporterException" title="Permalink to this definition"></a></dt>
<dd><p>Bases: <a class="reference external" href="https://docs.python.org/3/library/exceptions.html#Exception" title="(in Python v3.12)"><code class="xref py py-class docutils literal notranslate"><span class="pre">Exception</span></code></a></p>
<p>Default exception for errors exporting data from raw.</p>
</dd></dl>

<dl class="py exception">
<dt class="sig sig-object py" id="datman.exceptions.InputException">
<em class="property"><span class="pre">exception</span><span class="w"> </span></em><span class="sig-prename descclassname"><span class="pre">datman.exceptions.</span></span><span class="sig-name descname"><span class="pre">InputException</span></span><a class="reference external" href="https://github.com/tigrlab/datman/blob/db9b603/datman/exceptions.py#L44"><span class="viewcode-link"><span class="pre">[source]</span></span></a><a class="headerlink" href="#datman.exceptions.InputException" title="Permalink to this definition"></a></dt>
<em class="property"><span class="pre">exception</span><span class="w"> </span></em><span class="sig-prename descclassname"><span class="pre">datman.exceptions.</span></span><span class="sig-name descname"><span class="pre">InputException</span></span><a class="reference external" href="https://github.com/tigrlab/datman/blob/d1e7ed9/datman/exceptions.py#L44"><span class="viewcode-link"><span class="pre">[source]</span></span></a><a class="headerlink" href="#datman.exceptions.InputException" title="Permalink to this definition"></a></dt>
<dd><p>Bases: <a class="reference external" href="https://docs.python.org/3/library/exceptions.html#Exception" title="(in Python v3.12)"><code class="xref py py-class docutils literal notranslate"><span class="pre">Exception</span></code></a></p>
</dd></dl>

<dl class="py exception">
<dt class="sig sig-object py" id="datman.exceptions.MetadataException">
<em class="property"><span class="pre">exception</span><span class="w"> </span></em><span class="sig-prename descclassname"><span class="pre">datman.exceptions.</span></span><span class="sig-name descname"><span class="pre">MetadataException</span></span><a class="reference external" href="https://github.com/tigrlab/datman/blob/db9b603/datman/exceptions.py#L36"><span class="viewcode-link"><span class="pre">[source]</span></span></a><a class="headerlink" href="#datman.exceptions.MetadataException" title="Permalink to this definition"></a></dt>
<em class="property"><span class="pre">exception</span><span class="w"> </span></em><span class="sig-prename descclassname"><span class="pre">datman.exceptions.</span></span><span class="sig-name descname"><span class="pre">MetadataException</span></span><a class="reference external" href="https://github.com/tigrlab/datman/blob/d1e7ed9/datman/exceptions.py#L36"><span class="viewcode-link"><span class="pre">[source]</span></span></a><a class="headerlink" href="#datman.exceptions.MetadataException" title="Permalink to this definition"></a></dt>
<dd><p>Bases: <a class="reference external" href="https://docs.python.org/3/library/exceptions.html#Exception" title="(in Python v3.12)"><code class="xref py py-class docutils literal notranslate"><span class="pre">Exception</span></code></a></p>
</dd></dl>

<dl class="py exception">
<dt class="sig sig-object py" id="datman.exceptions.ParseException">
<em class="property"><span class="pre">exception</span><span class="w"> </span></em><span class="sig-prename descclassname"><span class="pre">datman.exceptions.</span></span><span class="sig-name descname"><span class="pre">ParseException</span></span><a class="reference external" href="https://github.com/tigrlab/datman/blob/db9b603/datman/exceptions.py#L4"><span class="viewcode-link"><span class="pre">[source]</span></span></a><a class="headerlink" href="#datman.exceptions.ParseException" title="Permalink to this definition"></a></dt>
<em class="property"><span class="pre">exception</span><span class="w"> </span></em><span class="sig-prename descclassname"><span class="pre">datman.exceptions.</span></span><span class="sig-name descname"><span class="pre">ParseException</span></span><a class="reference external" href="https://github.com/tigrlab/datman/blob/d1e7ed9/datman/exceptions.py#L4"><span class="viewcode-link"><span class="pre">[source]</span></span></a><a class="headerlink" href="#datman.exceptions.ParseException" title="Permalink to this definition"></a></dt>
<dd><p>Bases: <a class="reference external" href="https://docs.python.org/3/library/exceptions.html#Exception" title="(in Python v3.12)"><code class="xref py py-class docutils literal notranslate"><span class="pre">Exception</span></code></a></p>
<p>For participant ID parsing issues.</p>
</dd></dl>

<dl class="py exception">
<dt class="sig sig-object py" id="datman.exceptions.QCException">
<em class="property"><span class="pre">exception</span><span class="w"> </span></em><span class="sig-prename descclassname"><span class="pre">datman.exceptions.</span></span><span class="sig-name descname"><span class="pre">QCException</span></span><a class="reference external" href="https://github.com/tigrlab/datman/blob/db9b603/datman/exceptions.py#L56"><span class="viewcode-link"><span class="pre">[source]</span></span></a><a class="headerlink" href="#datman.exceptions.QCException" title="Permalink to this definition"></a></dt>
<em class="property"><span class="pre">exception</span><span class="w"> </span></em><span class="sig-prename descclassname"><span class="pre">datman.exceptions.</span></span><span class="sig-name descname"><span class="pre">QCException</span></span><a class="reference external" href="https://github.com/tigrlab/datman/blob/d1e7ed9/datman/exceptions.py#L56"><span class="viewcode-link"><span class="pre">[source]</span></span></a><a class="headerlink" href="#datman.exceptions.QCException" title="Permalink to this definition"></a></dt>
<dd><p>Bases: <a class="reference external" href="https://docs.python.org/3/library/exceptions.html#Exception" title="(in Python v3.12)"><code class="xref py py-class docutils literal notranslate"><span class="pre">Exception</span></code></a></p>
</dd></dl>

<dl class="py exception">
<dt class="sig sig-object py" id="datman.exceptions.UndefinedSetting">
<em class="property"><span class="pre">exception</span><span class="w"> </span></em><span class="sig-prename descclassname"><span class="pre">datman.exceptions.</span></span><span class="sig-name descname"><span class="pre">UndefinedSetting</span></span><a class="reference external" href="https://github.com/tigrlab/datman/blob/db9b603/datman/exceptions.py#L52"><span class="viewcode-link"><span class="pre">[source]</span></span></a><a class="headerlink" href="#datman.exceptions.UndefinedSetting" title="Permalink to this definition"></a></dt>
<em class="property"><span class="pre">exception</span><span class="w"> </span></em><span class="sig-prename descclassname"><span class="pre">datman.exceptions.</span></span><span class="sig-name descname"><span class="pre">UndefinedSetting</span></span><a class="reference external" href="https://github.com/tigrlab/datman/blob/d1e7ed9/datman/exceptions.py#L52"><span class="viewcode-link"><span class="pre">[source]</span></span></a><a class="headerlink" href="#datman.exceptions.UndefinedSetting" title="Permalink to this definition"></a></dt>
<dd><p>Bases: <a class="reference external" href="https://docs.python.org/3/library/exceptions.html#Exception" title="(in Python v3.12)"><code class="xref py py-class docutils literal notranslate"><span class="pre">Exception</span></code></a></p>
</dd></dl>

<dl class="py exception">
<dt class="sig sig-object py" id="datman.exceptions.XnatException">
<em class="property"><span class="pre">exception</span><span class="w"> </span></em><span class="sig-prename descclassname"><span class="pre">datman.exceptions.</span></span><span class="sig-name descname"><span class="pre">XnatException</span></span><a class="reference external" href="https://github.com/tigrlab/datman/blob/db9b603/datman/exceptions.py#L10"><span class="viewcode-link"><span class="pre">[source]</span></span></a><a class="headerlink" href="#datman.exceptions.XnatException" title="Permalink to this definition"></a></dt>
<em class="property"><span class="pre">exception</span><span class="w"> </span></em><span class="sig-prename descclassname"><span class="pre">datman.exceptions.</span></span><span class="sig-name descname"><span class="pre">XnatException</span></span><a class="reference external" href="https://github.com/tigrlab/datman/blob/d1e7ed9/datman/exceptions.py#L10"><span class="viewcode-link"><span class="pre">[source]</span></span></a><a class="headerlink" href="#datman.exceptions.XnatException" title="Permalink to this definition"></a></dt>
<dd><p>Bases: <a class="reference external" href="https://docs.python.org/3/library/exceptions.html#Exception" title="(in Python v3.12)"><code class="xref py py-class docutils literal notranslate"><span class="pre">Exception</span></code></a></p>
<p>Default exception for XNAT errors</p>
<dl class="py attribute">
Expand Down
Loading

0 comments on commit 18260eb

Please sign in to comment.