diff options
| author | Zbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl> | 2013-03-09 09:55:03 -0500 |
|---|---|---|
| committer | Zbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl> | 2015-07-05 14:19:18 -0400 |
| commit | 98d3fa4753dcc36c95ca6cd53ce999812cbe866f (patch) | |
| tree | 55634d44aef58e39ee60e021aab15bf541e8f69d /systemd | |
| parent | 531c97c27b13aefd7435b8e0a4ebc558a4b5054a (diff) | |
| download | python-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.
Diffstat (limited to 'systemd')
| -rw-r--r-- | systemd/docs/.gitignore | 1 | ||||
| -rw-r--r-- | systemd/docs/layout.html | 17 |
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 %} |
