From 98d3fa4753dcc36c95ca6cd53ce999812cbe866f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Zbigniew=20J=C4=99drzejewski-Szmek?= Date: Sat, 9 Mar 2013 09:55:03 -0500 Subject: 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. --- systemd/docs/.gitignore | 1 + systemd/docs/layout.html | 17 +++++++++++++++++ 2 files changed, 18 insertions(+) create mode 100644 systemd/docs/.gitignore create mode 100644 systemd/docs/layout.html (limited to 'systemd/docs') 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 %} + Index · + Directives · + Python · + libudev · + gudev + systemd v. {{release}} +
+{% endblock %} + +{# remove the lower relbar #} +{% block relbar2 %} {% endblock %} + +{# remove the footer #} +{% block footer %} {% endblock %} -- cgit v1.2.1