[Python-checkins] r64743 - doctools/branches/0.4.x/doc/_templates/index.html

georg.brandl python-checkins at python.org
Sat Jul 5 18:34:55 CEST 2008


Author: georg.brandl
Date: Sat Jul  5 18:34:55 2008
New Revision: 64743

Log:
Add a direct link to the examples page.


Modified:
   doctools/branches/0.4.x/doc/_templates/index.html

Modified: doctools/branches/0.4.x/doc/_templates/index.html
==============================================================================
--- doctools/branches/0.4.x/doc/_templates/index.html	(original)
+++ doctools/branches/0.4.x/doc/_templates/index.html	Sat Jul  5 18:34:55 2008
@@ -44,6 +44,9 @@
     You can also download a <a href="http://sphinx.pocoo.org/sphinx.pdf">PDF version</a>
     of the Sphinx documentation, generated from the LaTeX Sphinx produces.
   </p>
+  <p>Links to more documentation generated with Sphinx can be found on the
+    <a href="{{ pathto("examples") }}">Projects using Sphinx</a> page.
+  </p>
 
   <h2>Documentation</h2>
   <table class="contentstable" align="center" style="margin-left: 30px"><tr>


More information about the Python-checkins mailing list