[Python-checkins] r61903 - doctools/trunk/doc/_templates/indexsidebar.html doctools/trunk/doc/_templates/layout.html

georg.brandl python-checkins at python.org
Tue Mar 25 19:34:11 CET 2008


Author: georg.brandl
Date: Tue Mar 25 19:34:11 2008
New Revision: 61903

Modified:
   doctools/trunk/doc/_templates/indexsidebar.html
   doctools/trunk/doc/_templates/layout.html
Log:
Add Jabber address.


Modified: doctools/trunk/doc/_templates/indexsidebar.html
==============================================================================
--- doctools/trunk/doc/_templates/indexsidebar.html	(original)
+++ doctools/trunk/doc/_templates/indexsidebar.html	Tue Mar 25 19:34:11 2008
@@ -7,7 +7,8 @@
 
 <h3>Questions? Suggestions?</h3>
 
-<p>Send them to <nobr>&lt;georg at python org&gt;</nobr>, or come to the
+<p>Send them to <nobr>&lt;georg at python org&gt;</nobr>, contact the author
+via Jabber at <nobr>&lt;gbrandl at pocoo org&gt;</nobr> or come to the
 <tt>#python-docs</tt> channel on FreeNode.</p>
 <p>You can also open a bug at Python's <a href="http://bugs.python.org/">bug
 tracker</a>, using the "Documentation tools" category.</p>

Modified: doctools/trunk/doc/_templates/layout.html
==============================================================================
--- doctools/trunk/doc/_templates/layout.html	(original)
+++ doctools/trunk/doc/_templates/layout.html	Tue Mar 25 19:34:11 2008
@@ -7,7 +7,7 @@
 
 {% block beforerelbar %}
 <div style="background-color: white; text-align: left; padding: 10px 10px 15px 15px">
-<img src="{{ pathto("static/sphinx.png", 1) }}">
+<img src="{{ pathto("_static/sphinx.png", 1) }}">
 </div>
 {% endblock %}
 


More information about the Python-checkins mailing list