diff options
author | Pavel Březina <pbrezina@redhat.com> | 2014-04-14 10:17:17 +0200 |
---|---|---|
committer | Pavel Březina <pbrezina@redhat.com> | 2014-06-03 10:22:43 +0200 |
commit | fd5d3bac220593355fd83aa55a82391f8df1a688 (patch) | |
tree | d243fba1436a74d6fdd34a3c95bd59134555fd13 /commands/sssd/doc/python.rst | |
parent | 7d0c44309714e5cef6a40f0f9a085d860b69ce0f (diff) | |
download | openlmi-scripts-sssd.tar.gz openlmi-scripts-sssd.tar.xz openlmi-scripts-sssd.zip |
SSSD scriptssssd
Diffstat (limited to 'commands/sssd/doc/python.rst')
-rw-r--r-- | commands/sssd/doc/python.rst | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/commands/sssd/doc/python.rst b/commands/sssd/doc/python.rst new file mode 100644 index 0000000..5022992 --- /dev/null +++ b/commands/sssd/doc/python.rst @@ -0,0 +1,9 @@ +Python reference for OpenLMI client scripts +=========================================== + +Service Module API +------------------- +.. automodule:: lmi.scripts.sssd + :members: + + |