diff --git a/doc/Makefile b/doc/Makefile index 2abac1ce..a041f834 100644 --- a/doc/Makefile +++ b/doc/Makefile @@ -44,7 +44,7 @@ coveragetable: html: api coveragetable $(SPHINXBUILD) -b html $(ALLSPHINXOPTS) $(DEST)/html - cp source/plots $(DEST)/html -r + cp -r source/plots $(DEST)/html @echo @echo "Build finished. The HTML pages are in build/html." diff --git a/doc/source/conf.py b/doc/source/conf.py index d9e20793..2732b37e 100644 --- a/doc/source/conf.py +++ b/doc/source/conf.py @@ -45,11 +45,11 @@ 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' -copyright = u'2009, SciPy Developers' +copyright = u'2011, scikits-image team' # The version info for the project you're documenting, acts as replacement for # |version| and |release|, also used in various other places throughout the diff --git a/doc/source/themes/agogo/static/agogo.css_t b/doc/source/themes/agogo/static/agogo.css_t index 99d44d62..0a9e12ef 100644 --- a/doc/source/themes/agogo/static/agogo.css_t +++ b/doc/source/themes/agogo/static/agogo.css_t @@ -595,8 +595,23 @@ tt { font-size: 0.95em; } +table { + border-collapse: collapse; + margin-bottom: 1em; + margin-top: 1em; +} + +table, th, td { + border: 1px solid #ccc; +} + +th, td { + padding: 5px; +} + th { - background-color: #ede; + color: #333; + background-color: #eee; } #api-reference ul:first-child {