Skip to content

Commit

Permalink
Add boxes around sections
Browse files Browse the repository at this point in the history
  • Loading branch information
jasmainak authored and larsoner committed Mar 18, 2016
1 parent b64e6a1 commit 214b259
Show file tree
Hide file tree
Showing 2 changed files with 23 additions and 1 deletion.
12 changes: 11 additions & 1 deletion doc/_static/style.css
Original file line number Diff line number Diff line change
Expand Up @@ -87,6 +87,16 @@ blockquote {
}

.span.box {
width: 49%;
width: 47%;
height: 220px;
float: left;
border-radius: 20px;
background: #FFFFCC;
border-style: solid;
border-color: #ece5b6;
margin: 5px;
}

.span h2 {
background: #FFFFCC;
}
12 changes: 12 additions & 0 deletions doc/tutorials.rst
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,8 @@ These tutorials get you started to processing MEG/EEG data with MNE-Python. You
auto_tutorials/plot_epochs_objects.rst
auto_tutorials/plot_epochs_to_data_frame.rst

.. container:: span box

.. raw:: html

<h2>Preprocessing</h2>
Expand All @@ -37,6 +39,8 @@ These tutorials get you started to processing MEG/EEG data with MNE-Python. You
tutorials/preprocessing/artifacts_suppression.rst
auto_tutorials/plot_ica_from_raw.rst

.. container:: span box

.. raw:: html

<h2>Sensor-level analysis</h2>
Expand All @@ -46,6 +50,8 @@ These tutorials get you started to processing MEG/EEG data with MNE-Python. You
* Connectivity study with phase-lag index --TODO--
* Decoding --TODO--

.. container:: span box

.. raw:: html

<h2>Source reconstruction</h2>
Expand All @@ -72,6 +78,8 @@ These tutorials get you started to processing MEG/EEG data with MNE-Python. You
auto_tutorials/plot_cluster_1samp_test_time_frequency.rst
auto_tutorials/plot_cluster_stats_time_frequency.rst

.. container:: span box

.. raw:: html

<h2>Source-space Statistics</h2>
Expand All @@ -84,6 +92,8 @@ These tutorials get you started to processing MEG/EEG data with MNE-Python. You
auto_tutorials/plot_cluster_stats_spatio_temporal_repeated_measures_anova.rst
auto_tutorials/plot_cluster_stats_spatio_temporal.rst

.. container:: span box

.. raw:: html

<h2>Visualization and Reporting</h2>
Expand All @@ -93,6 +103,8 @@ These tutorials get you started to processing MEG/EEG data with MNE-Python. You

tutorials/report.rst

.. container:: span box

.. raw:: html

<h2>Command line tools</h2>
Expand Down

0 comments on commit 214b259

Please sign in to comment.