diff options
author | Christopher Allan Webber <cwebber@dustycloud.org> | 2011-10-31 23:42:12 -0500 |
---|---|---|
committer | Christopher Allan Webber <cwebber@dustycloud.org> | 2011-10-31 23:42:12 -0500 |
commit | 345b07ae13e95fb9a52a25bf8d605f82c6dc66da (patch) | |
tree | 56d4fc6d38574384b463db299ce6c0f1c300485e /docs/source | |
parent | b31269d5976977662178ec20d83a2a78e60ce9df (diff) | |
parent | 49fca84b9f508b677ed8a339667ffbffec498bd4 (diff) | |
download | mediagoblin-345b07ae13e95fb9a52a25bf8d605f82c6dc66da.tar.lz mediagoblin-345b07ae13e95fb9a52a25bf8d605f82c6dc66da.tar.xz mediagoblin-345b07ae13e95fb9a52a25bf8d605f82c6dc66da.zip |
Merge remote branch 'remotes/j1mc/master'
Diffstat (limited to 'docs/source')
-rw-r--r-- | docs/source/configuration.rst | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/docs/source/configuration.rst b/docs/source/configuration.rst index 38e712c9..093f492c 100644 --- a/docs/source/configuration.rst +++ b/docs/source/configuration.rst @@ -36,16 +36,16 @@ read and reference: mediagoblin/config_spec.ini This file is actually a specification for mediagoblin.ini itself, as a config file! It defines types and defaults. Sometimes it's a - good place to look for documentation... or to find out that hidden + good place to look for documentation... or to find that hidden option that we didn't tell you about. :) Making local copies =================== -Assuming you're doing the virtualenv setup described elsewhere in this -manual and you need to make local tweaks to the config files, there's -an easy way to do that. +Let's assume you're doing the virtualenv setup described elsewhere in this +manual, and you need to make local tweaks to the config files. How do you do +that? Let's see. To make changes to mediagoblin.ini: |