python/docs: use the same links on top as in man pages

I forgot to commit the layout file, because it was gitignored.
Fixed now.
This commit is contained in:
Zbigniew Jędrzejewski-Szmek
2013-03-09 09:55:03 -05:00
parent fa28d83678
commit 082cca735b
3 changed files with 19 additions and 1 deletions

1
src/python-systemd/docs/.gitignore vendored Normal file
View File

@@ -0,0 +1 @@
!layout.html

View File

@@ -0,0 +1,17 @@
{% extends "!layout.html" %}
{% block relbar1 %}
<a href="../man/systemd.index.html">Index </a>·
<a href="../man/systemd.directives.html">Directives </a>·
<a href="index.html">Python </a>·
<a href="../libudev/index.html">libudev </a>·
<a href="../libudev/index.html">gudev </a>
<span style="float:right">systemd v. {{release}}</span>
<hr />
{% endblock %}
{# remove the lower relbar #}
{% block relbar2 %} {% endblock %}
{# remove the footer #}
{% block footer %} {% endblock %}