From 6b23a07b6263fe86a7e1cdd790e850508e8d1530 Mon Sep 17 00:00:00 2001 From: tarek Date: Wed, 11 Nov 2009 22:11:02 +0100 Subject: added a side bar with a download link to the doc. fixes #89 --HG-- branch : distribute extra : rebase_source : 30b018e5e29225e00ffcb311af2cd0d4ad6eed6c --- docs/_templates/indexsidebar.html | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 docs/_templates/indexsidebar.html (limited to 'docs/_templates') diff --git a/docs/_templates/indexsidebar.html b/docs/_templates/indexsidebar.html new file mode 100644 index 00000000..932909f3 --- /dev/null +++ b/docs/_templates/indexsidebar.html @@ -0,0 +1,8 @@ +

Download

+ +

Current version: {{ version }}

+

Get Distribute from the Python Package Index + +

Questions? Suggestions? Contributions?

+ +

Visit the Distribute project page

-- cgit v1.2.3