summaryrefslogtreecommitdiff
path: root/doc/_templates
diff options
context:
space:
mode:
authorgeorg.brandl <devnull@localhost>2008-07-04 18:49:39 +0000
committergeorg.brandl <devnull@localhost>2008-07-04 18:49:39 +0000
commit7a59bd9e32b583777e0199182643f53563230cf4 (patch)
treefa932287db33c716b7d3bc6b9187b5ba5f2c48fd /doc/_templates
parentd4b1953028ee4505a6f5c9f1181de82f49767251 (diff)
downloadsphinx-7a59bd9e32b583777e0199182643f53563230cf4.tar.gz
Merged revisions 64703-64708,64710-64712 via svnmerge from
svn+ssh://pythondev@svn.python.org/doctools/branches/0.4.x ........ r64703 | georg.brandl | 2008-07-04 19:24:00 +0200 (Fri, 04 Jul 2008) | 2 lines Fix linkcheck builder crash for malformed URLs. ........ r64704 | georg.brandl | 2008-07-04 19:32:40 +0200 (Fri, 04 Jul 2008) | 2 lines Add 0.5 compatibility for more admonitions. ........ r64705 | georg.brandl | 2008-07-04 19:38:37 +0200 (Fri, 04 Jul 2008) | 2 lines Remove silly "rubric" restriction in latex writer. ........ r64706 | georg.brandl | 2008-07-04 19:41:44 +0200 (Fri, 04 Jul 2008) | 2 lines Document rubric:: Footnotes behavior. ........ r64707 | georg.brandl | 2008-07-04 19:45:28 +0200 (Fri, 04 Jul 2008) | 2 lines Fix XHTML. ........ r64708 | georg.brandl | 2008-07-04 19:50:56 +0200 (Fri, 04 Jul 2008) | 2 lines More XHTML fixes. ........ r64710 | georg.brandl | 2008-07-04 19:59:56 +0200 (Fri, 04 Jul 2008) | 2 lines Copy the html_logo to the output static dir. ........ r64711 | georg.brandl | 2008-07-04 20:37:43 +0200 (Fri, 04 Jul 2008) | 2 lines Fix latex code for module names with underscores that have platforms. ........ r64712 | georg.brandl | 2008-07-04 20:46:40 +0200 (Fri, 04 Jul 2008) | 2 lines Fix a crash with nonlocal image URIs. ........
Diffstat (limited to 'doc/_templates')
-rw-r--r--doc/_templates/index.html8
-rw-r--r--doc/_templates/layout.html2
2 files changed, 5 insertions, 5 deletions
diff --git a/doc/_templates/index.html b/doc/_templates/index.html
index 4cb20ffd..64816b19 100644
--- a/doc/_templates/index.html
+++ b/doc/_templates/index.html
@@ -48,14 +48,14 @@
<h2>Documentation</h2>
<table class="contentstable" align="center" style="margin-left: 30px"><tr>
<td width="50%">
- <p class="biglink"><a class="biglink" href="{{ pathto("contents") }}">Contents</a><br>
+ <p class="biglink"><a class="biglink" href="{{ pathto("contents") }}">Contents</a><br/>
<span class="linkdescr">for a complete overview</span></p>
- <p class="biglink"><a class="biglink" href="{{ pathto("search") }}">Search page</a><br>
+ <p class="biglink"><a class="biglink" href="{{ pathto("search") }}">Search page</a><br/>
<span class="linkdescr">search the documentation</span></p>
</td><td width="50%">
- <p class="biglink"><a class="biglink" href="{{ pathto("genindex") }}">General Index</a><br>
+ <p class="biglink"><a class="biglink" href="{{ pathto("genindex") }}">General Index</a><br/>
<span class="linkdescr">all functions, classes, terms</span></p>
- <p class="biglink"><a class="biglink" href="{{ pathto("modindex") }}">Module Index</a><br>
+ <p class="biglink"><a class="biglink" href="{{ pathto("modindex") }}">Module Index</a><br/>
<span class="linkdescr">quick access to all documented modules</span></p>
</td></tr>
</table>
diff --git a/doc/_templates/layout.html b/doc/_templates/layout.html
index df1ebb54..2cc15450 100644
--- a/doc/_templates/layout.html
+++ b/doc/_templates/layout.html
@@ -7,7 +7,7 @@
{% block relbar1 %}
<div style="background-color: white; text-align: left; padding: 10px 10px 15px 15px">
-<img src="{{ pathto("_static/sphinx.png", 1) }}">
+<img src="{{ pathto("_static/sphinx.png", 1) }}" alt="Sphinx logo" />
</div>
{{ super() }}
{% endblock %}