[Checkins] SVN: zc.sourcefactory/branches/0.3/src/zc/sourcefactory/README.txt clean up formatting to allow merging with changes.txt

Christian Theune ct at gocept.com
Tue Jun 10 10:48:50 EDT 2008


Log message for revision 87288:
  clean up formatting to allow merging with changes.txt
  

Changed:
  U   zc.sourcefactory/branches/0.3/src/zc/sourcefactory/README.txt

-=-
Modified: zc.sourcefactory/branches/0.3/src/zc/sourcefactory/README.txt
===================================================================
--- zc.sourcefactory/branches/0.3/src/zc/sourcefactory/README.txt	2008-06-10 14:46:16 UTC (rev 87287)
+++ zc.sourcefactory/branches/0.3/src/zc/sourcefactory/README.txt	2008-06-10 14:48:26 UTC (rev 87288)
@@ -16,7 +16,7 @@
 
 
 Simple case
------------
+===========
 
 In the most simple case, you only have to provide a method that returns a list
 of values and derive from `BasicSourceFactory`::
@@ -44,7 +44,7 @@
 
 
 Contextual sources
-------------------
+==================
 
 Sometimes we need context to determine the values. In this case, the
 `getValues`-method gets a parameter `context`.
@@ -88,7 +88,7 @@
 
 
 Filtering
----------
+=========
 
 Additional to providing the `getValues`-method you can also provide a
 `filterValue`-method that will allow you to reduce the items from the list,
@@ -130,7 +130,7 @@
 
 
 Scaling
--------
+=======
 
 Sometimes the number of items available through a source is very large.  So
 large that you only want to access them if absolutely neccesary.  One such
@@ -151,7 +151,7 @@
 
 
 Simple case
------------
+===========
 
 In the most simple case, you only have to provide a method that returns a list
 of values and derive from `BasicSourceFactory`::
@@ -178,7 +178,7 @@
   3
 
 WARNING about the standard adapters for ITerms
-----------------------------------------------
+==============================================
 
 The standard adapters for ITerms are only suitable if the value types returned
 by your `getValues` function are homogenous. Mixing integers, persistent



More information about the Checkins mailing list