Skip to content

Commit e3375b4

Browse files
committed
Deploying to gh-pages from @ 844bb06f9628149e9b5df5616c5306eeca637bc2 🚀
1 parent bb14cf6 commit e3375b4

File tree

65 files changed

+544
-409
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

65 files changed

+544
-409
lines changed

‎.buildinfo‎

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
# Sphinx build info version 1
2-
# This file hashes the configuration used when building these files. When it is not found, a full rebuild will be done.
3-
config: 81200a41af5c7cd7d5ca0656cf48ff21
2+
# This file records the configuration used when building these files. When it is not found, a full rebuild will be done.
3+
config: 817bd9f6cb49ebb24fbdb62ea182a0f0
44
tags: 645f666f9bcd5a90fca523b33c5a78b7
Binary file not shown.
Binary file not shown.
Binary file not shown.

‎_downloads/f285a940bf78e938a484d6048b071171/plot_EEG_Example.ipynb‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -164,7 +164,7 @@
164164
"name": "python",
165165
"nbconvert_exporter": "python",
166166
"pygments_lexer": "ipython3",
167-
"version": "3.10.14"
167+
"version": "3.10.16"
168168
}
169169
},
170170
"nbformat": 4,
1 Byte
Loading

‎_sources/auto_examples/plot_EEG_Example.rst.txt‎

Lines changed: 16 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -356,7 +356,8 @@ others, as suggested by
356356
<div class="output_subarea output_html rendered_html output_result">
357357
<style>#sk-container-id-1 {
358358
/* Definition of color scheme common for light and dark mode */
359-
--sklearn-color-text: black;
359+
--sklearn-color-text: #000;
360+
--sklearn-color-text-muted: #666;
360361
--sklearn-color-line: gray;
361362
/* Definition of color scheme for unfitted estimators */
362363
--sklearn-color-unfitted-level-0: #fff5e6;
@@ -501,12 +502,21 @@ others, as suggested by
501502
/* Toggleable label */
502503
#sk-container-id-1 label.sk-toggleable__label {
503504
cursor: pointer;
504-
display: block;
505+
display: flex;
505506
width: 100%;
506507
margin-bottom: 0;
507508
padding: 0.5em;
508509
box-sizing: border-box;
509510
text-align: center;
511+
align-items: start;
512+
justify-content: space-between;
513+
gap: 0.5em;
514+
}
515+
516+
#sk-container-id-1 label.sk-toggleable__label .caption {
517+
font-size: 0.6rem;
518+
font-weight: lighter;
519+
color: var(--sklearn-color-text-muted);
510520
}
511521
512522
#sk-container-id-1 label.sk-toggleable__label-arrow:before {
@@ -659,7 +669,8 @@ others, as suggested by
659669
height: 1em;
660670
width: 1em;
661671
text-decoration: none !important;
662-
margin-left: 1ex;
672+
margin-left: 0.5em;
673+
text-align: center;
663674
/* unfitted */
664675
border: var(--sklearn-color-unfitted-level-1) 1pt solid;
665676
color: var(--sklearn-color-unfitted-level-1);
@@ -758,7 +769,7 @@ others, as suggested by
758769
/* fitted */
759770
background-color: var(--sklearn-color-fitted-level-3);
760771
}
761-
</style><div id="sk-container-id-1" class="sk-top-container"><div class="sk-text-repr-fallback"><pre>KNeighborsClassifier(n_neighbors=3)</pre><b>In a Jupyter environment, please rerun this cell to show the HTML representation or trust the notebook. <br />On GitHub, the HTML representation is unable to render, please try loading this page with nbviewer.org.</b></div><div class="sk-container" hidden><div class="sk-item"><div class="sk-estimator fitted sk-toggleable"><input class="sk-toggleable__control sk-hidden--visually" id="sk-estimator-id-1" type="checkbox" checked><label for="sk-estimator-id-1" class="sk-toggleable__label fitted sk-toggleable__label-arrow fitted">&nbsp;&nbsp;KNeighborsClassifier<a class="sk-estimator-doc-link fitted" rel="noreferrer" target="_blank" href="https://scikit-learn.org/1.5/modules/generated/sklearn.neighbors.KNeighborsClassifier.html">?<span>Documentation for KNeighborsClassifier</span></a><span class="sk-estimator-doc-link fitted">i<span>Fitted</span></span></label><div class="sk-toggleable__content fitted"><pre>KNeighborsClassifier(n_neighbors=3)</pre></div> </div></div></div></div>
772+
</style><div id="sk-container-id-1" class="sk-top-container"><div class="sk-text-repr-fallback"><pre>KNeighborsClassifier(n_neighbors=3)</pre><b>In a Jupyter environment, please rerun this cell to show the HTML representation or trust the notebook. <br />On GitHub, the HTML representation is unable to render, please try loading this page with nbviewer.org.</b></div><div class="sk-container" hidden><div class="sk-item"><div class="sk-estimator fitted sk-toggleable"><input class="sk-toggleable__control sk-hidden--visually" id="sk-estimator-id-1" type="checkbox" checked><label for="sk-estimator-id-1" class="sk-toggleable__label fitted sk-toggleable__label-arrow"><div><div>KNeighborsClassifier</div></div><div><a class="sk-estimator-doc-link fitted" rel="noreferrer" target="_blank" href="https://scikit-learn.org/1.6/modules/generated/sklearn.neighbors.KNeighborsClassifier.html">?<span>Documentation for KNeighborsClassifier</span></a><span class="sk-estimator-doc-link fitted">i<span>Fitted</span></span></div></label><div class="sk-toggleable__content fitted"><pre>KNeighborsClassifier(n_neighbors=3)</pre></div> </div></div></div></div>
762773
</div>
763774
<br />
764775
<br />
@@ -831,7 +842,7 @@ the same analysis can be performed in a browser with no setup or coding required
831842
832843
.. rst-class:: sphx-glr-timing
833844
834-
**Total running time of the script:** (0 minutes 20.525 seconds)
845+
**Total running time of the script:** (0 minutes 21.220 seconds)
835846
836847
837848
.. _sphx_glr_download_auto_examples_plot_EEG_Example.py:

‎_sources/auto_examples/sg_execution_times.rst.txt‎

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66

77
Computation times
88
=================
9-
**00:20.525** total execution time for 1 file **from auto_examples**:
9+
**00:21.220** total execution time for 1 file **from auto_examples**:
1010

1111
.. container::
1212

@@ -33,5 +33,5 @@ Computation times
3333
- Time
3434
- Mem (MB)
3535
* - :ref:`sphx_glr_auto_examples_plot_EEG_Example.py` (``plot_EEG_Example.py``)
36-
- 00:20.525
36+
- 00:21.220
3737
- 0.0

‎_sources/sg_execution_times.rst.txt‎

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66

77
Computation times
88
=================
9-
**00:20.525** total execution time for 1 file **from all galleries**:
9+
**00:21.220** total execution time for 1 file **from all galleries**:
1010

1111
.. container::
1212

@@ -33,5 +33,5 @@ Computation times
3333
- Time
3434
- Mem (MB)
3535
* - :ref:`sphx_glr_auto_examples_plot_EEG_Example.py` (``../examples/plot_EEG_Example.py``)
36-
- 00:20.525
36+
- 00:21.220
3737
- 0.0

‎_static/basic.css‎

Lines changed: 2 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,5 @@
11
/*
2-
* basic.css
3-
* ~~~~~~~~~
4-
*
52
* Sphinx stylesheet -- basic theme.
6-
*
7-
* :copyright: Copyright 2007-2024 by the Sphinx team, see AUTHORS.
8-
* :license: BSD, see LICENSE for details.
9-
*
103
*/
114

125
/* -- main layout ----------------------------------------------------------- */
@@ -115,15 +108,11 @@ img {
115108
/* -- search page ----------------------------------------------------------- */
116109

117110
ul.search {
118-
margin: 10px 0 0 20px;
119-
padding: 0;
111+
margin-top: 10px;
120112
}
121113

122114
ul.search li {
123-
padding: 5px 0 5px 20px;
124-
background-image: url(file.png);
125-
background-repeat: no-repeat;
126-
background-position: 0 7px;
115+
padding: 5px 0;
127116
}
128117

129118
ul.search li a {

0 commit comments

Comments
 (0)