summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorIan Ward <ian@excess.org>2014-01-04 17:48:57 -0500
committerIan Ward <ian@excess.org>2014-01-04 17:48:57 -0500
commitc171672e02fe4d53871eca0cb4d664d911577369 (patch)
tree1b3e7d98a5823e2e71ec313fd4bbf03040b5611d
parent58bf2899e9315740b8b46e50049ac6fe895b6a27 (diff)
downloadurwid-c171672e02fe4d53871eca0cb4d664d911577369.tar.gz
docs: add image link for examples pages
-rw-r--r--docs/index.rst2
-rw-r--r--docs/tools/templates/indexcontent.html12
-rw-r--r--docs/tools/templates/indexsidebar.html3
3 files changed, 9 insertions, 8 deletions
diff --git a/docs/index.rst b/docs/index.rst
index 6411bd3..66050c9 100644
--- a/docs/index.rst
+++ b/docs/index.rst
@@ -4,8 +4,8 @@ Urwid |release| Documentation
.. toctree::
+ examples/index
tutorial/index
manual/index
reference/index
- examples/index
changelog
diff --git a/docs/tools/templates/indexcontent.html b/docs/tools/templates/indexcontent.html
index dedabb3..6e64e1b 100644
--- a/docs/tools/templates/indexcontent.html
+++ b/docs/tools/templates/indexcontent.html
@@ -11,7 +11,6 @@
>Download: urwid-{{ release }}.tar.gz</a></li>
{% endif %}
<li><a href="changelog.html">Changelog</a>
-<li><a href="examples/index.html">Example programs</a>
</ul>
<div class="hilight"><pre>git clone https://github.com/wardi/urwid.git</pre></div>
@@ -57,14 +56,15 @@
</div>
<div style="padding-left: 560px;">
-<div class="section" id="documentation">
-<h2><em>Documentation</em></a></h2>
+<div class="section" id="big-buttons">
+<p><a class="reference external image-reference" href="examples/index.html"><img alt="_images/graph2.png" src="_images/graph2.png" width="200" style="padding-bottom: 5px" /></br>
+<em>Examples</em></a></p>
<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>
+<em>Tutorial</em></a></p>
<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>
+<em>Manual</em></a></p>
<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>
+<em>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>
diff --git a/docs/tools/templates/indexsidebar.html b/docs/tools/templates/indexsidebar.html
index 3f31eb7..adcba34 100644
--- a/docs/tools/templates/indexsidebar.html
+++ b/docs/tools/templates/indexsidebar.html
@@ -1,5 +1,6 @@
-<h3>Table of Contents</h3>
+<h3>Documentation</h3>
<div style="padding: 10px 0 16px 10px">
+<h4><a class="reference internal" href="examples/index.html">Examples</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>