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.
This commit is contained in:
Daniel Neel 2011-05-12 14:52:51 -04:00
parent 434fb405e3
commit 84440a68f7

View 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