[Checkins] SVN: zc.sourcefactory/trunk/ made texts a bit nicer when rendered in pypi

Michael Howitz mh at gocept.com
Thu Aug 28 04:52:52 EDT 2008


Log message for revision 90523:
  made texts a bit nicer when rendered in pypi
  

Changed:
  U   zc.sourcefactory/trunk/CHANGES.txt
  U   zc.sourcefactory/trunk/src/zc/sourcefactory/README.txt

-=-
Modified: zc.sourcefactory/trunk/CHANGES.txt
===================================================================
--- zc.sourcefactory/trunk/CHANGES.txt	2008-08-28 08:52:07 UTC (rev 90522)
+++ zc.sourcefactory/trunk/CHANGES.txt	2008-08-28 08:52:51 UTC (rev 90523)
@@ -1,3 +1,4 @@
+=======
 Changes
 =======
 
@@ -2,7 +3,7 @@
 0.4.0 (unreleased)
-------------------
+==================
 
 
 0.3.4 (2008-08-27)
-------------------
+==================
 
@@ -12,26 +13,26 @@
       readable in pypi. [icemac]
 
 0.3.3 (2008-06-10)
-------------------
+==================
 
     - Fixed bug in __new__ of factories that would disallow subclasses to use
       constructors that expect a different signature. (Thanks to Sebastian
       Wehrmann for the patch.)
 
 0.3.2 (2008-04-09)
-------------------
+==================
 
     - Fixed scalability bug caused by missing __nonzero__ on ValueMappingSource
 
 
 0.3.1 (2008-02-12)
-------------------
+==================
 
     - Fixed scalability bug caused by missing __nonzero__ on BasicSourceFactory
 
 
 0.3.0 (??????????)
-------------------
+==================
 
     - Added class-level defaults for attributes that are declared in the
       interfaces to not have the Zope 2 security machinery complain about
@@ -39,14 +40,14 @@
 
 
 0.2.1 (2007-07-10)
-------------------
+==================
 
     - Fixed a bug in the contextual token policy that was handling the
       resolution of values for a given token incorrectly.
 
 
 0.2.0 (2007-07-10)
-------------------
+==================
 
     - Added a contextual token policy interface that allows getToken and
       getValue to access the cotext for contextual sources.

Modified: zc.sourcefactory/trunk/src/zc/sourcefactory/README.txt
===================================================================
--- zc.sourcefactory/trunk/src/zc/sourcefactory/README.txt	2008-08-28 08:52:07 UTC (rev 90522)
+++ zc.sourcefactory/trunk/src/zc/sourcefactory/README.txt	2008-08-28 08:52:51 UTC (rev 90523)
@@ -14,7 +14,7 @@
 allow users to define only the business relevant code for getting a list of
 values, getting a token and a title to display.
 
-.. contents
+.. contents::
 
 Simple case
 ===========



More information about the Checkins mailing list