Edits to "What's where" diagram in docs/codebase.rst
authorDaniel Neel <dneelyep@gmail.com>
Thu, 12 May 2011 18:52:51 +0000 (14:52 -0400)
committerDaniel Neel <dneelyep@gmail.com>
Thu, 12 May 2011 18:52:51 +0000 (14:52 -0400)
Added comment symbols to distinguish comments from directory names.
Changed wording a bit on one part.

docs/codebase.rst

index 1f6ce220b561767732ccefe9b60e473aff9f816f..37eaf4d21b4f001b3505a1d8b6f0225ed91276d7 100644 (file)
@@ -79,22 +79,22 @@ After you've run buildout, you're faced with the following directory
 tree::
 
     mediagoblin/
-    |- mediagoblin/              source code
+    |- mediagoblin/              #source code
     |  |- tests/
     |  |- templates/
     |  |- auth/
     |  \- submit/
-    |- docs/                     documentation
+    |- docs/                     #documentation
     |
-    |        the rest of these directories are generated by
+    |        #the below directories are generated by
     |        buildout.
     |
-    |- bin/                      scripts
+    |- bin/                      #scripts
     |- develop-eggs/
     |- eggs/
     |- mediagoblin.egg-info/
     |- parts/
-    |- user_dev/                 sessions, etc
+    |- user_dev/                 #sessions, etc
 
 
 As you can see, all the code for GNU MediaGoblin is in the