From 70b39b80907c7d096cad6bc75b37ce3add78f649 Mon Sep 17 00:00:00 2001 From: Tony S Yu Date: Sat, 24 Sep 2011 00:15:15 -0400 Subject: [PATCH] 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. --- doc/source/conf.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/source/conf.py b/doc/source/conf.py index c9959dd4..aa176165 100644 --- a/doc/source/conf.py +++ b/doc/source/conf.py @@ -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'