summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorZbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl>2015-07-08 15:12:25 -0400
committerZbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl>2015-07-08 15:12:25 -0400
commit2f5a39023906132c4ba2c0246239e8dca3a898fe (patch)
tree7a9aa31c8ca4156a44fd56b5094cdbad71166ee6
parentf13a571db2121e43a5c46509157f1f8d6cb4c2ae (diff)
downloadpython-systemd-2f5a39023906132c4ba2c0246239e8dca3a898fe.tar.gz
docs: update links in documentation
This is a standalone package now, but let's keep the links to systemd itself.
-rw-r--r--docs/index.rst15
-rw-r--r--docs/layout.html9
2 files changed, 18 insertions, 6 deletions
diff --git a/docs/index.rst b/docs/index.rst
index e78d966..fe1692a 100644
--- a/docs/index.rst
+++ b/docs/index.rst
@@ -3,8 +3,10 @@
You can adapt this file completely to your liking, but it should at least
contain the root `toctree` directive.
-Welcome to python-systemd's documentation!
-==========================================
+.. _index:
+
+python-systemd package
+======================
Contents:
@@ -16,6 +18,15 @@ Contents:
daemon
login
+Links
+=====
+
+* `systemd man pages <http://www.freedesktop.org/software/systemd/man/index.html>`_
+* `systemd directives <http://www.freedesktop.org/software/systemd/man/systemd.directives.html>`_
+* git `repository <https://github.com/systemd/python-systemd>`_ of this package
+* `systemd <http://www.freedesktop.org/wiki/Software/systemd/>`_ home page
+* systemd git `repository <https://github.com/systemd/systemd>`_
+
Indices and tables
==================
diff --git a/docs/layout.html b/docs/layout.html
index 930a6a7..f27e52f 100644
--- a/docs/layout.html
+++ b/docs/layout.html
@@ -1,10 +1,11 @@
{% 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>
+ <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 %}