File tree Expand file tree Collapse file tree 2 files changed +18
-6
lines changed
Expand file tree Collapse file tree 2 files changed +18
-6
lines changed Original file line number Diff line number Diff line change 33 You can adapt this file completely to your liking, but it should at least
44 contain the root `toctree` directive.
55
6- Welcome to python-systemd's documentation!
7- ==========================================
6+ .. _index :
7+
8+ python-systemd package
9+ ======================
810
911Contents:
1012
@@ -16,6 +18,15 @@ Contents:
1618 daemon
1719 login
1820
21+ Links
22+ =====
23+
24+ * `systemd man pages <http://www.freedesktop.org/software/systemd/man/index.html >`_
25+ * `systemd directives <http://www.freedesktop.org/software/systemd/man/systemd.directives.html >`_
26+ * git `repository <https://github.com/systemd/python-systemd >`_ of this package
27+ * `systemd <http://www.freedesktop.org/wiki/Software/systemd/ >`_ home page
28+ * systemd git `repository <https://github.com/systemd/systemd >`_
29+
1930Indices and tables
2031==================
2132
Original file line number Diff line number Diff line change 11{% extends "!layout.html" %}
22
33{% block relbar1 %}
4- < a href ="../man/systemd.index.html "> Index </ a > ·
5- < a href ="../man/systemd.directives.html "> Directives </ a > ·
6- < a href ="index.html "> Python </ a > ·
7- < span style ="float:right "> systemd {{release}}</ span >
4+ < a href ="index.html "> python-systemd </ a > ·
5+ < a href ="http://www.freedesktop.org/software/systemd/man/index.html "> man pages </ a > ·
6+ < a href ="http://www.freedesktop.org/software/systemd/man/systemd.directives.html "> directives </ a >
7+
8+ < span style ="float:right "> python-systemd {{release}}</ span >
89 < hr />
910{% endblock %}
1011
You can’t perform that action at this time.
0 commit comments