diff options
author | Christopher Allan Webber <cwebber@dustycloud.org> | 2011-05-12 23:34:19 -0500 |
---|---|---|
committer | Christopher Allan Webber <cwebber@dustycloud.org> | 2011-05-12 23:34:19 -0500 |
commit | 9a22d0a0232647c37bb9c8afc57deaf31f0ec9b2 (patch) | |
tree | dfb86d9276cb6c0463677557c482327c6613d373 /docs/codebase.rst | |
parent | 376e6ef296299570ed3e09fca50536bbbf48328a (diff) | |
parent | bdcd615c3cf290565025a46aa03f986c472be7fc (diff) | |
download | mediagoblin-9a22d0a0232647c37bb9c8afc57deaf31f0ec9b2.tar.lz mediagoblin-9a22d0a0232647c37bb9c8afc57deaf31f0ec9b2.tar.xz mediagoblin-9a22d0a0232647c37bb9c8afc57deaf31f0ec9b2.zip |
Merge remote branch 'refs/remotes/dneelyeps/master'
Diffstat (limited to 'docs/codebase.rst')
-rw-r--r-- | docs/codebase.rst | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/docs/codebase.rst b/docs/codebase.rst index 1f6ce220..4f5f215f 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 - | buildout. + | #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 |