summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorIan Ward <ian@excess.org>2013-12-29 21:38:54 -0500
committerIan Ward <ian@excess.org>2013-12-29 21:38:54 -0500
commite7fbc30012131a7255b23995534406f0e39f5e77 (patch)
tree25f1ec9a22f3a727304e1c474d0e28d6a545982c
parent3a6b6cf766650435868c8d58e9171d97141cf9aa (diff)
downloadurwid-e7fbc30012131a7255b23995534406f0e39f5e77.tar.gz
small changes to front page
-rw-r--r--docs/conf.py2
-rw-r--r--docs/tools/templates/indexcontent.html19
-rw-r--r--docs/tools/templates/indexsidebar.html8
-rw-r--r--docs/tools/templates/layout.html5
4 files changed, 13 insertions, 21 deletions
diff --git a/docs/conf.py b/docs/conf.py
index e612f89..a86bf24 100644
--- a/docs/conf.py
+++ b/docs/conf.py
@@ -119,7 +119,7 @@ html_theme_options = {
# The name for this set of Sphinx documents. If None, it defaults to
# "<project> v<release> documentation".
-html_title = "Urwid %s Documentation" % (release,)
+html_title = "Urwid %s" % (release,)
# A shorter title for the navigation bar. Default is the same as html_title.
#html_short_title = None
diff --git a/docs/tools/templates/indexcontent.html b/docs/tools/templates/indexcontent.html
index 60a544b..204f8de 100644
--- a/docs/tools/templates/indexcontent.html
+++ b/docs/tools/templates/indexcontent.html
@@ -1,8 +1,8 @@
{% extends "!defindex.html" %}
{% block body %}
-<h1>Urwid {{ release }}</h1>
+<h1>Urwid</h1>
<div style="float: left; width: 500px;">
-<p>Urwid is an console user interface library for Python.</p>
+<p>Console user interface library for Python</p>
<ul>
<li><a href="https://pypi.python.org/packages/source/u/urwid/urwid-{{ release }}.tar.gz"
@@ -54,18 +54,15 @@
<div style="padding-left: 560px;">
<div class="section" id="documentation">
<h2><em>Documentation</em></a></h2>
-<p><a class="reference external image-reference" href="tutorial/index.html#urwid-tutorial"><img alt="_images/highcolors1.png" src="_images/highcolors1.png" width="200" style="padding-bottom: 5px" /></br>
+<p><a class="reference external image-reference" href="tutorial/index.html"><img alt="_images/highcolors1.png" src="_images/highcolors1.png" width="200" style="padding-bottom: 5px" /></br>
<em>Urwid Tutorial</em></a></p>
-<p><a class="reference external image-reference" href="manual/index.html#urwid-manual"><img alt="_images/introduction.png" src="_images/introduction.png" width="200" style="padding-bottom: 5px" /></br>
+<p><a class="reference external image-reference" href="manual/index.html"><img alt="_images/introduction.png" src="_images/introduction.png" width="200" style="padding-bottom: 5px" /></br>
<em>Urwid Manual</em></a></p>
-<p><a class="reference external image-reference" href="reference/index.html#urwid-reference"><img alt="_images/urwid_widgets_1.png" src="_images/urwid_widgets_1.png" width="200" style="padding-bottom: 5px" /></br>
+<p><a class="reference external image-reference" href="reference/index.html"><img alt="_images/urwid_widgets_1.png" src="_images/urwid_widgets_1.png" width="200" style="padding-bottom: 5px" /></br>
<em>Urwid Reference</em></a></p>
+<p><a class="reference internal" href="genindex.html"><em>Index</em></a></p>
+<p><a class="reference internal" href="search.html"><em>Search Page</em></a></p>
</div>
</div>
-<div class="section" id="indices-and-tables" style="clear: both; padding-top: 8px">
-<h2>Indices and tables<a class="headerlink" href="#indices-and-tables" title="Permalink to this headline">ΒΆ</a></h2>
-<ul class="simple">
-<li><a class="reference internal" href="genindex.html"><em>Index</em></a></li>
-<li><a class="reference internal" href="search.html"><em>Search Page</em></a></li>
-</div>
+<div style="clear:both">&nbsp;</div>
{% endblock %}
diff --git a/docs/tools/templates/indexsidebar.html b/docs/tools/templates/indexsidebar.html
index cdff25a..a7811d3 100644
--- a/docs/tools/templates/indexsidebar.html
+++ b/docs/tools/templates/indexsidebar.html
@@ -1,7 +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 style="padding-left: 8px"><a class="reference internal" href="genindex.html"><em>Index</em></a></h4>
+<h4><a class="reference internal" href="tutorial/index.html">Tutorial</a></h4>
+<h4><a class="reference internal" href="manual/index.html">Manual</a></h4>
+<h4><a class="reference internal" href="reference/index.html">Reference</a></h4>
+<h4 style="padding-left: 8px"><a class="reference internal" href="genindex.html">Index</a></h4>
</div>
diff --git a/docs/tools/templates/layout.html b/docs/tools/templates/layout.html
deleted file mode 100644
index bba7e42..0000000
--- a/docs/tools/templates/layout.html
+++ /dev/null
@@ -1,5 +0,0 @@
-{% extends "!layout.html" %}
-{% block rootrellink %}
- <li><a href="http://excess.org/urwid/">Urwid Homepage</a> &raquo;</li>
- {{ super() }}
-{% endblock %}