big docs update

This commit is contained in:
Kenneth Reitz
2011-05-16 02:02:01 -04:00
parent dd3e852812
commit b1036cf883
5 changed files with 38 additions and 9 deletions
+6 -4
View File
@@ -11,13 +11,15 @@
{%- block footer %}
<div class="footer">
&copy; Copyright {{ copyright }}.
Created using <a href="http://sphinx.pocoo.org/">Sphinx</a>.
</div>
<a href="https://github.com/kennethreitz/python-guide">
<img style="position: absolute; top: 0; right: 0; border: 0;" src="http://s3.amazonaws.com/github/ribbons/forkme_right_darkblue_121621.png" alt="Fork me on GitHub" />
</a>
<script type="text/javascript">
var _gaq2 = _gaq2 || [];
_gaq2.push(['_setAccount', 'UA-8742933-9']);
_gaq2.push(['_setAccount', 'UA-8742933-10']);
_gaq2.push(['_setDomainName', 'none']);
_gaq2.push(['_setAllowLinker', true]);
_gaq2.push(['_trackPageview']);
@@ -32,5 +34,5 @@
{%- endblock %}