diff options
author | Zbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl> | 2013-02-16 20:28:34 -0500 |
---|---|---|
committer | Zbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl> | 2013-02-22 16:57:43 +0100 |
commit | c1db45c6a5b0bd2ad7ddbfd877162794ac3a48f8 (patch) | |
tree | cf9f841081647a3eb92800f070dc021c0855303b /src/python-systemd/docs | |
parent | 3aa8f0861ca00572879bd32e4f352afd578e674c (diff) |
sphinx: document Journal class too
Diffstat (limited to 'src/python-systemd/docs')
-rw-r--r-- | src/python-systemd/docs/journal.rst | 13 |
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__ |