diff --git a/doc/source/index.txt b/doc/source/index.txt index f70dc86e..15b5b57e 100644 --- a/doc/source/index.txt +++ b/doc/source/index.txt @@ -11,18 +11,32 @@ This SciKit_ is an image processing toolbox for SciPy_. Sections ======== -`Overview `_ - Introduction to scikits.image. -`Installation Steps `_ - How to install scikits.image. -`Contribute `_ - Take part in development. -`API Reference `_ (`changes `_) - Documentation for the functions included in scikits.image. -`User Guide `_ - Usage guidelines. -`License Info `_ - Conditions on the use and redistribution of this package. +.. list-table:: + :class: contentstable + + * - `Overview `_ + + Introduction to scikits.image. + + - `API Reference `_ (`changes `_) + + Documentation for the functions included in scikits.image. + + * - `Installation Steps `_ + + How to install scikits.image. + + - `User Guide `_ + + Usage guidelines. + + * - `Contribute `_ + + Take part in development. + + - `License Info `_ + + Conditions on the use and redistribution of this package. Indices and Tables diff --git a/doc/source/themes/agogo/static/agogo.css_t b/doc/source/themes/agogo/static/agogo.css_t index 443e66c8..af6f0a76 100644 --- a/doc/source/themes/agogo/static/agogo.css_t +++ b/doc/source/themes/agogo/static/agogo.css_t @@ -426,6 +426,14 @@ table.contentstable p.biglink { line-height: 150%; } +table.contentstable { + border-style: none; +} + +table.contentstable td, table.contentstable th { + border-style: none; +} + a.biglink { font-size: 1.3em; }