Changeset 1709 for sphinxdocs/build/html/_modules/config_example.html
- Timestamp:
- Mar 14, 2015 5:35:03 PM (8 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
sphinxdocs/build/html/_modules/config_example.html
r1514 r1709 66 66 <span class="sd">provide the default behavior if the file is not present or if any configuration</span> 67 67 <span class="sd">variable is not set, but please do place a docstring here for every used</span> 68 <span class="sd">config variable explaining what it does. </span> 68 <span class="sd">config variable explaining what it does. Access these variables using</span> 69 <span class="sd">:func:`GSASIIpath.GetConfigValue`.</span> 70 <span class="sd">'''</span> 71 72 <span class="n">debug</span> <span class="o">=</span> <span class="bp">False</span> 73 <span class="sd">'''Set to True to turn on debugging mode. This enables use of IPython on </span> 74 <span class="sd">exceptions and on calls to :func:`GSASIIpath.IPyBreak`. Calls to</span> 75 <span class="sd">:func:`GSASIIpath.pdbBreak` will invoke pdb at that location.</span> 76 <span class="sd">If debug is false calls to :func:`GSASIIpath.IPyBreak` and</span> 77 <span class="sd">:func:`GSASIIpath.pdbBreak` are ignored.</span> 69 78 <span class="sd">'''</span> 70 79 … … 74 83 <span class="n">logging_debug</span> <span class="o">=</span> <span class="bp">None</span> 75 84 <span class="s">'Set to True to enable debug for logging'</span> 85 86 <span class="n">Help_mode</span> <span class="o">=</span> <span class="bp">None</span> 87 <span class="s">'Set to "internal" to use a Python-based web viewer rather than a web browser'</span> 88 89 <span class="n">Tutorial_location</span> <span class="o">=</span> <span class="bp">None</span> 90 <span class="sd">'''Change this to place tutorials by in a different spot. If None, this defaults to</span> 91 <span class="sd">the location where GSAS-II is loaded GSASIIpath.path2GSAS2. For installations where</span> 92 <span class="sd">G2 is installed by an administrator, it is a good idea to use something like this::</span> 93 94 <span class="sd"> import os.path</span> 95 <span class="sd"> Tutorial_location = os.path.join(os.path.expanduser('~'),'G2tutorials')</span> 96 97 <span class="sd">This will allow users to download tutorial files into their own file space.</span> 98 <span class="sd">'''</span> 76 99 </pre></div> 77 100
Note: See TracChangeset
for help on using the changeset viewer.