diff options
| -rw-r--r-- | docs/index.rst | 15 | ||||
| -rw-r--r-- | docs/layout.html | 9 |
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 %} |
