diff options
| author | tarek <none@none> | 2009-11-11 22:11:02 +0100 |
|---|---|---|
| committer | tarek <none@none> | 2009-11-11 22:11:02 +0100 |
| commit | 6b23a07b6263fe86a7e1cdd790e850508e8d1530 (patch) | |
| tree | edc2b095ecdf660aaa8f4b227990839dd4a1f1e7 /docs/_templates | |
| parent | e589e51c764bda35f353bb32d107364dab97d8ae (diff) | |
| download | external_python_setuptools-6b23a07b6263fe86a7e1cdd790e850508e8d1530.tar.gz external_python_setuptools-6b23a07b6263fe86a7e1cdd790e850508e8d1530.tar.bz2 external_python_setuptools-6b23a07b6263fe86a7e1cdd790e850508e8d1530.zip | |
added a side bar with a download link to the doc. fixes #89
--HG--
branch : distribute
extra : rebase_source : 30b018e5e29225e00ffcb311af2cd0d4ad6eed6c
Diffstat (limited to 'docs/_templates')
| -rw-r--r-- | docs/_templates/indexsidebar.html | 8 |
1 files changed, 8 insertions, 0 deletions
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 @@ +<h3>Download</h3> + +<p>Current version: <b>{{ version }}</b></p> +<p>Get Distribute from the <a href="http://pypi.python.org/pypi/distribute"> Python Package Index</a> + +<h3>Questions? Suggestions? Contributions?</h3> + +<p>Visit the <a href="http://bitbucket.org/tarek/distribute">Distribute project page</a> </p> |
