source: trunk/config_example.py @ 1513

Last change on this file since 1513 was 1513, checked in by toby, 9 years ago

update and rebuild docs

File size: 822 bytes
Line 
1# -*- coding: utf-8 -*-
2#config.py - Variables used to set optional configuration options
3########### SVN repository information ###################
4# $Date: $
5# $Author: toby $
6# $Revision: $
7# $URL: $
8# $Id: $
9########### SVN repository information ###################
10'''
11*config.py: Configuration options*
12----------------------------------
13
14This file contains optional configuration options for GSAS-II. Note that
15this file is not required to be present and code should be written to
16provide the default behavior if the file is not present or if any configuration
17variable is not set, but please do place a docstring here for every used
18config variable explaining what it does.
19'''
20
21Enable_logging = None
22'Set to True to enable use of command logging'
23
24logging_debug = None
25'Set to True to enable debug for logging'
Note: See TracBrowser for help on using the repository browser.