commit-gnue
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[gnue] r9968 - trunk/gnue-common/src/base


From: reinhard
Subject: [gnue] r9968 - trunk/gnue-common/src/base
Date: Thu, 15 Oct 2009 03:22:12 -0500 (CDT)

Author: reinhard
Date: 2009-10-15 03:22:11 -0500 (Thu, 15 Oct 2009)
New Revision: 9968

Modified:
   trunk/gnue-common/src/base/setup.py
Log:
Epydoc fixes.


Modified: trunk/gnue-common/src/base/setup.py
===================================================================
--- trunk/gnue-common/src/base/setup.py 2009-10-14 15:01:48 UTC (rev 9967)
+++ trunk/gnue-common/src/base/setup.py 2009-10-15 08:22:11 UTC (rev 9968)
@@ -176,10 +176,10 @@
     This is a specialized version of distutil's C{sdist} command, with the
     following additions:
 
-      * The L{Setup} instance can define files to be built dynamically.
-      * Files with the name "*.dist_template" are processed and converted to
+      - The L{Setup} instance can define files to be built dynamically.
+      - Files with the name "*.dist_template" are processed and converted to
         the target file.
-      * svnrev.py is created.
+      - svnrev.py is created.
     """
 
     # -------------------------------------------------------------------------
@@ -301,8 +301,8 @@
     This is a specialized version of distutil's C{build} command, with the
     following additions:
 
-      * The L{Setup} instance can define files to be built dynamically.
-      * svnrev.py is created.
+      - The L{Setup} instance can define files to be built dynamically.
+      - svnrev.py is created.
 
     Both items are only executed if the build is done from a Subversion
     checkout rather than from a source distribution.
@@ -338,12 +338,12 @@
     This is a specialized version of distutil's C{install} command, with the
     following additions:
 
-      * A new user option C{--install-config} is available.
-      * All installation target directories not explicitly given on the command
+      - A new user option C{--install-config} is available.
+      - All installation target directories not explicitly given on the command
         line default to the targets where gnue-common was installed.
-      * Before installation, dependencies defined in the L{Setup} instance are
+      - Before installation, dependencies defined in the L{Setup} instance are
         checked.
-      * Translation catalogs are installed automatically.
+      - Translation catalogs are installed automatically.
     """
 
     user_options = distutils.command.install.install.user_options





reply via email to

[Prev in Thread] Current Thread [Next in Thread]