[Checkins] SVN: zope.interface/trunk/ Little description formatting fix.

Dan Korostelev nadako at gmail.com
Fri Mar 13 06:21:41 EDT 2009


Log message for revision 98024:
  Little description formatting fix.

Changed:
  U   zope.interface/trunk/README.txt
  U   zope.interface/trunk/setup.py

-=-
Modified: zope.interface/trunk/README.txt
===================================================================
--- zope.interface/trunk/README.txt	2009-03-13 10:11:58 UTC (rev 98023)
+++ zope.interface/trunk/README.txt	2009-03-13 10:21:41 UTC (rev 98024)
@@ -1,12 +1,6 @@
-***************
-Zope Interfaces
-***************
-
 This package provides an implementation of `object interfaces` for Python.
 Interfaces are a mechanism for labeling objects as conforming to a given
 API or contract. So, this package can be considered as implementation of
 the `Design By Contract`_ methodology support in Python.
 
 .. _Design By Contract: http://en.wikipedia.org/wiki/Design_by_contract
-
-.. contents::

Modified: zope.interface/trunk/setup.py
===================================================================
--- zope.interface/trunk/setup.py	2009-03-13 10:11:58 UTC (rev 98023)
+++ zope.interface/trunk/setup.py	2009-03-13 10:21:41 UTC (rev 98024)
@@ -69,7 +69,7 @@
         + '\n' +
         'Detailed Documentation\n'
         '**********************\n'
-        + '\n' +
+        + '\n.. contents::\n\n' +
         read('src', 'zope', 'interface', 'README.txt')
         + '\n' +
         read('src', 'zope', 'interface', 'adapter.txt')



More information about the Checkins mailing list