|
a |
|
b/docs/index.rst |
|
|
1 |
:html_theme.sidebar_secondary.remove: |
|
|
2 |
|
|
|
3 |
.. title:: Braindecode |
|
|
4 |
|
|
|
5 |
.. The page title must be in rST for it to show in next/prev page buttons. |
|
|
6 |
Therefore we add a special style rule to only this page that hides h1 tags |
|
|
7 |
|
|
|
8 |
.. raw:: html |
|
|
9 |
|
|
|
10 |
<style type="text/css">h1 {display:none;}</style> |
|
|
11 |
|
|
|
12 |
Braindecode Homepage |
|
|
13 |
==================== |
|
|
14 |
|
|
|
15 |
.. LOGO |
|
|
16 |
|
|
|
17 |
.. image:: _static/braindecode.svg |
|
|
18 |
:alt: Braindecode |
|
|
19 |
:class: logo, mainlogo, only-light |
|
|
20 |
:align: center |
|
|
21 |
|
|
|
22 |
.. image:: _static/braindecode.svg |
|
|
23 |
:alt: Braindecode |
|
|
24 |
:class: logo, mainlogo, only-dark |
|
|
25 |
:align: center |
|
|
26 |
|
|
|
27 |
.. rst-class:: h4 text-center font-weight-light my-4 |
|
|
28 |
|
|
|
29 |
Braindecode is an open-source Python toolbox for decoding raw electrophysiological brain |
|
|
30 |
data with deep learning models. It includes dataset fetchers, data preprocessing and |
|
|
31 |
visualization tools, as well as implementations of several deep learning |
|
|
32 |
architectures and data augmentations for analysis of EEG, ECoG and MEG. |
|
|
33 |
|
|
|
34 |
.. rst-class:: h4 text-center font-weight-light my-4 |
|
|
35 |
|
|
|
36 |
For neuroscientists who want to work with deep learning and |
|
|
37 |
deep learning researchers who want to work with neurophysiological data. |
|
|
38 |
|
|
|
39 |
.. frontpage gallery is added by a conditional in _templates/layout.html |
|
|
40 |
|
|
|
41 |
.. toctree:: |
|
|
42 |
:hidden: |
|
|
43 |
|
|
|
44 |
Install <install/install> |
|
|
45 |
Models <models_summary> |
|
|
46 |
Cite <cite> |
|
|
47 |
Tutorial and Examples <auto_examples/index> |
|
|
48 |
API <api> |
|
|
49 |
Get help <help> |
|
|
50 |
What’s new <whats_new> |