python-systemd/docs/layout.html
Zbigniew Jędrzejewski-Szmek 2f5a390239 docs: update links in documentation
This is a standalone package now, but let's keep the links
to systemd itself.
2015-07-08 15:12:25 -04:00

16 lines
495 B
HTML

{% extends "!layout.html" %}
{% block relbar1 %}
<a href="index.html">python-systemd </a>·
<a href="http://www.freedesktop.org/software/systemd/man/index.html">man pages </a>·
<a href="http://www.freedesktop.org/software/systemd/man/systemd.directives.html">directives </a>
<span style="float:right">python-systemd {{release}}</span>
<hr />
{% endblock %}
{# remove the lower relbar #}
{% block relbar2 %} {% endblock %}
{# remove the footer #}
{% block footer %} {% endblock %}