Format front page so it looks similar to old template.

This commit is contained in:
Tony S Yu
2011-07-18 11:15:10 -04:00
parent e7ad3d58ef
commit 1f31141837
2 changed files with 34 additions and 12 deletions
+26 -12
View File
@@ -11,18 +11,32 @@ This SciKit_ is an image processing toolbox for SciPy_.
Sections
========
`Overview <overview.html>`_
Introduction to scikits.image.
`Installation Steps <install.html>`_
How to install scikits.image.
`Contribute <contribute.html>`_
Take part in development.
`API Reference <api/api.html>`_ (`changes <api_changes.html>`_)
Documentation for the functions included in scikits.image.
`User Guide <user_guide.html>`_
Usage guidelines.
`License Info <license.html>`_
Conditions on the use and redistribution of this package.
.. list-table::
:class: contentstable
* - `Overview <overview.html>`_
Introduction to scikits.image.
- `API Reference <api/api.html>`_ (`changes <api_changes.html>`_)
Documentation for the functions included in scikits.image.
* - `Installation Steps <install.html>`_
How to install scikits.image.
- `User Guide <user_guide.html>`_
Usage guidelines.
* - `Contribute <contribute.html>`_
Take part in development.
- `License Info <license.html>`_
Conditions on the use and redistribution of this package.
Indices and Tables
@@ -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;
}