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/GSASIIGUI.html

    r1513 r1709  
    101101<dl class="function">
    102102<dt id="GSASIIddataGUI.UpdateDData">
    103 <tt class="descclassname">GSASIIddataGUI.</tt><tt class="descname">UpdateDData</tt><big>(</big><em>G2frame</em>, <em>DData</em>, <em>data</em><big>)</big><a class="reference internal" href="_modules/GSASIIddataGUI.html#UpdateDData"><span class="viewcode-link">[source]</span></a><a class="headerlink" href="#GSASIIddataGUI.UpdateDData" title="Permalink to this definition">¶</a></dt>
     103<tt class="descclassname">GSASIIddataGUI.</tt><tt class="descname">UpdateDData</tt><big>(</big><em>G2frame</em>, <em>DData</em>, <em>data</em>, <em>hist=''</em><big>)</big><a class="reference internal" href="_modules/GSASIIddataGUI.html#UpdateDData"><span class="viewcode-link">[source]</span></a><a class="headerlink" href="#GSASIIddataGUI.UpdateDData" title="Permalink to this definition">¶</a></dt>
    104104<dd><p>Display the Diffraction Data associated with a phase
    105105(items where there is a value for each histogram and phase)</p>
     
    189189<p>Control image display and processing</p>
    190190<dl class="function">
     191<dt id="GSASIIimgGUI.CleanupMasks">
     192<tt class="descclassname">GSASIIimgGUI.</tt><tt class="descname">CleanupMasks</tt><big>(</big><em>data</em><big>)</big><a class="reference internal" href="_modules/GSASIIimgGUI.html#CleanupMasks"><span class="viewcode-link">[source]</span></a><a class="headerlink" href="#GSASIIimgGUI.CleanupMasks" title="Permalink to this definition">¶</a></dt>
     193<dd><p>If a mask creation is not completed, an empty mask entry is created in the
     194masks array. This cleans them out. It is called when the masks page is first loaded
     195and before saving them or after reading them in. This should also probably be done
     196before they are used for integration.</p>
     197</dd></dl>
     198
     199<dl class="function">
    191200<dt id="GSASIIimgGUI.UpdateImageControls">
    192201<tt class="descclassname">GSASIIimgGUI.</tt><tt class="descname">UpdateImageControls</tt><big>(</big><em>G2frame</em>, <em>data</em>, <em>masks</em><big>)</big><a class="reference internal" href="_modules/GSASIIimgGUI.html#UpdateImageControls"><span class="viewcode-link">[source]</span></a><a class="headerlink" href="#GSASIIimgGUI.UpdateImageControls" title="Permalink to this definition">¶</a></dt>
     
    198207<dt id="GSASIIimgGUI.UpdateMasks">
    199208<tt class="descclassname">GSASIIimgGUI.</tt><tt class="descname">UpdateMasks</tt><big>(</big><em>G2frame</em>, <em>data</em><big>)</big><a class="reference internal" href="_modules/GSASIIimgGUI.html#UpdateMasks"><span class="viewcode-link">[source]</span></a><a class="headerlink" href="#GSASIIimgGUI.UpdateMasks" title="Permalink to this definition">¶</a></dt>
    200 <dd><p>Shows and handles the controls on the &#8220;Masks&#8221;
    201 data tree entry</p>
     209<dd><p>Shows and handles the controls on the &#8220;Masks&#8221; data tree entry</p>
    202210</dd></dl>
    203211
     
    215223with the powder histogram (PWDR) data tree items.</p>
    216224<dl class="function">
     225<dt id="GSASIIpwdGUI.CopyPlotCtrls">
     226<tt class="descclassname">GSASIIpwdGUI.</tt><tt class="descname">CopyPlotCtrls</tt><big>(</big><em>G2frame</em><big>)</big><a class="reference internal" href="_modules/GSASIIpwdGUI.html#CopyPlotCtrls"><span class="viewcode-link">[source]</span></a><a class="headerlink" href="#GSASIIpwdGUI.CopyPlotCtrls" title="Permalink to this definition">¶</a></dt>
     227<dd><p>Global copy: Copy plot controls from current histogram to others.</p>
     228</dd></dl>
     229
     230<dl class="function">
    217231<dt id="GSASIIpwdGUI.CopySelectedHistItems">
    218232<tt class="descclassname">GSASIIpwdGUI.</tt><tt class="descname">CopySelectedHistItems</tt><big>(</big><em>G2frame</em><big>)</big><a class="reference internal" href="_modules/GSASIIpwdGUI.html#CopySelectedHistItems"><span class="viewcode-link">[source]</span></a><a class="headerlink" href="#GSASIIpwdGUI.CopySelectedHistItems" title="Permalink to this definition">¶</a></dt>
    219 <dd><p>Global copy: Copy items from current histogram to others.
    220 This is called from the menubar and is available only when the top histogram tree entry
    221 is selected.</p>
     233<dd><p>Global copy: Copy items from current histogram to others.</p>
    222234</dd></dl>
    223235
     
    326338<dt id="GSASIIpwdGUI.UpdateReflectionGrid">
    327339<tt class="descclassname">GSASIIpwdGUI.</tt><tt class="descname">UpdateReflectionGrid</tt><big>(</big><em>G2frame</em>, <em>data</em>, <em>HKLF=False</em>, <em>Name=''</em><big>)</big><a class="reference internal" href="_modules/GSASIIpwdGUI.html#UpdateReflectionGrid"><span class="viewcode-link">[source]</span></a><a class="headerlink" href="#GSASIIpwdGUI.UpdateReflectionGrid" title="Permalink to this definition">¶</a></dt>
    328 <dd><p>respond to selection of PWDR Reflections data tree item.</p>
     340<dd><p>respond to selection of PWDR Reflections data tree item by displaying
     341a table of reflections in the data window.</p>
    329342</dd></dl>
    330343
Note: See TracChangeset for help on using the changeset viewer.