[Checkins] SVN: zc.buildout/branches/documentation/doc/how-to-write-an-application.rest Tweak.

Jim Fulton jim at zope.com
Mon Sep 26 17:31:13 EST 2011


Log message for revision 122962:
  Tweak.
  

Changed:
  U   zc.buildout/branches/documentation/doc/how-to-write-an-application.rest

-=-
Modified: zc.buildout/branches/documentation/doc/how-to-write-an-application.rest
===================================================================
--- zc.buildout/branches/documentation/doc/how-to-write-an-application.rest	2011-09-26 22:31:07 UTC (rev 122961)
+++ zc.buildout/branches/documentation/doc/how-to-write-an-application.rest	2011-09-26 22:31:13 UTC (rev 122962)
@@ -26,19 +26,19 @@
 
 The file has a ``buildout`` section that names the :term:`parts
 <part>` you want.  The part is defined by the ``py`` section.  The
-options in the ``py`` section are::
+options in the ``py`` section are:
 
   ``recipe = zc.recipe.egg``
       The ``zc.recipe.egg`` assembles a list of eggs and extra paths
       to create scripts or custom interpreters.
 
-  eggs = tweepy
+  ``eggs = tweepy``
       You're going to use the tweepy egg.
 
-  interpreter = py
+  ``interpreter = py``
       Create a custom interpreter named ``py``
 
-  extra-paths = src
+  ``extra-paths = src``
       Include the ``src`` directory in the interpreter's python path.
 
 To build this configuration, you need to bootstrap buildout by



More information about the checkins mailing list