Ignore:
Timestamp:
Mar 14, 2015 5:35:03 PM (8 years ago)
Author:
toby
Message:

change sphinx docs links; rebuild & fixing minor formatting

File:
1 edited

Legend:

Unmodified
Added
Removed
  • sphinxdocs/build/html/_modules/config_example.html

    r1514 r1709  
    6666<span class="sd">provide the default behavior if the file is not present or if any configuration</span>
    6767<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">&#39;&#39;&#39;</span>
     71
     72<span class="n">debug</span> <span class="o">=</span> <span class="bp">False</span>
     73<span class="sd">&#39;&#39;&#39;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>
    6978<span class="sd">&#39;&#39;&#39;</span>
    7079
     
    7483<span class="n">logging_debug</span> <span class="o">=</span> <span class="bp">None</span>
    7584<span class="s">&#39;Set to True to enable debug for logging&#39;</span>
     85
     86<span class="n">Help_mode</span> <span class="o">=</span> <span class="bp">None</span>
     87<span class="s">&#39;Set to &quot;internal&quot; to use a Python-based web viewer rather than a web browser&#39;</span>
     88
     89<span class="n">Tutorial_location</span> <span class="o">=</span> <span class="bp">None</span>
     90<span class="sd">&#39;&#39;&#39;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(&#39;~&#39;),&#39;G2tutorials&#39;)</span>
     96
     97<span class="sd">This will allow users to download tutorial files into their own file space.</span>
     98<span class="sd">&#39;&#39;&#39;</span>
    7699</pre></div>
    77100
Note: See TracChangeset for help on using the changeset viewer.