Skip to content

Commit

Permalink
fix doc
Browse files Browse the repository at this point in the history
  • Loading branch information
SheinaG committed Jan 10, 2023
1 parent 07de929 commit 512376b
Show file tree
Hide file tree
Showing 7 changed files with 13 additions and 13 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.
8 changes: 4 additions & 4 deletions docs/build/README.html
Original file line number Diff line number Diff line change
Expand Up @@ -194,13 +194,13 @@ <h2>Requirements<a class="headerlink" href="#requirements" title="Permalink to t
<p>mne == 0.23.0</p>
<p>scipy == 1.7.0</p>
<p>wfdb == 3.4.0</p>
<p>All the requirements are installed when the toolbox is installed, no need for additional commands.</p>
<p>All the python requirements exept wfdb are installed when the toolbox is installed. To install wfbd run: pip install wfdb</p>
</div>
<div class="section" id="system-requirements">
<h2>System Requirements<a class="headerlink" href="#system-requirements" title="Permalink to this heading"></a></h2>
<p>For linux- to run the wavdet fiucial-points detector matlab runtime (MCR) 2021a’_ is requierd.</p>
<p>For windows- to run the wavdet fiucial-points detector matlab runtime (MCR) 2020a’_ is requierd.</p>
<p>If you wish to use the epltd peak detector additional wfdb toolbox’_ is requierd.</p>
<p>For linux- to run the wavdet fiucial-points detector <a class="reference external" href="https://www.mathworks.com/products/compiler/matlab-runtime.html">matlab runtime (MCR) 2021a</a> is requierd.</p>
<p>For windows- to run the wavdet fiucial-points detector <a class="reference external" href="https://www.mathworks.com/products/compiler/matlab-runtime.html">matlab runtime (MCR) 2020a</a> is requierd.</p>
<p>If you wish to use the epltd peak detector <a class="reference external" href="https://archive.physionet.org/physiotools/wfdb-linux-quick-start.shtml.">additional wfdb toolbox</a> is requierd.</p>
<p>If you don’t want or can’t install this - It’s Ok! you can use another peak detectors from the package.</p>
</div>
<div class="section" id="documentation">
Expand Down
8 changes: 4 additions & 4 deletions docs/build/_sources/README.rst.txt
Original file line number Diff line number Diff line change
Expand Up @@ -48,20 +48,20 @@ scipy == 1.7.0

wfdb == 3.4.0

All the requirements are installed when the toolbox is installed, no need for additional commands.
All the python requirements exept wfdb are installed when the toolbox is installed. To install wfbd run: pip install wfdb

System Requirements
------------------------

For linux- to run the wavdet fiucial-points detector 'matlab runtime (MCR) 2021a'_ is requierd.
For linux- to run the wavdet fiucial-points detector `matlab runtime (MCR) 2021a`_ is requierd.

.. _matlab runtime (MCR) 2021a: https://www.mathworks.com/products/compiler/matlab-runtime.html

For windows- to run the wavdet fiucial-points detector 'matlab runtime (MCR) 2020a'_ is requierd.
For windows- to run the wavdet fiucial-points detector `matlab runtime (MCR) 2020a`_ is requierd.

.. _matlab runtime (MCR) 2020a: https://www.mathworks.com/products/compiler/matlab-runtime.html

If you wish to use the epltd peak detector 'additional wfdb toolbox'_ is requierd.
If you wish to use the epltd peak detector `additional wfdb toolbox`_ is requierd.

.. _additional wfdb toolbox: https://archive.physionet.org/physiotools/wfdb-linux-quick-start.shtml.

Expand Down
8 changes: 4 additions & 4 deletions docs/build/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -195,13 +195,13 @@ <h2>Requirements<a class="headerlink" href="#requirements" title="Permalink to t
<p>mne == 0.23.0</p>
<p>scipy == 1.7.0</p>
<p>wfdb == 3.4.0</p>
<p>All the requirements are installed when the toolbox is installed, no need for additional commands.</p>
<p>All the python requirements exept wfdb are installed when the toolbox is installed. To install wfbd run: pip install wfdb</p>
</div>
<div class="section" id="system-requirements">
<h2>System Requirements<a class="headerlink" href="#system-requirements" title="Permalink to this heading"></a></h2>
<p>For linux- to run the wavdet fiucial-points detector matlab runtime (MCR) 2021a’_ is requierd.</p>
<p>For windows- to run the wavdet fiucial-points detector matlab runtime (MCR) 2020a’_ is requierd.</p>
<p>If you wish to use the epltd peak detector additional wfdb toolbox’_ is requierd.</p>
<p>For linux- to run the wavdet fiucial-points detector <a class="reference external" href="https://www.mathworks.com/products/compiler/matlab-runtime.html">matlab runtime (MCR) 2021a</a> is requierd.</p>
<p>For windows- to run the wavdet fiucial-points detector <a class="reference external" href="https://www.mathworks.com/products/compiler/matlab-runtime.html">matlab runtime (MCR) 2020a</a> is requierd.</p>
<p>If you wish to use the epltd peak detector <a class="reference external" href="https://archive.physionet.org/physiotools/wfdb-linux-quick-start.shtml.">additional wfdb toolbox</a> is requierd.</p>
<p>If you don’t want or can’t install this - It’s Ok! you can use another peak detectors from the package.</p>
</div>
<div class="section" id="documentation">
Expand Down
2 changes: 1 addition & 1 deletion docs/build/searchindex.js

Large diffs are not rendered by default.

0 comments on commit 512376b

Please sign in to comment.