Merge pull request #24 from tonysyu/doc_tweaks

DOC: Clean up build and restyle tables.
This commit is contained in:
Stefan van der Walt
2011-09-24 14:52:56 -07:00
3 changed files with 19 additions and 4 deletions
+1 -1
View File
@@ -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."
+2 -2
View File
@@ -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
+16 -1
View File
@@ -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 {