summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorKenneth Reitz <me@kennethreitz.com>2011-05-16 02:08:37 -0400
committerKenneth Reitz <me@kennethreitz.com>2011-05-16 02:08:37 -0400
commitc9766a48b07daa8e72d5109d644c05e115a55318 (patch)
tree1083cc716b37c16d0d22de904137ffa790adf222 /docs
parent6975685b89c99abd8bc0cf61fbd968620ceabff5 (diff)
downloadtablib-c9766a48b07daa8e72d5109d644c05e115a55318.tar.gz
docs update
Diffstat (limited to 'docs')
-rw-r--r--docs/_themes/kr/layout.html6
-rw-r--r--docs/conf.py8
-rw-r--r--docs/index.rst2
3 files changed, 11 insertions, 5 deletions
diff --git a/docs/_themes/kr/layout.html b/docs/_themes/kr/layout.html
index 7e76548..344ec29 100644
--- a/docs/_themes/kr/layout.html
+++ b/docs/_themes/kr/layout.html
@@ -9,10 +9,12 @@
{% endblock %}
{%- block relbar2 %}{% endblock %}
{%- block footer %}
- <div class="footer">
+ <div class="footer">
&copy; Copyright {{ copyright }}.
- Created using <a href="http://sphinx.pocoo.org/">Sphinx</a>.
</div>
+ <a href="https://github.com/kennethreitz/tablib">
+ <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 _gaq = _gaq || [];
diff --git a/docs/conf.py b/docs/conf.py
index d4f8552..fb1843d 100644
--- a/docs/conf.py
+++ b/docs/conf.py
@@ -41,7 +41,7 @@ master_doc = 'index'
# General information about the project.
project = u'Tablib'
-copyright = u'2011, Kenneth Reitz.'
+copyright = u'2011. A <a href="http://kennethreitz.com/pages/open-projects.html">Kenneth Reitz</a> Project'
# The version info for the project you're documenting, acts as replacement for
# |version| and |release|, also used in various other places throughout the
@@ -131,7 +131,11 @@ html_static_path = ['static']
html_use_smartypants = True
# Custom sidebar templates, maps document names to template names.
-#html_sidebars = {}
+html_sidebars = {
+ 'index': ['sidebarintro.html', 'sourcelink.html', 'searchbox.html'],
+ '**': ['sidebarlogo.html', 'localtoc.html', 'relations.html',
+ 'sourcelink.html', 'searchbox.html']
+}
# Additional templates that should be rendered to pages, maps page names to
# template names.
diff --git a/docs/index.rst b/docs/index.rst
index 255bb51..bb530bf 100644
--- a/docs/index.rst
+++ b/docs/index.rst
@@ -6,7 +6,7 @@
Tablib: Pythonic Tabular Datasets
=================================
-Release |version|.
+Release v\ |version|.
.. Contents:
..