[Checkins] SVN: bluebream/website/docs/v1.0/tutorial.rst sub sections

Baiju M baiju.m.mail at gmail.com
Fri Jan 15 12:39:53 EST 2010


Log message for revision 108158:
  sub sections
  

Changed:
  U   bluebream/website/docs/v1.0/tutorial.rst

-=-
Modified: bluebream/website/docs/v1.0/tutorial.rst
===================================================================
--- bluebream/website/docs/v1.0/tutorial.rst	2010-01-15 17:31:38 UTC (rev 108157)
+++ bluebream/website/docs/v1.0/tutorial.rst	2010-01-15 17:39:53 UTC (rev 108158)
@@ -31,6 +31,9 @@
 Starting new project
 --------------------
 
+Using project template
+~~~~~~~~~~~~~~~~~~~~~~
+
 In this section, we will create the directory layout for ticket
 collector application.  I assume you have already installed
 ``bluebream`` using ``easy_install bluebream`` command as mentioned
@@ -117,6 +120,9 @@
 The reason is that, the name and namespace package might be referred
 from many places.
 
+Fresh package
+~~~~~~~~~~~~~
+
 If you change directory to ``ticketcollector``, you can see few
 directories and files::
 
@@ -154,6 +160,9 @@
 Python installation and internet access to PyPI.  We will see how
 this is becoming possible in the upcoming sections.
 
+Buildout
+~~~~~~~~
+
 The next step is building the application using Buildout.  The
 purpose of Buildout is to automate all the process involved in
 building an Python application/package from scratch.  The only basic
@@ -191,6 +200,9 @@
 - The ``develop-eggs`` directory is where buildout save links to all
   locally developing Python eggs.
 
+Buildout configuration
+~~~~~~~~~~~~~~~~~~~~~~
+
 After bootstrapping the Buildout, you can perform the real building
 of your application.  All the steps you have done so far is not
 required to be repeated.  But the build step will be required to
@@ -391,6 +403,9 @@
 module.  The only mandatory option is ``eggs`` where you can specify
 the eggs.
 
+Running Buildout
+~~~~~~~~~~~~~~~~
+
 Now you can the ``bin/buildout`` command.  This will take some time
 to download packages from PyPI.  When you run buildout, it will show
 something like this::



More information about the checkins mailing list