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/layout.html | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) create mode 100644 systemd/docs/layout.html (limited to 'systemd/docs/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 From 961f238f8f449b0ecc2945264d26099afb60940b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Zbigniew=20J=C4=99drzejewski-Szmek?= Date: Tue, 12 Mar 2013 23:57:09 -0400 Subject: man,html: say 'systemd 198' in the header This should help readers of the man or HTML pages know if the documentation is out of date. An alternative to use a date generated from 'git log' was considered, but since we try to keep user visible documentation up to date, showing the project version should be enough. --- systemd/docs/layout.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'systemd/docs/layout.html') diff --git a/systemd/docs/layout.html b/systemd/docs/layout.html index 7898914..be5ff98 100644 --- a/systemd/docs/layout.html +++ b/systemd/docs/layout.html @@ -6,7 +6,7 @@ Python · libudev · gudev - systemd v. {{release}} + systemd {{release}}
{% endblock %} -- cgit v1.2.1 From 2a3fc158a5160e8da77852fc71ee49c6f359fd56 Mon Sep 17 00:00:00 2001 From: Kay Sievers Date: Wed, 3 Jun 2015 00:09:23 +0200 Subject: remove gudev and gtk-doc The library moved to: https://git.gnome.org/browse/libgudev/ --- systemd/docs/layout.html | 2 -- 1 file changed, 2 deletions(-) (limited to 'systemd/docs/layout.html') diff --git a/systemd/docs/layout.html b/systemd/docs/layout.html index be5ff98..930a6a7 100644 --- a/systemd/docs/layout.html +++ b/systemd/docs/layout.html @@ -4,8 +4,6 @@ Index · Directives · Python · - libudev · - gudev systemd {{release}}
{% endblock %} -- cgit v1.2.1