From 214b259d45ea946bee872373603a9d56cda06e1d Mon Sep 17 00:00:00 2001 From: Mainak Jas Date: Sat, 5 Mar 2016 16:45:23 +0100 Subject: [PATCH] Add boxes around sections --- doc/_static/style.css | 12 +++++++++++- doc/tutorials.rst | 12 ++++++++++++ 2 files changed, 23 insertions(+), 1 deletion(-) diff --git a/doc/_static/style.css b/doc/_static/style.css index a180dfa5637..a6dbc0d5d6a 100644 --- a/doc/_static/style.css +++ b/doc/_static/style.css @@ -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; } diff --git a/doc/tutorials.rst b/doc/tutorials.rst index bd4b3ca1919..9ada2cc2b39 100644 --- a/doc/tutorials.rst +++ b/doc/tutorials.rst @@ -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

Preprocessing

@@ -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

Sensor-level analysis

@@ -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

Source reconstruction

@@ -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

Source-space Statistics

@@ -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

Visualization and Reporting

@@ -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

Command line tools