DOC: make index.html the master doc

The scikits.image logo links to the master doc, which was previously set to contents.html (essentially blank). Use index.html instead.
This commit is contained in:
Tony S Yu
2011-09-24 00:15:15 -04:00
parent cf9c8e7765
commit 70b39b8090
+1 -1
View File
@@ -39,7 +39,7 @@ source_suffix = '.txt'
#source_encoding = 'utf-8-sig'
# The master toctree document.
master_doc = 'contents'
master_doc = 'index'
# General information about the project.
project = u'scikits.image'