add github buttons to sidebars
authorKenneth Reitz <me@kennethreitz.com>
Sun, 27 Nov 2011 15:00:47 +0000 (10:00 -0500)
committerKenneth Reitz <me@kennethreitz.com>
Sun, 27 Nov 2011 15:00:47 +0000 (10:00 -0500)
docs/_templates/sidebarintro.html
docs/_templates/sidebarlogo.html

index a13888a..6917cc0 100644 (file)
@@ -5,6 +5,11 @@
 </p>
 
 <p>
+  <iframe src="http://markdotto.github.com/github-buttons/github-btn.html?user=kennethreitz&repo=requests&type=watch&count=true&size=large"
+    allowtransparency="true" frameborder="0" scrolling="0" width="200px" height="35px"></iframe>
+</p>
+
+<p>
   Requests is an elegant and simple HTTP library for Python, built for
   human beings. You are currently looking at the documentation of the
   development release.
index 3b62ed2..bd9a720 100644 (file)
@@ -3,6 +3,10 @@
     <img class="logo" src="{{ pathto('_static/requests-sidebar.png', 1) }}" alt="Logo"/>
   </a>
 </p>
+<p>
+<iframe src="http://markdotto.github.com/github-buttons/github-btn.html?user=kennethreitz&repo=requests&type=watch&count=true&size=large"
+  allowtransparency="true" frameborder="0" scrolling="0" width="200px" height="35px"></iframe>
+</p>
 
 <p>
   Requests is an elegant and simple HTTP library for Python, built for