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:: tree::
mediagoblin/ mediagoblin/
|- mediagoblin/ source code |- mediagoblin/ #source code
| |- tests/ | |- tests/
| |- templates/ | |- templates/
| |- auth/ | |- auth/
| \- submit/ | \- submit/
|- docs/ documentation |- docs/ #documentation
| |
| the rest of these directories are generated by | #the below directories are generated by
| buildout. | buildout.
| |
|- bin/ scripts |- bin/ #scripts
|- develop-eggs/ |- develop-eggs/
|- eggs/ |- eggs/
|- mediagoblin.egg-info/ |- mediagoblin.egg-info/
|- parts/ |- parts/
|- user_dev/ sessions, etc |- user_dev/ #sessions, etc
As you can see, all the code for GNU MediaGoblin is in the As you can see, all the code for GNU MediaGoblin is in the