From 2e3512c656409e53df29b93192e239f08f50348b Mon Sep 17 00:00:00 2001 From: Sebastian Date: Thu, 15 Sep 2016 22:29:25 +0200 Subject: Add Docs to README --- README.md | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/README.md b/README.md index fe5919c..abd83d6 100644 --- a/README.md +++ b/README.md @@ -79,6 +79,17 @@ Notes: This might happen if there are no arguments or one of them is invalid. +Documentation +============= + +Online documentation can be found at [freedesktop.org](https://www.freedesktop.org/software/systemd/python-systemd/) + +To build it locally run: + + make sphinx-html + +Or use any other builder, see `man sphinx-build` for a list. The compiled docs will be e.g. in `docs/html`. + Viewing Output ============== -- cgit v1.2.1