From: Daniel Neel Date: Thu, 12 May 2011 18:52:51 +0000 (-0400) Subject: Edits to "What's where" diagram in docs/codebase.rst X-Git-Url: https://vcs.fsf.org/?a=commitdiff_plain;h=84440a68f71eb4cb3bf036ea9918ec28948cacd1;p=mediagoblin.git Edits to "What's where" diagram in docs/codebase.rst Added comment symbols to distinguish comments from directory names. Changed wording a bit on one part. --- diff --git a/docs/codebase.rst b/docs/codebase.rst index 1f6ce220..37eaf4d2 100644 --- a/docs/codebase.rst +++ b/docs/codebase.rst @@ -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