[Checkins] SVN: zc.shortcut/trunk/src/zc/shortcut/ Make ReST usage consistent across package so that PyPI doc aggregation

Gary Poster gary at zope.com
Thu Dec 7 14:14:32 EST 2006


Log message for revision 71491:
  Make ReST usage consistent across package so that PyPI doc aggregation
  processes correctly
  

Changed:
  U   zc.shortcut/trunk/src/zc/shortcut/adding.txt
  U   zc.shortcut/trunk/src/zc/shortcut/factory.txt
  U   zc.shortcut/trunk/src/zc/shortcut/proxy.txt

-=-
Modified: zc.shortcut/trunk/src/zc/shortcut/adding.txt
===================================================================
--- zc.shortcut/trunk/src/zc/shortcut/adding.txt	2006-12-07 19:12:33 UTC (rev 71490)
+++ zc.shortcut/trunk/src/zc/shortcut/adding.txt	2006-12-07 19:14:31 UTC (rev 71491)
@@ -7,7 +7,7 @@
 more flexibility for choosing the nextURL after an add.
 
 Supporting Traversal Proxies
-----------------------------
+============================
 
 Both the action method and the nextURL method redirect to the absoluteURL of
 the container in the zope.app implementation.  In the face of shortcuts and
@@ -71,7 +71,7 @@
     'http://127.0.0.1/shortcut_parent/shortcut/@@contents.html'
 
 Adding Flexibility to 'nextURL'
--------------------------------
+===============================
 
 The nextURL method in the zope.app implementation of an adding defines 
 precisely what the nextURL should be: the @@contents.html view of the context.

Modified: zc.shortcut/trunk/src/zc/shortcut/factory.txt
===================================================================
--- zc.shortcut/trunk/src/zc/shortcut/factory.txt	2006-12-07 19:12:33 UTC (rev 71490)
+++ zc.shortcut/trunk/src/zc/shortcut/factory.txt	2006-12-07 19:14:31 UTC (rev 71491)
@@ -102,7 +102,7 @@
     True
 
 Using alternate shortcut implementations
-----------------------------------------
+========================================
 
 The shortcut factory takes an optional keyword parameter to specify
 the factory used to create the shortcut.  By default,

Modified: zc.shortcut/trunk/src/zc/shortcut/proxy.txt
===================================================================
--- zc.shortcut/trunk/src/zc/shortcut/proxy.txt	2006-12-07 19:12:33 UTC (rev 71490)
+++ zc.shortcut/trunk/src/zc/shortcut/proxy.txt	2006-12-07 19:14:31 UTC (rev 71491)
@@ -50,7 +50,7 @@
 
 
 Target proxies
---------------
+==============
 
 Target proxies are the primary shortcut-specific proxy type.
 When a shortcut is asked for its target it actually returns a proxy:



More information about the Checkins mailing list