Skip to content

Commit

Permalink
rtd added
Browse files Browse the repository at this point in the history
  • Loading branch information
SheinaG committed Nov 16, 2022
1 parent 1393d97 commit 293c5ce
Show file tree
Hide file tree
Showing 17 changed files with 36 additions and 28 deletions.
Binary file modified docs/build/.doctrees/README.doctree
Binary file not shown.
Binary file modified docs/build/.doctrees/environment.pickle
Binary file not shown.
Binary file modified docs/build/.doctrees/index.doctree
Binary file not shown.
Binary file modified docs/build/.doctrees/pecg.ecg.doctree
Binary file not shown.
5 changes: 3 additions & 2 deletions docs/build/README.html
Original file line number Diff line number Diff line change
Expand Up @@ -90,7 +90,7 @@



<p class="caption" role="heading"><span class="caption-text">PECG API REFERENCE:</span></p>
<p class="caption" role="heading"><span class="caption-text">POBM API REFERENCE:</span></p>
<ul>
<li class="toctree-l1"><a class="reference internal" href="pecg.html">pecg package</a></li>
</ul>
Expand Down Expand Up @@ -186,7 +186,7 @@ <h2>Description<a class="headerlink" href="#description" title="Permalink to thi
<h2>Installation<a class="headerlink" href="#installation" title="Permalink to this heading"></a></h2>
<p>Available on pip, with the command:
pip install pebm</p>
<p>pip project: pip install -i <a class="reference external" href="https://test.pypi.org/simple/">https://test.pypi.org/simple/</a> pecg</p>
<p>pip project: pip install pecg</p>
</div>
<div class="section" id="requirements">
<h2>Requirements<a class="headerlink" href="#requirements" title="Permalink to this heading"></a></h2>
Expand All @@ -204,6 +204,7 @@ <h2>System Requirements<a class="headerlink" href="#system-requirements" title="
</div>
<div class="section" id="documentation">
<h2>Documentation<a class="headerlink" href="#documentation" title="Permalink to this heading"></a></h2>
<p><a class="reference external" href="https://pecg.readthedocs.io/en/latest/">https://pecg.readthedocs.io/en/latest/</a></p>
</div>
</div>

Expand Down
2 changes: 1 addition & 1 deletion docs/build/_modules/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -90,7 +90,7 @@



<p class="caption" role="heading"><span class="caption-text">PECG API REFERENCE:</span></p>
<p class="caption" role="heading"><span class="caption-text">POBM API REFERENCE:</span></p>
<ul>
<li class="toctree-l1"><a class="reference internal" href="../pecg.html">pecg package</a></li>
</ul>
Expand Down
10 changes: 5 additions & 5 deletions docs/build/_modules/pecg/ecg/Biomarkers.html
Original file line number Diff line number Diff line change
Expand Up @@ -90,7 +90,7 @@



<p class="caption" role="heading"><span class="caption-text">PECG API REFERENCE:</span></p>
<p class="caption" role="heading"><span class="caption-text">POBM API REFERENCE:</span></p>
<ul>
<li class="toctree-l1"><a class="reference internal" href="../../../pecg.html">pecg package</a></li>
</ul>
Expand Down Expand Up @@ -199,8 +199,8 @@ <h1>Source code for pecg.ecg.Biomarkers</h1><div class="highlight"><pre>
<div class="viewcode-block" id="Biomarkers.intervals"><a class="viewcode-back" href="../../../pecg.ecg.html#pecg.ecg.Biomarkers.Biomarkers.intervals">[docs]</a> <span class="k">def</span> <span class="nf">intervals</span><span class="p">(</span><span class="bp">self</span><span class="p">):</span>
<span class="sd">&quot;&quot;&quot;</span>
<span class="sd"> :return:</span>
<span class="sd"> *intervals_b: Dictionary that includes all the row data, for the **Interval duration and segments** biomarkers.</span>
<span class="sd"> *intervals_statistics: Dictionary that includes the mean, median, min, max, iqr and std, for every **Interval duration and segments** biomarker.</span>
<span class="sd"> * intervals_b: Dictionary that includes all the row data, for the **Interval duration and segments** biomarkers.</span>
<span class="sd"> * intervals_statistics: Dictionary that includes the mean, median, min, max, iqr and std, for every **Interval duration and segments** biomarker.</span>


<span class="sd"> .. list-table:: **Interval duration and segments**:</span>
Expand Down Expand Up @@ -270,8 +270,8 @@ <h1>Source code for pecg.ecg.Biomarkers</h1><div class="highlight"><pre>
<div class="viewcode-block" id="Biomarkers.waves"><a class="viewcode-back" href="../../../pecg.ecg.html#pecg.ecg.Biomarkers.Biomarkers.waves">[docs]</a> <span class="k">def</span> <span class="nf">waves</span><span class="p">(</span><span class="bp">self</span><span class="p">):</span>
<span class="sd">&quot;&quot;&quot;</span>
<span class="sd"> :return:</span>
<span class="sd"> *waves_b: Dictionary that includes all the row data, for every **Waves characteristic** biomarker.</span>
<span class="sd"> *waves_statistics: Dictionary that includes the mean, median, min, max, iqr and std, for every **Waves characteristic** biomarker.</span>
<span class="sd"> * waves_b: Dictionary that includes all the row data, for every **Waves characteristic** biomarker.</span>
<span class="sd"> * waves_statistics: Dictionary that includes the mean, median, min, max, iqr and std, for every **Waves characteristic** biomarker.</span>


<span class="sd"> .. list-table:: **Waves characteristics**:</span>
Expand Down
4 changes: 2 additions & 2 deletions docs/build/_sources/README.rst.txt
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ Installation
Available on pip, with the command:
pip install pebm

pip project: pip install -i https://test.pypi.org/simple/ pecg
pip project: pip install pecg

Requirements
-----------------------
Expand All @@ -61,4 +61,4 @@ To run the epltd peak detector additional wfdb toolbox is requierd. https://arch
Documentation
------------------------


https://pecg.readthedocs.io/en/latest/
2 changes: 1 addition & 1 deletion docs/build/_sources/index.rst.txt
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@

.. toctree::
:maxdepth: 4
:caption: PECG API REFERENCE:
:caption: POBM API REFERENCE:

pecg

Expand Down
2 changes: 1 addition & 1 deletion docs/build/genindex.html
Original file line number Diff line number Diff line change
Expand Up @@ -90,7 +90,7 @@



<p class="caption" role="heading"><span class="caption-text">PECG API REFERENCE:</span></p>
<p class="caption" role="heading"><span class="caption-text">POBM API REFERENCE:</span></p>
<ul>
<li class="toctree-l1"><a class="reference internal" href="pecg.html">pecg package</a></li>
</ul>
Expand Down
7 changes: 4 additions & 3 deletions docs/build/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -91,7 +91,7 @@



<p class="caption" role="heading"><span class="caption-text">PECG API REFERENCE:</span></p>
<p class="caption" role="heading"><span class="caption-text">POBM API REFERENCE:</span></p>
<ul>
<li class="toctree-l1"><a class="reference internal" href="pecg.html">pecg package</a></li>
</ul>
Expand Down Expand Up @@ -187,7 +187,7 @@ <h2>Description<a class="headerlink" href="#description" title="Permalink to thi
<h2>Installation<a class="headerlink" href="#installation" title="Permalink to this heading"></a></h2>
<p>Available on pip, with the command:
pip install pebm</p>
<p>pip project: pip install -i <a class="reference external" href="https://test.pypi.org/simple/">https://test.pypi.org/simple/</a> pecg</p>
<p>pip project: pip install pecg</p>
</div>
<div class="section" id="requirements">
<h2>Requirements<a class="headerlink" href="#requirements" title="Permalink to this heading"></a></h2>
Expand All @@ -205,8 +205,9 @@ <h2>System Requirements<a class="headerlink" href="#system-requirements" title="
</div>
<div class="section" id="documentation">
<h2>Documentation<a class="headerlink" href="#documentation" title="Permalink to this heading"></a></h2>
<p><a class="reference external" href="https://pecg.readthedocs.io/en/latest/">https://pecg.readthedocs.io/en/latest/</a></p>
<div class="toctree-wrapper compound">
<p class="caption" role="heading"><span class="caption-text">PECG API REFERENCE:</span></p>
<p class="caption" role="heading"><span class="caption-text">POBM API REFERENCE:</span></p>
<ul>
<li class="toctree-l1"><a class="reference internal" href="pecg.html">pecg package</a><ul>
<li class="toctree-l2"><a class="reference internal" href="pecg.ecg.html">pecg.ecg package</a><ul>
Expand Down
16 changes: 11 additions & 5 deletions docs/build/pecg.ecg.html
Original file line number Diff line number Diff line change
Expand Up @@ -91,7 +91,7 @@



<p class="caption" role="heading"><span class="caption-text">PECG API REFERENCE:</span></p>
<p class="caption" role="heading"><span class="caption-text">POBM API REFERENCE:</span></p>
<ul class="current">
<li class="toctree-l1 current"><a class="reference internal" href="pecg.html">pecg package</a><ul class="current">
<li class="toctree-l2 current"><a class="current reference internal" href="#">pecg.ecg package</a><ul>
Expand Down Expand Up @@ -327,8 +327,11 @@ <h1>pecg.ecg package<a class="headerlink" href="#pecg-ecg-package" title="Permal
<span class="sig-name descname"><span class="pre">intervals</span></span><span class="sig-paren">(</span><span class="sig-paren">)</span><a class="reference internal" href="_modules/pecg/ecg/Biomarkers.html#Biomarkers.intervals"><span class="viewcode-link"><span class="pre">[source]</span></span></a><a class="headerlink" href="#pecg.ecg.Biomarkers.Biomarkers.intervals" title="Permalink to this definition"></a></dt>
<dd><dl class="field-list simple">
<dt class="field-odd">Returns</dt>
<dd class="field-odd"><p><em>intervals_b: Dictionary that includes all the row data, for the **Interval duration and segments*</em> biomarkers.
<em>intervals_statistics: Dictionary that includes the mean, median, min, max, iqr and std, for every **Interval duration and segments*</em> biomarker.</p>
<dd class="field-odd"><p><ul class="simple">
<li><p>intervals_b: Dictionary that includes all the row data, for the <strong>Interval duration and segments</strong> biomarkers.</p></li>
<li><p>intervals_statistics: Dictionary that includes the mean, median, min, max, iqr and std, for every <strong>Interval duration and segments</strong> biomarker.</p></li>
</ul>
</p>
</dd>
</dl>
<table class="colwidths-given docutils align-default" id="id8">
Expand Down Expand Up @@ -394,8 +397,11 @@ <h1>pecg.ecg package<a class="headerlink" href="#pecg-ecg-package" title="Permal
<span class="sig-name descname"><span class="pre">waves</span></span><span class="sig-paren">(</span><span class="sig-paren">)</span><a class="reference internal" href="_modules/pecg/ecg/Biomarkers.html#Biomarkers.waves"><span class="viewcode-link"><span class="pre">[source]</span></span></a><a class="headerlink" href="#pecg.ecg.Biomarkers.Biomarkers.waves" title="Permalink to this definition"></a></dt>
<dd><dl class="field-list simple">
<dt class="field-odd">Returns</dt>
<dd class="field-odd"><p><em>waves_b: Dictionary that includes all the row data, for every **Waves characteristic*</em> biomarker.
<em>waves_statistics: Dictionary that includes the mean, median, min, max, iqr and std, for every **Waves characteristic*</em> biomarker.</p>
<dd class="field-odd"><p><ul class="simple">
<li><p>waves_b: Dictionary that includes all the row data, for every <strong>Waves characteristic</strong> biomarker.</p></li>
<li><p>waves_statistics: Dictionary that includes the mean, median, min, max, iqr and std, for every <strong>Waves characteristic</strong> biomarker.</p></li>
</ul>
</p>
</dd>
</dl>
<table class="colwidths-given docutils align-default" id="id9">
Expand Down
2 changes: 1 addition & 1 deletion docs/build/pecg.html
Original file line number Diff line number Diff line change
Expand Up @@ -92,7 +92,7 @@



<p class="caption" role="heading"><span class="caption-text">PECG API REFERENCE:</span></p>
<p class="caption" role="heading"><span class="caption-text">POBM API REFERENCE:</span></p>
<ul class="current">
<li class="toctree-l1 current"><a class="current reference internal" href="#">pecg package</a><ul>
<li class="toctree-l2"><a class="reference internal" href="pecg.ecg.html">pecg.ecg package</a></li>
Expand Down
2 changes: 1 addition & 1 deletion docs/build/py-modindex.html
Original file line number Diff line number Diff line change
Expand Up @@ -93,7 +93,7 @@



<p class="caption" role="heading"><span class="caption-text">PECG API REFERENCE:</span></p>
<p class="caption" role="heading"><span class="caption-text">POBM API REFERENCE:</span></p>
<ul>
<li class="toctree-l1"><a class="reference internal" href="pecg.html">pecg package</a></li>
</ul>
Expand Down
2 changes: 1 addition & 1 deletion docs/build/search.html
Original file line number Diff line number Diff line change
Expand Up @@ -93,7 +93,7 @@



<p class="caption" role="heading"><span class="caption-text">PECG API REFERENCE:</span></p>
<p class="caption" role="heading"><span class="caption-text">POBM API REFERENCE:</span></p>
<ul>
<li class="toctree-l1"><a class="reference internal" href="pecg.html">pecg package</a></li>
</ul>
Expand Down

0 comments on commit 293c5ce

Please sign in to comment.