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 %}
-
-
- |
-
-
- Overview
-
- Introduction to {{project}}.
-
-
-
-
- Installation Steps
-
- How to install {{project}}.
-
-
-
-
- Contribute
-
- Take part in development.
-
-
- |
-
-
-
- API Reference (changes)
-
- Documentation for the functions included in {{project}}.
-
-
-
-
- User Guide
-
- Usage guidelines.
-
-
-
-
- License Info
-
- Conditions on the use and redistribution of this package.
-
-
- |
-
-
- |
-
-
- Table of Contents
-
- Lists all sections and subsections.
-
-
-
-
- Search Page
-
- Search this documentation.
-
-
- |
-
-
-
- Index
-
- All functions, classes, terms.
-
-
- |
-
-{% 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