Skip to content

Commit 2f5a390

Browse files
committed
docs: update links in documentation
This is a standalone package now, but let's keep the links to systemd itself.
1 parent f13a571 commit 2f5a390

File tree

2 files changed

+18
-6
lines changed

2 files changed

+18
-6
lines changed

docs/index.rst

Lines changed: 13 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,10 @@
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

911
Contents:
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+
1930
Indices and tables
2031
==================
2132

docs/layout.html

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,11 @@
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

0 commit comments

Comments
 (0)