Made package-level docstrings more consistent so they read better in generated documentation

This commit is contained in:
Jason Gerard DeRose
2008-10-07 20:07:16 -06:00
parent c747c12fb2
commit b2b5b904bc
7 changed files with 9 additions and 8 deletions

View File

@@ -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.
""" """

View File

@@ -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.
""" """

View File

@@ -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

View File

@@ -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.
""" """

View File

@@ -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:

View File

@@ -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.
""" """

View File

@@ -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