[Checkins] SVN: bluebream/trunk/docs/source/gettingstarted.rst mention all sections

Baiju M baiju.m.mail at gmail.com
Sat Jan 9 05:28:27 EST 2010


Log message for revision 107913:
  mention all sections
  

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

-=-
Modified: bluebream/trunk/docs/source/gettingstarted.rst
===================================================================
--- bluebream/trunk/docs/source/gettingstarted.rst	2010-01-09 10:27:44 UTC (rev 107912)
+++ bluebream/trunk/docs/source/gettingstarted.rst	2010-01-09 10:28:27 UTC (rev 107913)
@@ -8,7 +8,13 @@
 project using BlueBream.  The Preparations section gives you an idea
 about what are the preparation you need to make to proceed with the
 further steps.  The Installation section gives an overview of
-installing a BlueBream.
+installing a BlueBream.  "Creating a sample project" section explains
+creating an example project using ``bluebream`` project template.
+The next section shows how to build the application.  Basic usage
+section explains the basic usage of project.  The "Package directory
+structure" shows the directory structure and decribe each directories
+and files purpose.  "Hello World" sections shows how to create a
+hello page.
 
 Preparations
 ------------
@@ -86,7 +92,7 @@
 ------------------------
 
 The generated package include a buildout configuration file and
-bootstrap.py.  First you need to bootstrap the buildout itself::
+``bootstrap.py``.  First you need to bootstrap the buildout itself::
 
   $ cd sampleproject
   $ python2.6 bootstrap.py
@@ -227,3 +233,5 @@
 
 Conclusion
 ----------
+
+This chapter introdued BlueBream



More information about the checkins mailing list