diff options
author | Daniel Neel <dneelyep@gmail.com> | 2011-05-12 14:52:51 -0400 |
---|---|---|
committer | Daniel Neel <dneelyep@gmail.com> | 2011-05-12 14:52:51 -0400 |
commit | 84440a68f71eb4cb3bf036ea9918ec28948cacd1 (patch) | |
tree | 0b4a34ab797f28eafeb550a2615cc54c3b8388b4 /docs/codebase.rst | |
parent | 434fb405e3f0c3e6ff22a6a1fcf91fc84bbdca86 (diff) | |
download | mediagoblin-84440a68f71eb4cb3bf036ea9918ec28948cacd1.tar.lz mediagoblin-84440a68f71eb4cb3bf036ea9918ec28948cacd1.tar.xz mediagoblin-84440a68f71eb4cb3bf036ea9918ec28948cacd1.zip |
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.
Diffstat (limited to 'docs/codebase.rst')
-rw-r--r-- | docs/codebase.rst | 10 |
1 files changed, 5 insertions, 5 deletions
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 |