summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorZbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl>2013-03-09 09:55:03 -0500
committerZbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl>2015-07-05 14:19:18 -0400
commit98d3fa4753dcc36c95ca6cd53ce999812cbe866f (patch)
tree55634d44aef58e39ee60e021aab15bf541e8f69d
parent531c97c27b13aefd7435b8e0a4ebc558a4b5054a (diff)
downloadpython-systemd-98d3fa4753dcc36c95ca6cd53ce999812cbe866f.tar.gz
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.
-rw-r--r--systemd/docs/.gitignore1
-rw-r--r--systemd/docs/layout.html17
2 files changed, 18 insertions, 0 deletions
diff --git a/systemd/docs/.gitignore b/systemd/docs/.gitignore
new file mode 100644
index 0000000..b06a965
--- /dev/null
+++ b/systemd/docs/.gitignore
@@ -0,0 +1 @@
+!layout.html
diff --git a/systemd/docs/layout.html b/systemd/docs/layout.html
new file mode 100644
index 0000000..7898914
--- /dev/null
+++ b/systemd/docs/layout.html
@@ -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 %}