diff options
| author | Zbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl> | 2015-07-08 13:45:03 -0400 |
|---|---|---|
| committer | Zbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl> | 2015-07-08 13:45:03 -0400 |
| commit | 1ad7f56b9015ce31d2b5c6a4418fc8c52f48120a (patch) | |
| tree | 0a992dd5449b3909cdf357d677433dd868a4d72b /docs/layout.html | |
| parent | 2cef4ef7fc8cf73e24c1a701cdd0203f63c7d57c (diff) | |
| download | python-systemd-1ad7f56b9015ce31d2b5c6a4418fc8c52f48120a.tar.gz | |
Move docs to top level and include in manifest
Diffstat (limited to 'docs/layout.html')
| -rw-r--r-- | docs/layout.html | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/docs/layout.html b/docs/layout.html new file mode 100644 index 0000000..930a6a7 --- /dev/null +++ b/docs/layout.html @@ -0,0 +1,15 @@ +{% 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>· + <span style="float:right">systemd {{release}}</span> + <hr /> +{% endblock %} + +{# remove the lower relbar #} +{% block relbar2 %} {% endblock %} + +{# remove the footer #} +{% block footer %} {% endblock %} |
