Changeset 1688 for trunk/config_example.py
- Timestamp:
- Mar 3, 2015 3:01:18 PM (7 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/config_example.py
r1657 r1688 36 36 Help_mode = None 37 37 'Set to "internal" to use a Python-based web viewer rather than a web browser' 38 39 Tutorial_location = None 40 '''Change this to place tutorials by in a different spot. If None, this defaults to 41 the location where GSAS-II is loaded GSASIIpath.path2GSAS2. For installations where 42 G2 is installed by an administrator, it is a good idea to use something like this: 43 import os.path 44 Tutorial_location = os.path.expanduser('~/G2tutorials') 45 This will allow users to download tutorial files into their own file space. 46 '''
Note: See TracChangeset
for help on using the changeset viewer.