[Checkins] SVN: zc.buildout/branches/gary-4/zc.recipe.egg_/src/zc/recipe/egg/README.txt doc tweaks

Gary Poster gary.poster at canonical.com
Mon Jan 11 15:19:07 EST 2010


Log message for revision 108029:
  doc tweaks

Changed:
  U   zc.buildout/branches/gary-4/zc.recipe.egg_/src/zc/recipe/egg/README.txt

-=-
Modified: zc.buildout/branches/gary-4/zc.recipe.egg_/src/zc/recipe/egg/README.txt
===================================================================
--- zc.buildout/branches/gary-4/zc.recipe.egg_/src/zc/recipe/egg/README.txt	2010-01-11 16:18:01 UTC (rev 108028)
+++ zc.buildout/branches/gary-4/zc.recipe.egg_/src/zc/recipe/egg/README.txt	2010-01-11 20:19:06 UTC (rev 108029)
@@ -154,8 +154,8 @@
 interpreter
    The name of a script to generate that allows access to a Python
    interpreter that has the path set based on the eggs installed.
-   See the ``interpreter`` (or ``py``) recipe, below, for a more
-   full-featured interpreter.
+   See the ``interpreter`` recipe, below, for a more full-featured
+   interpreter.
 
 extra-paths
    Extra paths to include in a generated script.
@@ -756,9 +756,9 @@
 Interpreter generation
 ----------------------
 
-What if you want a more full-featured interpreter than the one described
-above?  That one is a script that mimics an interpreter--it has support
-for only a limited number of command-line options.
+The interpreter described above is a script that mimics an
+interpreter--it has support for only a limited number of command-line
+options. What if you want a more full-featured interpreter?
 
 The interpreter recipe generates a full-fledged version.  Here's an example.
 
@@ -779,7 +779,7 @@
     Installing py.
     Generated interpreter '/sample-buildout/bin/py'.
 
-Notice that the recipe took the name of the recipe from the name of the
+Notice that the recipe took the name of the interpreter from the name of the
 section.
 
 The bin/py script now just restarts Python after specifying a special
@@ -841,16 +841,16 @@
 
 In addition to these, the interpreter script offers these three new options.
 
+extends
+    You can extend another section using this value.  It is intended to be
+    used by extending a section that uses this package's scripts recipe.
+    In this manner, you can avoid repeating yourself.
+
 include-site-customization
     Normally the Python's real sitecustomize module is not processed.
     If you want it to be processed, set this value to 'true'.  This will
     be honored irrespective of the setting for include-site-paths.
 
-extends
-    You can extend another section using this value.  It is intended to be
-    used by extending a section that uses this package's scripts recipe.
-    In this manner, you can avoid repeating yourself.
-
 name
     If you do not want to have the interpreter have the same name as the
     section, you can set it explicitly with this option.



More information about the checkins mailing list