mirror of
https://salsa.debian.org/freeipa-team/freeipa.git
synced 2025-02-25 18:55:28 -06:00
Made package-level docstrings more consistent so they read better in generated documentation
This commit is contained in:
@@ -18,5 +18,5 @@
|
|||||||
# Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
|
# Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
|
||||||
|
|
||||||
"""
|
"""
|
||||||
Backend plugins and XML-RPC.
|
Package containing server backend.
|
||||||
"""
|
"""
|
||||||
|
|||||||
@@ -18,7 +18,7 @@
|
|||||||
# Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
|
# Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
|
||||||
|
|
||||||
"""
|
"""
|
||||||
LDAP backend plugin.
|
Backend plugin for LDAP.
|
||||||
|
|
||||||
This wraps the python-ldap bindings.
|
This wraps the python-ldap bindings.
|
||||||
"""
|
"""
|
||||||
|
|||||||
@@ -17,7 +17,7 @@
|
|||||||
# Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
|
# Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
|
||||||
|
|
||||||
"""
|
"""
|
||||||
IPA web-based user interface.
|
Package containing web-based UI components.
|
||||||
"""
|
"""
|
||||||
|
|
||||||
import kid
|
import kid
|
||||||
|
|||||||
@@ -17,5 +17,5 @@
|
|||||||
# Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
|
# Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
|
||||||
|
|
||||||
"""
|
"""
|
||||||
Kid templates.
|
Sub-package containing Kid templates.
|
||||||
"""
|
"""
|
||||||
|
|||||||
@@ -18,7 +18,7 @@
|
|||||||
# Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
|
# Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
|
||||||
|
|
||||||
"""
|
"""
|
||||||
The IPA Library.
|
Package containing core library.
|
||||||
|
|
||||||
To learn about the ``ipalib`` library, you should read the code in this order:
|
To learn about the ``ipalib`` library, you should read the code in this order:
|
||||||
|
|
||||||
|
|||||||
@@ -18,7 +18,7 @@
|
|||||||
# Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
|
# Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
|
||||||
|
|
||||||
"""
|
"""
|
||||||
Kerberos backend.
|
Backend plugin for Kerberos.
|
||||||
|
|
||||||
This wraps the python-kerberos and python-krbV bindings.
|
This wraps the python-kerberos and python-krbV bindings.
|
||||||
"""
|
"""
|
||||||
|
|||||||
@@ -18,9 +18,10 @@
|
|||||||
# Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
|
# Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
|
||||||
|
|
||||||
"""
|
"""
|
||||||
XML-RPC client plugin.
|
Backend plugin for XML-RPC client.
|
||||||
|
|
||||||
Lightwieght XML-RPC client using Python standard library xmlrpclib.
|
This provides a lightwieght XML-RPC client using Python standard library
|
||||||
|
``xmlrpclib`` module.
|
||||||
"""
|
"""
|
||||||
|
|
||||||
import xmlrpclib
|
import xmlrpclib
|
||||||
|
|||||||
Reference in New Issue
Block a user