[Checkins] SVN: bluebream/trunk/docs/source/tutorial.rst mention `interpreter` option

Baiju M baiju.m.mail at gmail.com
Thu Jan 14 11:58:39 EST 2010


Log message for revision 108125:
  mention `interpreter` option
  

Changed:
  U   bluebream/trunk/docs/source/tutorial.rst

-=-
Modified: bluebream/trunk/docs/source/tutorial.rst
===================================================================
--- bluebream/trunk/docs/source/tutorial.rst	2010-01-14 16:52:35 UTC (rev 108124)
+++ bluebream/trunk/docs/source/tutorial.rst	2010-01-14 16:58:39 UTC (rev 108125)
@@ -312,9 +312,15 @@
   interpreter = breampy
 
 This part takes care of all the eggs required for the application to
-function.  Majority of the dependencies will come as part of the main
-appliation egg.  The option ``eggs`` list all the eggs.  The first
-egg, ``ticketcollector`` is the main locally developing egg.
+function.  The `zc.recipe.egg
+<http://pypi.python.org/pypi/zc.recipe.egg>`_ is an advanced Buildout
+recipe with many features to deal with egg.  Majority of the
+dependencies will come as part of the main appliation egg.  The
+option ``eggs`` list all the eggs.  The first egg,
+``ticketcollector`` is the main locally developing egg.  The last
+option, ``interpreter`` specify the name of custom interpreter create
+by this part.  The custom interpreter contains path to all eggs
+listed here.
 
 .. FIXME: need to add ``[zope_conf]`` and ``[test]`` parts here.
 



More information about the checkins mailing list