diff --git a/doc/source/index.txt b/doc/source/index.txt index 7ffda9ce..362d79ab 100644 --- a/doc/source/index.txt +++ b/doc/source/index.txt @@ -38,11 +38,13 @@ Sections Conditions on the use and redistribution of this package. + * - `Examples `_ + + Introductory examples + + - -`Examples `_ - -Introductory examples Indices and Tables ================== diff --git a/doc/source/themes/agogo/static/agogo.css_t b/doc/source/themes/agogo/static/agogo.css_t index 23ebb175..4a947245 100644 --- a/doc/source/themes/agogo/static/agogo.css_t +++ b/doc/source/themes/agogo/static/agogo.css_t @@ -425,7 +425,13 @@ table.contentstable, table.contentstable td, table.contentstable th { border-style: none; } +div.body table.contentstable p { + margin: 0.5em; + text-align: left; +} + table.contentstable a { + text-decoration: none; font-size: 120%; }