aboutsummaryrefslogtreecommitdiff
path: root/docs/theme
diff options
context:
space:
mode:
authorMarcin Kuzminski <marcin@python-works.com>2010-12-17 23:38:23 +0100
committerMarcin Kuzminski <marcin@python-works.com>2010-12-17 23:38:23 +0100
commit9cc4102b16b5e104982d336c8b81c7769e72e581 (patch)
treeee5a16b23329aec8d0715bd98bfa2b2c48ba5830 /docs/theme
parent2685b6441dba299d57bb29d36bbe2b9dddb52bf5 (diff)
fixed readme typo, added layout.html to sphinx theme
--HG-- branch : beta
Diffstat (limited to 'docs/theme')
-rw-r--r--docs/theme/nature/layout.html14
1 files changed, 14 insertions, 0 deletions
diff --git a/docs/theme/nature/layout.html b/docs/theme/nature/layout.html
new file mode 100644
index 00000000..f6faf414
--- /dev/null
+++ b/docs/theme/nature/layout.html
@@ -0,0 +1,14 @@
+{% extends "basic/layout.html" %}
+
+{% block sidebarlogo %}
+<h3>Support my development effort.</h3>
+<div style="text-align:center">
+ <form action="https://www.paypal.com/cgi-bin/webscr" method="post">
+ <input type="hidden" name="cmd" value="_s-xclick">
+ <input type="hidden" name="hosted_button_id" value="8U2LLRPLBKWDU">
+ <input style="border:0px !important" type="image" src="https://www.paypal.com/en_US/i/btn/btn_donate_SM.gif"
+ border="0" name="submit" alt="PayPal - The safer, easier way to pay online!">
+ <img alt="" border="0" src="https://www.paypal.com/en_US/i/scr/pixel.gif" width="1" height="1">
+ </form>
+</div>
+{% endblock %}}