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 a13888a7aabf3991aecab4cd82be0d8aec36b139..6917cc0f57cf47d4f9a56fc1050ce1aabf1e3e0a 100644 (file)
@@ -4,6 +4,11 @@
   </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
   human beings. You are currently looking at the documentation of the
index 3b62ed2365b71f49a35d4227036538378f1d0ee6..bd9a7201d0c58ff1864a9a203e802d6f725a9267 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