Skip to content

Commit

Permalink
doc updates [skip ci]
Browse files Browse the repository at this point in the history
  • Loading branch information
Circle Ci committed Jul 26, 2023
1 parent ff12198 commit 062fb17
Show file tree
Hide file tree
Showing 25 changed files with 256 additions and 247 deletions.
2 changes: 1 addition & 1 deletion dev/.buildinfo
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Sphinx build info version 1
# This file hashes the configuration used when building these files. When it is not found, a full rebuild will be done.
config: 017b830f7671becc74783796a0b4469a
config: 653758b5757d7edf611c3f122af70575
tags: 645f666f9bcd5a90fca523b33c5a78b7
Binary file not shown.
Binary file not shown.
2 changes: 1 addition & 1 deletion dev/api.html
Original file line number Diff line number Diff line change
Expand Up @@ -609,7 +609,7 @@ <h2>Annotating Components<a class="headerlink" href="#annotating-components" tit
<div class="footer-item">
<p class="copyright">

© Copyright 2021-2023, MNE Developers. Last updated on 2023-07-25.
© Copyright 2021-2023, MNE Developers. Last updated on 2023-07-26.
<br/>

</p>
Expand Down
2 changes: 1 addition & 1 deletion dev/bibliography.html
Original file line number Diff line number Diff line change
Expand Up @@ -465,7 +465,7 @@
<div class="footer-item">
<p class="copyright">

© Copyright 2021-2023, MNE Developers. Last updated on 2023-07-25.
© Copyright 2021-2023, MNE Developers. Last updated on 2023-07-26.
<br/>

</p>
Expand Down
443 changes: 226 additions & 217 deletions dev/generated/examples/00_iclabel.html

Large diffs are not rendered by default.

8 changes: 4 additions & 4 deletions dev/generated/examples/10_gui_label_components.html
Original file line number Diff line number Diff line change
Expand Up @@ -595,7 +595,7 @@ <h2>Preprocess and run ICA on the data<a class="headerlink" href="#preprocess-an
[Parallel(n_jobs=1)]: Done 161 tasks | elapsed: 0.1s
Fitting ICA to data using 161 channels (please be patient, this may take a while)
Selecting by number: 15 components
Fitting ICA took 0.4s.
Fitting ICA took 0.3s.
</pre></div>
</div>
<div class="output_subarea output_html rendered_html output_result">
Expand Down Expand Up @@ -688,8 +688,8 @@ <h2>Save the labeled components<a class="headerlink" href="#save-the-labeled-com
<span class="c1"># write_components_tsv(ica, fname)</span>
</pre></div>
</div>
<p class="sphx-glr-timing"><strong>Total running time of the script:</strong> ( 0 minutes 3.326 seconds)</p>
<p><strong>Estimated memory usage:</strong> 28 MB</p>
<p class="sphx-glr-timing"><strong>Total running time of the script:</strong> ( 0 minutes 3.508 seconds)</p>
<p><strong>Estimated memory usage:</strong> 52 MB</p>
<div class="sphx-glr-footer sphx-glr-footer-example docutils container" id="sphx-glr-download-generated-examples-10-gui-label-components-py">
<div class="sphx-glr-download sphx-glr-download-python docutils container">
<p><a class="reference download internal" download="" href="../../_downloads/d862993ccb987a487f5b9f4c34eb2856/10_gui_label_components.py"><code class="xref download docutils literal notranslate"><span class="pre">Download</span> <span class="pre">Python</span> <span class="pre">source</span> <span class="pre">code:</span> <span class="pre">10_gui_label_components.py</span></code></a></p>
Expand Down Expand Up @@ -770,7 +770,7 @@ <h2>Save the labeled components<a class="headerlink" href="#save-the-labeled-com
<div class="footer-item">
<p class="copyright">

© Copyright 2021-2023, MNE Developers. Last updated on 2023-07-25.
© Copyright 2021-2023, MNE Developers. Last updated on 2023-07-26.
<br/>

</p>
Expand Down
2 changes: 1 addition & 1 deletion dev/generated/examples/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -509,7 +509,7 @@ <h1>Examples<a class="headerlink" href="#examples" title="Permalink to this head
<div class="footer-item">
<p class="copyright">

© Copyright 2021-2023, MNE Developers. Last updated on 2023-07-25.
© Copyright 2021-2023, MNE Developers. Last updated on 2023-07-26.
<br/>

</p>
Expand Down
12 changes: 6 additions & 6 deletions dev/generated/examples/sg_execution_times.html
Original file line number Diff line number Diff line change
Expand Up @@ -413,16 +413,16 @@

<section id="computation-times">
<span id="sphx-glr-generated-examples-sg-execution-times"></span><h1>Computation times<a class="headerlink" href="#computation-times" title="Permalink to this heading">#</a></h1>
<p><strong>01:06.826</strong> total execution time for <strong>generated_examples</strong> files:</p>
<p><strong>01:06.822</strong> total execution time for <strong>generated_examples</strong> files:</p>
<table class="table">
<tbody>
<tr class="row-odd"><td><p><a class="reference internal" href="00_iclabel.html#sphx-glr-generated-examples-00-iclabel-py"><span class="std std-ref">Repairing artifacts with ICA automatically using ICLabel Model</span></a> (<code class="docutils literal notranslate"><span class="pre">00_iclabel.py</span></code>)</p></td>
<td><p>01:03.500</p></td>
<td><p>521.9 MB</p></td>
<td><p>01:03.315</p></td>
<td><p>544.0 MB</p></td>
</tr>
<tr class="row-even"><td><p><a class="reference internal" href="10_gui_label_components.html#sphx-glr-generated-examples-10-gui-label-components-py"><span class="std std-ref">Labeling ICA components with a GUI</span></a> (<code class="docutils literal notranslate"><span class="pre">10_gui_label_components.py</span></code>)</p></td>
<td><p>00:03.326</p></td>
<td><p>27.7 MB</p></td>
<td><p>00:03.508</p></td>
<td><p>51.9 MB</p></td>
</tr>
</tbody>
</table>
Expand Down Expand Up @@ -471,7 +471,7 @@
<div class="footer-item">
<p class="copyright">

© Copyright 2021-2023, MNE Developers. Last updated on 2023-07-25.
© Copyright 2021-2023, MNE Developers. Last updated on 2023-07-26.
<br/>

</p>
Expand Down
2 changes: 1 addition & 1 deletion dev/generated/mne_icalabel.annotation.mark_component.html
Original file line number Diff line number Diff line change
Expand Up @@ -556,7 +556,7 @@ <h1>mne_icalabel.annotation.mark_component<a class="headerlink" href="#mne-icala
<div class="footer-item">
<p class="copyright">

© Copyright 2021-2023, MNE Developers. Last updated on 2023-07-25.
© Copyright 2021-2023, MNE Developers. Last updated on 2023-07-26.
<br/>

</p>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -552,7 +552,7 @@ <h1>mne_icalabel.annotation.write_components_tsv<a class="headerlink" href="#mne
<div class="footer-item">
<p class="copyright">

© Copyright 2021-2023, MNE Developers. Last updated on 2023-07-25.
© Copyright 2021-2023, MNE Developers. Last updated on 2023-07-26.
<br/>

</p>
Expand Down
2 changes: 1 addition & 1 deletion dev/generated/mne_icalabel.features.get_topomaps.html
Original file line number Diff line number Diff line change
Expand Up @@ -585,7 +585,7 @@ <h1>mne_icalabel.features.get_topomaps<a class="headerlink" href="#mne-icalabel-
<div class="footer-item">
<p class="copyright">

© Copyright 2021-2023, MNE Developers. Last updated on 2023-07-25.
© Copyright 2021-2023, MNE Developers. Last updated on 2023-07-26.
<br/>

</p>
Expand Down
2 changes: 1 addition & 1 deletion dev/generated/mne_icalabel.gui.label_ica_components.html
Original file line number Diff line number Diff line change
Expand Up @@ -559,7 +559,7 @@ <h2>Examples using <code class="docutils literal notranslate"><span class="pre">
<div class="footer-item">
<p class="copyright">

© Copyright 2021-2023, MNE Developers. Last updated on 2023-07-25.
© Copyright 2021-2023, MNE Developers. Last updated on 2023-07-26.
<br/>

</p>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -561,7 +561,7 @@ <h1>mne_icalabel.iclabel.get_iclabel_features<a class="headerlink" href="#mne-ic
<div class="footer-item">
<p class="copyright">

© Copyright 2021-2023, MNE Developers. Last updated on 2023-07-25.
© Copyright 2021-2023, MNE Developers. Last updated on 2023-07-26.
<br/>

</p>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -582,7 +582,7 @@ <h1>mne_icalabel.iclabel.iclabel_label_components<a class="headerlink" href="#mn
<div class="footer-item">
<p class="copyright">

© Copyright 2021-2023, MNE Developers. Last updated on 2023-07-25.
© Copyright 2021-2023, MNE Developers. Last updated on 2023-07-26.
<br/>

</p>
Expand Down
2 changes: 1 addition & 1 deletion dev/generated/mne_icalabel.iclabel.run_iclabel.html
Original file line number Diff line number Diff line change
Expand Up @@ -556,7 +556,7 @@ <h1>mne_icalabel.iclabel.run_iclabel<a class="headerlink" href="#mne-icalabel-ic
<div class="footer-item">
<p class="copyright">

© Copyright 2021-2023, MNE Developers. Last updated on 2023-07-25.
© Copyright 2021-2023, MNE Developers. Last updated on 2023-07-26.
<br/>

</p>
Expand Down
2 changes: 1 addition & 1 deletion dev/generated/mne_icalabel.label_components.html
Original file line number Diff line number Diff line change
Expand Up @@ -576,7 +576,7 @@ <h2>Examples using <code class="docutils literal notranslate"><span class="pre">
<div class="footer-item">
<p class="copyright">

© Copyright 2021-2023, MNE Developers. Last updated on 2023-07-25.
© Copyright 2021-2023, MNE Developers. Last updated on 2023-07-26.
<br/>

</p>
Expand Down
2 changes: 1 addition & 1 deletion dev/genindex.html
Original file line number Diff line number Diff line change
Expand Up @@ -512,7 +512,7 @@ <h2 id="W">W</h2>
<div class="footer-item">
<p class="copyright">

© Copyright 2021-2023, MNE Developers. Last updated on 2023-07-25.
© Copyright 2021-2023, MNE Developers. Last updated on 2023-07-26.
<br/>

</p>
Expand Down
2 changes: 1 addition & 1 deletion dev/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -522,7 +522,7 @@ <h2>Contents<a class="headerlink" href="#contents" title="Permalink to this head
<div class="footer-item">
<p class="copyright">

© Copyright 2021-2023, MNE Developers. Last updated on 2023-07-25.
© Copyright 2021-2023, MNE Developers. Last updated on 2023-07-26.
<br/>

</p>
Expand Down
2 changes: 1 addition & 1 deletion dev/install.html
Original file line number Diff line number Diff line change
Expand Up @@ -580,7 +580,7 @@ <h2>Methods<a class="headerlink" href="#methods" title="Permalink to this headin
<div class="footer-item">
<p class="copyright">

© Copyright 2021-2023, MNE Developers. Last updated on 2023-07-25.
© Copyright 2021-2023, MNE Developers. Last updated on 2023-07-26.
<br/>

</p>
Expand Down
2 changes: 1 addition & 1 deletion dev/py-modindex.html
Original file line number Diff line number Diff line change
Expand Up @@ -452,7 +452,7 @@ <h1>Python Module Index</h1>
<div class="footer-item">
<p class="copyright">

© Copyright 2021-2023, MNE Developers. Last updated on 2023-07-25.
© Copyright 2021-2023, MNE Developers. Last updated on 2023-07-26.
<br/>

</p>
Expand Down
2 changes: 1 addition & 1 deletion dev/search.html
Original file line number Diff line number Diff line change
Expand Up @@ -458,7 +458,7 @@ <h1>Search</h1>
<div class="footer-item">
<p class="copyright">

© Copyright 2021-2023, MNE Developers. Last updated on 2023-07-25.
© Copyright 2021-2023, MNE Developers. Last updated on 2023-07-26.
<br/>

</p>
Expand Down
2 changes: 1 addition & 1 deletion dev/searchindex.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion dev/whats_new.html
Original file line number Diff line number Diff line change
Expand Up @@ -545,7 +545,7 @@ <h3><a class="toc-backref" href="#id5" role="doc-backlink">Authors</a><a class="
<div class="footer-item">
<p class="copyright">

© Copyright 2021-2023, MNE Developers. Last updated on 2023-07-25.
© Copyright 2021-2023, MNE Developers. Last updated on 2023-07-26.
<br/>

</p>
Expand Down
2 changes: 1 addition & 1 deletion dev/whats_new_previous_releases.html
Original file line number Diff line number Diff line change
Expand Up @@ -614,7 +614,7 @@ <h3>Authors<a class="headerlink" href="#id9" title="Permalink to this heading">#
<div class="footer-item">
<p class="copyright">

© Copyright 2021-2023, MNE Developers. Last updated on 2023-07-25.
© Copyright 2021-2023, MNE Developers. Last updated on 2023-07-26.
<br/>

</p>
Expand Down

0 comments on commit 062fb17

Please sign in to comment.