diff options
author | tycho garen <garen@tychoish.com> | 2011-08-27 17:43:14 -0400 |
---|---|---|
committer | tycho garen <garen@tychoish.com> | 2011-08-27 17:43:14 -0400 |
commit | 6503d66c98765802836b09fb9f6a5f2ad47ad47a (patch) | |
tree | db87e8348d7f5cf80cb23a30e0202b51bc23ec38 /.gitignore | |
parent | 7d6a9058ddb36798f59c7506703c53ba780f0b62 (diff) | |
download | mediagoblin-6503d66c98765802836b09fb9f6a5f2ad47ad47a.tar.lz mediagoblin-6503d66c98765802836b09fb9f6a5f2ad47ad47a.tar.xz mediagoblin-6503d66c98765802836b09fb9f6a5f2ad47ad47a.zip |
Documentation Revision, clarification, and editing.
- a line in the .gitignore file to ignore the built documentation
tree.
- a complete revision/editorial pass of all non-technical documents
that outline process, project fundamentals, and background. These
edits clarified the text, unified the style, and elaborated on
stubs.
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -9,6 +9,7 @@ mediagoblin.egg-info *.pyc *.pyo docs/_build/ +docs/build user_dev/ paste_local.ini mediagoblin_local.ini |