diff --git a/doc/source/_templates/index.html b/doc/source/_templates/index.html deleted file mode 100644 index 834c7975..00000000 --- a/doc/source/_templates/index.html +++ /dev/null @@ -1,88 +0,0 @@ -{% extends "layout.html" %} -{% set title = 'Home' %} -{% block body %} - -

{{ docstitle }}

-

This SciKit is an - image processing toolbox for SciPy.

- -

Sections

- -
- - - - - - - - - - - - - - -
- -

Indices and Tables

- - -
- - - - - - - - -
- -{% endblock %} diff --git a/doc/source/conf.py b/doc/source/conf.py index febe1fe1..34694a1d 100644 --- a/doc/source/conf.py +++ b/doc/source/conf.py @@ -148,7 +148,7 @@ html_static_path = ['_static'] # Additional templates that should be rendered to pages, maps page names to # template names. -html_additional_pages = {'index': 'index.html'} +# html_additional_pages = {} # If false, no module index is generated. #html_use_modindex = True diff --git a/doc/source/index.txt b/doc/source/index.txt index a487b092..8ed4ff33 100644 --- a/doc/source/index.txt +++ b/doc/source/index.txt @@ -1,3 +1,38 @@ -.. toctree:: +************* +scikits.image +************* - /api/api +This SciKit_ is an image processing toolbox for SciPy_. + +.. _SciKit: http://scikits.appspot.com +.. _SciPy: http://www.scipy.org + + +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. + + +Indices and Tables +================== + +`Table of Contents `_ + Lists all sections and subsections. + +:ref:`search` + Search this documentation. + +:ref:`genindex` + All functions, classes, terms.