mirror of
https://github.com/wassname/scikit-image.git
synced 2026-09-09 11:33:41 +08:00
Format front page so it looks similar to old template.
This commit is contained in:
+26
-12
@@ -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;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user