[Checkins] SVN: zope.location/trunk/ Improve REST formatting.

Stephan Richter srichter at cosmos.phy.tufts.edu
Tue Oct 2 22:08:46 EDT 2007


Log message for revision 80519:
  Improve REST formatting.
  

Changed:
  U   zope.location/trunk/README.txt
  U   zope.location/trunk/setup.py
  U   zope.location/trunk/src/zope/location/location.txt

-=-
Modified: zope.location/trunk/README.txt
===================================================================
--- zope.location/trunk/README.txt	2007-10-03 02:03:53 UTC (rev 80518)
+++ zope.location/trunk/README.txt	2007-10-03 02:08:46 UTC (rev 80519)
@@ -2,6 +2,6 @@
 =============
 
 Overview
---------
+========
 
 In Zope3, location are special objects that has a structural location.

Modified: zope.location/trunk/setup.py
===================================================================
--- zope.location/trunk/setup.py	2007-10-03 02:03:53 UTC (rev 80518)
+++ zope.location/trunk/setup.py	2007-10-03 02:08:46 UTC (rev 80519)
@@ -28,8 +28,8 @@
       long_description=(
           read('README.txt')
           + '\n\n' +
-          'Detailed Documentation' +
-          '----------------------'
+          'Detailed Documentation\n' +
+          '======================'
           + '\n\n' +
           read('src', 'zope', 'location', 'location.txt')
           + '\n\n' +

Modified: zope.location/trunk/src/zope/location/location.txt
===================================================================
--- zope.location/trunk/src/zope/location/location.txt	2007-10-03 02:03:53 UTC (rev 80518)
+++ zope.location/trunk/src/zope/location/location.txt	2007-10-03 02:08:46 UTC (rev 80519)
@@ -3,7 +3,7 @@
 ========
 
 Location Base Class
-===================
+-------------------
 
 
 The `Location` base class is a stupid mix-in that defines `__parent__` and
@@ -39,8 +39,8 @@
 WrongContainedType: [foo <type 'unicode'>]
 
 
-The `insde` Function
-====================
+The `insie` Function
+--------------------
 
 The `inside` function tells if l1 is inside l2.  L1 is inside l2 if l2 is an
 ancestor of l1.
@@ -68,8 +68,8 @@
 
 
 LocationProxy
-=============
-    
+-------------
+
 The LocationProxy is a non-picklable proxy that can be put around objects that
 don't implement `ILocation`.
 
@@ -100,7 +100,7 @@
 
 
 The `located` function
-======================
+----------------------
 
 `located` locates an object in another and returns it:
 



More information about the Checkins mailing list