From 082cca735b831228a465e9c8e3af65d239b286af Mon Sep 17 00:00:00 2001 From: =?utf8?q?Zbigniew=20J=C4=99drzejewski-Szmek?= Date: Sat, 9 Mar 2013 09:55:03 -0500 Subject: [PATCH] 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. --- Makefile.am | 2 +- src/python-systemd/docs/.gitignore | 1 + src/python-systemd/docs/layout.html | 17 +++++++++++++++++ 3 files changed, 19 insertions(+), 1 deletion(-) create mode 100644 src/python-systemd/docs/.gitignore create mode 100644 src/python-systemd/docs/layout.html diff --git a/Makefile.am b/Makefile.am index 7b1f17f65..89768e6c3 100644 --- a/Makefile.am +++ b/Makefile.am @@ -3898,7 +3898,7 @@ doc-sync: all destdir-sphinx gtkdoc-rebase --html-dir=docs/gudev/html --online rsync -av --delete docs/gudev/html/ --omit-dir-times $(www_target)/gudev/ rsync -av --delete-excluded --include="*.html" --exclude="*" --omit-dir-times man/ $(www_target)/man/ - rsync -av --delete --omit-dir-times docs/python-systemd/ $(www_target)/python-systemd/ + rsync -av --delete --omit-dir-times docs/html/python-systemd/ $(www_target)/python-systemd/ git-tag: git tag "v$(VERSION)" -m "systemd $(VERSION)" diff --git a/src/python-systemd/docs/.gitignore b/src/python-systemd/docs/.gitignore new file mode 100644 index 000000000..b06a965e6 --- /dev/null +++ b/src/python-systemd/docs/.gitignore @@ -0,0 +1 @@ +!layout.html diff --git a/src/python-systemd/docs/layout.html b/src/python-systemd/docs/layout.html new file mode 100644 index 000000000..78989143e --- /dev/null +++ b/src/python-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 %} -- 2.30.2