Mercurial > hg > configuration
diff README.txt @ 16:b7e7f450ad1a
why do we care about configuration files?
author | Jeff Hammel <jhammel@mozilla.com> |
---|---|
date | Mon, 26 Mar 2012 11:10:30 -0700 |
parents | b3023ba3c9ca |
children | 1025d283a570 |
line wrap: on
line diff
--- a/README.txt Mon Mar 26 10:41:38 2012 -0700 +++ b/README.txt Mon Mar 26 11:10:30 2012 -0700 @@ -1,7 +1,23 @@ configuration =========== -multi-level unified configuration +multi-level unified configuration for python consumption + +API +--- + +TODO : document this + + +Configuration Files +------------------- + +Config files are useful for (IMHO) A. complicated setup; +B. reproducibility; C. being able to share run time configurations +The latter is only useful if the configuration contains nothing +machine-specific (e.g. the path to an executable might vary from +machine to machine) or if the configuration is overridable from the +command line. ----