summaryrefslogtreecommitdiff
path: root/docs
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
parent2517be4f78ee982697031d285c67afa20c00d6cc (diff)
downloadurwid-ac0812dfb5eba20a73526edf01f4d0b305d1f5e4.tar.gz
docs: small formatting changes, remove unused index.rst content
Diffstat (limited to 'docs')
-rw-r--r--docs/index.rst39
-rw-r--r--docs/tools/templates/indexcontent.html4
-rw-r--r--docs/tools/templates/indexsidebar.html7
3 files changed, 6 insertions, 44 deletions
diff --git a/docs/index.rst b/docs/index.rst
index 77f0e93..4a6bb3d 100644
--- a/docs/index.rst
+++ b/docs/index.rst
@@ -3,46 +3,7 @@ Urwid |release| Documentation
=============================
.. toctree::
- :hidden:
tutorial/index
manual/index
reference/index
-
-:ref:`Tutorial <urwid-tutorial>`
---------------------------------
-
-.. image:: tutorial/highcolors1.png
- :scale: 85%
- :target: tutorial/index.html#urwid-tutorial
-
-Start here. The :ref:`urwid-tutorial` covers example Urwid applications
-from basic to moderate complexity explaining each new concept along the way.
-
-:ref:`Manual <urwid-manual>`
-----------------------------
-
-.. image:: manual/images/introduction.png
- :scale: 50%
- :target: manual/index.html#urwid-manual
-
-The :ref:`urwid-manual` discusses each part of the library and how
-everything fits together.
-
-:ref:`Reference <urwid-reference>`
-----------------------------------
-
-.. image:: manual/images/urwid_widgets_1.png
- :scale: 30%
- :target: reference/index.html#urwid-reference
-
-The :ref:`urwid-reference` documents all the classes and functions in the
-library individually.
-
-
-Indices and tables
-------------------
-
-* :ref:`genindex`
-* :ref:`search`
-
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>