Ignore:
Timestamp:
Oct 24, 2011 10:57:52 AM (13 years ago)
Author:
Gervaise Alina <gervyh@…>
Branches:
master, ESS_GUI, ESS_GUI_Docs, ESS_GUI_batch_fitting, ESS_GUI_bumps_abstraction, ESS_GUI_iss1116, ESS_GUI_iss879, ESS_GUI_iss959, ESS_GUI_opencl, ESS_GUI_ordering, ESS_GUI_sync_sascalc, costrafo411, magnetic_scatt, release-4.1.1, release-4.1.2, release-4.2.2, release_4.0.1, ticket-1009, ticket-1094-headless, ticket-1242-2d-resolution, ticket-1243, ticket-1249, ticket885, unittest-saveload
Children:
63edfb2
Parents:
73088f5
Message:

edit calculator docs

File:
1 edited

Legend:

Unmodified
Added
Removed
  • calculatorview/docs/sphinx/html/api/perspectives/calculator/load_thread.html

    r73088f5 r5f50326  
    2828    <link rel="top" title="calculatorview 0.1.0 documentation" href="../../../index.html" /> 
    2929    <link rel="up" title="Reference" href="index.html" /> 
    30     <link rel="next" title="sample_editor" href="sample_editor.html" /> 
    31     <link rel="prev" title="help_panel" href="help_panel.html" />  
     30    <link rel="next" title="pyconsole" href="pyconsole.html" /> 
     31    <link rel="prev" title="kiessig_calculator_panel" href="kiessig_calculator_panel.html" />  
    3232  </head> 
    3333  <body> 
     
    4242             >modules</a> |</li> 
    4343        <li class="right" > 
    44           <a href="sample_editor.html" title="sample_editor" 
     44          <a href="pyconsole.html" title="pyconsole" 
    4545             accesskey="N">next</a> |</li> 
    4646        <li class="right" > 
    47           <a href="help_panel.html" title="help_panel" 
     47          <a href="kiessig_calculator_panel.html" title="kiessig_calculator_panel" 
    4848             accesskey="P">previous</a> |</li> 
    4949        <li><a href="../../../index.html">calculatorview 0.1.0 documentation</a> &raquo;</li> 
     
    6767<p>Load a data given a filename</p> 
    6868<dl class="method"> 
     69<dt id="sans.perspectives.calculator.load_thread.DataReader.__init__"> 
     70<tt class="descname">__init__</tt><big>(</big><big>)</big><a class="headerlink" href="#sans.perspectives.calculator.load_thread.DataReader.__init__" title="Permalink to this definition">¶</a></dt> 
     71<dd></dd></dl> 
     72 
     73<dl class="attribute"> 
     74<dt id="sans.perspectives.calculator.load_thread.DataReader.__module__"> 
     75<tt class="descname">__module__</tt><em class="property"> = 'sans.perspectives.calculator.load_thread'</em><a class="headerlink" href="#sans.perspectives.calculator.load_thread.DataReader.__module__" title="Permalink to this definition">¶</a></dt> 
     76<dd></dd></dl> 
     77 
     78<dl class="method"> 
     79<dt id="sans.perspectives.calculator.load_thread.DataReader._run"> 
     80<tt class="descname">_run</tt><big>(</big><big>)</big><a class="headerlink" href="#sans.perspectives.calculator.load_thread.DataReader._run" title="Permalink to this definition">¶</a></dt> 
     81<dd><p>Internal function to manage the thread.</p> 
     82</dd></dl> 
     83 
     84<dl class="method"> 
    6985<dt id="sans.perspectives.calculator.load_thread.DataReader.complete"> 
    7086<tt class="descname">complete</tt><big>(</big><big>)</big><a class="headerlink" href="#sans.perspectives.calculator.load_thread.DataReader.complete" title="Permalink to this definition">¶</a></dt> 
     
    159175 
    160176  <h4>Previous topic</h4> 
    161   <p class="topless"><a href="help_panel.html" 
    162                         title="previous chapter">help_panel</a></p> 
     177  <p class="topless"><a href="kiessig_calculator_panel.html" 
     178                        title="previous chapter">kiessig_calculator_panel</a></p> 
    163179  <h4>Next topic</h4> 
    164   <p class="topless"><a href="sample_editor.html" 
    165                         title="next chapter">sample_editor</a></p> 
     180  <p class="topless"><a href="pyconsole.html" 
     181                        title="next chapter">pyconsole</a></p> 
    166182  <h3>This Page</h3> 
    167183  <ul class="this-page-menu"> 
     
    196212             >modules</a> |</li> 
    197213        <li class="right" > 
    198           <a href="sample_editor.html" title="sample_editor" 
     214          <a href="pyconsole.html" title="pyconsole" 
    199215             >next</a> |</li> 
    200216        <li class="right" > 
    201           <a href="help_panel.html" title="help_panel" 
     217          <a href="kiessig_calculator_panel.html" title="kiessig_calculator_panel" 
    202218             >previous</a> |</li> 
    203219        <li><a href="../../../index.html">calculatorview 0.1.0 documentation</a> &raquo;</li> 
Note: See TracChangeset for help on using the changeset viewer.