summaryrefslogtreecommitdiff
path: root/src/python-systemd/docs
diff options
context:
space:
mode:
authorZbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl>2013-02-16 20:28:34 -0500
committerZbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl>2013-02-22 16:57:43 +0100
commitc1db45c6a5b0bd2ad7ddbfd877162794ac3a48f8 (patch)
treecf9f841081647a3eb92800f070dc021c0855303b /src/python-systemd/docs
parent3aa8f0861ca00572879bd32e4f352afd578e674c (diff)
sphinx: document Journal class too
Diffstat (limited to 'src/python-systemd/docs')
-rw-r--r--src/python-systemd/docs/journal.rst13
1 files changed, 13 insertions, 0 deletions
diff --git a/src/python-systemd/docs/journal.rst b/src/python-systemd/docs/journal.rst
index 036250a764..89728a2ecb 100644
--- a/src/python-systemd/docs/journal.rst
+++ b/src/python-systemd/docs/journal.rst
@@ -9,3 +9,16 @@
----------------------
.. autoclass:: JournalHandler
+
+Accessing the Journal
+---------------------
+
+.. autoclass:: _Journal
+ :undoc-members:
+ :inherited-members:
+
+.. autoclass:: Journal
+ :undoc-members:
+ :inherited-members:
+
+ .. automethod:: __init__