summaryrefslogtreecommitdiff
path: root/docs/tools
diff options
context:
space:
mode:
authorIan Ward <ian@excess.org>2012-10-19 18:43:55 -0400
committerIan Ward <ian@excess.org>2012-10-19 18:43:55 -0400
commitac0812dfb5eba20a73526edf01f4d0b305d1f5e4 (patch)
treeba30996e7fec40d02ee08f77ce046a37950c4b13 /docs/tools
parent2517be4f78ee982697031d285c67afa20c00d6cc (diff)
downloadurwid-ac0812dfb5eba20a73526edf01f4d0b305d1f5e4.tar.gz
docs: small formatting changes, remove unused index.rst content
Diffstat (limited to 'docs/tools')
-rw-r--r--docs/tools/templates/indexcontent.html4
-rw-r--r--docs/tools/templates/indexsidebar.html7
2 files changed, 6 insertions, 5 deletions
diff --git a/docs/tools/templates/indexcontent.html b/docs/tools/templates/indexcontent.html
index 209c1fb..13dc2b5 100644
--- a/docs/tools/templates/indexcontent.html
+++ b/docs/tools/templates/indexcontent.html
@@ -1,12 +1,12 @@
{% extends "!defindex.html" %}
{% block body %}
- <h1>{{ docstitle|e }}</h1>
+<h1>Urwid {{ release }} Documentation</h1>
<div class="section" id="tutorial">
<h2><a class="reference internal" href="tutorial/index.html#urwid-tutorial"><em>Tutorial</em></a><a class="headerlink" href="#tutorial" title="Permalink to this headline">¶</a></h2>
<a class="reference external image-reference" href="tutorial/index.html#urwid-tutorial"><img alt="_images/highcolors1.png" src="_images/highcolors1.png" width="200" align="left" style="padding-right: 15px" /></a>
<p>The <a class="reference internal" href="tutorial/index.html#urwid-tutorial"><em>Urwid Tutorial</em></a> covers example Urwid applications
-from basic to moderate complexity explaining each new concept along the way.</p>
+from basic to moderate complexity. Each new concept is explained along the way.</p>
</div>
<div class="section" id="manual" style="clear:both; padding-top: 8px">
<h2><a class="reference internal" href="manual/index.html#urwid-manual"><em>Manual</em></a><a class="headerlink" href="#manual" title="Permalink to this headline">¶</a></h2>
diff --git a/docs/tools/templates/indexsidebar.html b/docs/tools/templates/indexsidebar.html
index 704bd8b..cdff25a 100644
--- a/docs/tools/templates/indexsidebar.html
+++ b/docs/tools/templates/indexsidebar.html
@@ -1,6 +1,7 @@
-
+<h3>Table of Contents</h4>
+<div style="padding: 10px 0 16px 10px">
<h4><a class="reference internal" href="tutorial/index.html#urwid-tutorial">Tutorial</a></h4>
<h4><a class="reference internal" href="manual/index.html#urwid-manual">Manual</a></h4>
<h4><a class="reference internal" href="reference/index.html#urwid-reference">Reference</a></h4>
-<h4><a class="reference internal" href="genindex.html"><em>Index</em></a></h4>
-<br/>
+<h4 style="padding-left: 8px"><a class="reference internal" href="genindex.html"><em>Index</em></a></h4>
+</div>