summaryrefslogtreecommitdiff
path: root/doc/source/templates/layout.html
diff options
context:
space:
mode:
authorJulian Andres Klode <jak@debian.org>2009-07-23 21:42:17 +0200
committerJulian Andres Klode <jak@debian.org>2009-07-23 21:42:17 +0200
commitd8c0ca6ff164f79910b315c9525fa77417084edf (patch)
tree68fb49f5b69c3c3c2163a9f8049496774375a45a /doc/source/templates/layout.html
parent22d8199e2d047dc6b258241cf33e67d77aa33ca6 (diff)
downloadpython-apt-d8c0ca6ff164f79910b315c9525fa77417084edf.tar.gz
doc/source: Big documentation reorganisation.
Due to the new C++ API and because I wanted to include some tutorials, the documentation is now seperated into 4 sections: library => Documentation of modules. tutorials => Tutorials for using python-apt and contributing whatsnew => Release notes c++ => Documentation,Tutorials for the C++ API This commit also includes a new overview page, like the Python documentation.
Diffstat (limited to 'doc/source/templates/layout.html')
-rw-r--r--doc/source/templates/layout.html10
1 files changed, 10 insertions, 0 deletions
diff --git a/doc/source/templates/layout.html b/doc/source/templates/layout.html
new file mode 100644
index 00000000..60298719
--- /dev/null
+++ b/doc/source/templates/layout.html
@@ -0,0 +1,10 @@
+{% extends "!layout.html" %}
+{% block rootrellink %}
+ <li><img src="{{ pathto('_static/py.png', 1) }}" alt=""
+ style="vertical-align: middle; margin-top: -1px"/></li>
+ <li><a href="{{ pathto('index') }}">{{ shorttitle }}</a>{{ reldelim1 }}</li>
+{% endblock %}
+{% block extrahead %}
+ <link rel="shortcut icon" type="image/png" href="{{ pathto('_static/py.png', 1) }}" />
+{{ super() }}
+{% endblock %}