[Checkins] SVN: grok/trunk/doc/tutorial.txt A few small tweaks thanks to feedback from Tim Terleg?\195?\165rd.

Martijn Faassen faassen at infrae.com
Tue Feb 27 12:16:37 EST 2007


Log message for revision 72890:
  A few small tweaks thanks to feedback from Tim Terleg?\195?\165rd.
  

Changed:
  U   grok/trunk/doc/tutorial.txt

-=-
Modified: grok/trunk/doc/tutorial.txt
===================================================================
--- grok/trunk/doc/tutorial.txt	2007-02-27 17:05:26 UTC (rev 72889)
+++ grok/trunk/doc/tutorial.txt	2007-02-27 17:16:36 UTC (rev 72890)
@@ -78,11 +78,16 @@
 Creating a grok project
 -----------------------
 
-Let's create a first Grok project. We will place our sample code in
-here, so we'll call it Sample::
+Let's create a first Grok project. A Grok project is a working
+environment for a developer using Grok; in essence, a directory with a
+lot of files and subdirectories in it. Let's create a Grok project
+called Sample::
 
   $ grokproject Sample
 
+This tells grokproject to create a new subdirectory called ``Sample``
+and set up the project in there.
+
 grokproject will tell you what it will be creating::
 
   Selected and implied templates:
@@ -98,7 +103,7 @@
 grokproject is using. After this, it reports three names. 
 
 First, it reports the name this project will have if in the project's
-``setup.py``:
+``setup.py``::
 
     egg:      Sample
 
@@ -109,7 +114,7 @@
     package:  sample
 
 Finally, it gives the name of the project directory that it will
-create::
+create (under the current directory)::
 
     project:  Sample
 



More information about the Checkins mailing list