Ignore:
Timestamp:
Oct 24, 2011 10:21:29 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:
5f50326
Parents:
cf7bc0b
Message:

update calculatorview docs

File:
1 edited

Legend:

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

    r82a9f90 r73088f5  
    33<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" 
    44  "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> 
     5 
    56 
    67<html xmlns="http://www.w3.org/1999/xhtml"> 
     
    89    <meta http-equiv="Content-Type" content="text/html; charset=utf-8" /> 
    910     
    10     <title>calculator &mdash; calculatorview v0.1.0 documentation</title> 
     11    <title>calculator &mdash; calculatorview 0.1.0 documentation</title> 
     12     
    1113    <link rel="stylesheet" href="../../../_static/default.css" type="text/css" /> 
    1214    <link rel="stylesheet" href="../../../_static/pygments.css" type="text/css" /> 
     15     
    1316    <script type="text/javascript"> 
    1417      var DOCUMENTATION_OPTIONS = { 
     
    2326    <script type="text/javascript" src="../../../_static/underscore.js"></script> 
    2427    <script type="text/javascript" src="../../../_static/doctools.js"></script> 
    25     <link rel="top" title="calculatorview v0.1.0 documentation" href="../../../index.html" /> 
     28    <link rel="top" title="calculatorview 0.1.0 documentation" href="../../../index.html" /> 
    2629    <link rel="up" title="Reference" href="index.html" /> 
    2730    <link rel="next" title="calculator_widgets" href="calculator_widgets.html" /> 
     
    4447          <a href="aperture_editor.html" title="aperture_editor" 
    4548             accesskey="P">previous</a> |</li> 
    46         <li><a href="../../../index.html">calculatorview v0.1.0 documentation</a> &raquo;</li> 
     49        <li><a href="../../../index.html">calculatorview 0.1.0 documentation</a> &raquo;</li> 
    4750          <li><a href="index.html" accesskey="U">Reference</a> &raquo;</li>  
    4851      </ul> 
     
    5659  <div class="section" id="calculator"> 
    5760<h1>calculator<a class="headerlink" href="#calculator" title="Permalink to this headline">¶</a></h1> 
    58 <div class="section" id="module-sans.perspectives.calculator.calculator"> 
    59 <span id="sans-perspectives-calculator-calculator"></span><h2><a class="reference internal" href="#module-sans.perspectives.calculator.calculator" title="sans.perspectives.calculator.calculator"><tt class="xref py py-mod docutils literal"><span class="pre">sans.perspectives.calculator.calculator</span></tt></a><a class="headerlink" href="#module-sans.perspectives.calculator.calculator" title="Permalink to this headline">¶</a></h2> 
    60 <p>Calculator Module</p> 
     61<div class="section" id="sans-perspectives-calculator-calculator"> 
     62<h2><a class="reference internal" href="#module-sans.perspectives.calculator.calculator" title="sans.perspectives.calculator.calculator"><tt class="xref py py-mod docutils literal"><span class="pre">sans.perspectives.calculator.calculator</span></tt></a><a class="headerlink" href="#sans-perspectives-calculator-calculator" title="Permalink to this headline">¶</a></h2> 
     63<span class="target" id="module-sans.perspectives.calculator.calculator"></span><p>Calculator Module</p> 
    6164<dl class="class"> 
    6265<dt id="sans.perspectives.calculator.calculator.Plugin"> 
    63 <em class="property">class </em><tt class="descclassname">sans.perspectives.calculator.calculator.</tt><tt class="descname">Plugin</tt><big>(</big><em>standalone=True</em><big>)</big><a class="headerlink" href="#sans.perspectives.calculator.calculator.Plugin" title="Permalink to this definition">¶</a></dt> 
     66<em class="property">class </em><tt class="descclassname">sans.perspectives.calculator.calculator.</tt><tt class="descname">Plugin</tt><a class="headerlink" href="#sans.perspectives.calculator.calculator.Plugin" title="Permalink to this definition">¶</a></dt> 
    6467<dd><p>Bases: <tt class="xref py py-class docutils literal"><span class="pre">sans.guiframe.plugin_base.PluginBase</span></tt></p> 
    6568<p>This class defines the interface for a Plugin class 
     
    6770<dl class="method"> 
    6871<dt id="sans.perspectives.calculator.calculator.Plugin.add_color"> 
    69 <tt class="descname">add_color</tt><big>(</big><em>color</em>, <em>id</em><big>)</big><a class="headerlink" href="#sans.perspectives.calculator.calculator.Plugin.add_color" title="Permalink to this definition">¶</a></dt> 
     72<tt class="descname">add_color</tt><big>(</big><big>)</big><a class="headerlink" href="#sans.perspectives.calculator.calculator.Plugin.add_color" title="Permalink to this definition">¶</a></dt> 
    7073<dd><p>Adds color to a plugin</p> 
    7174</dd></dl> 
     
    8588<dl class="method"> 
    8689<dt id="sans.perspectives.calculator.calculator.Plugin.delete_data"> 
    87 <tt class="descname">delete_data</tt><big>(</big><em>data_id</em><big>)</big><a class="headerlink" href="#sans.perspectives.calculator.calculator.Plugin.delete_data" title="Permalink to this definition">¶</a></dt> 
     90<tt class="descname">delete_data</tt><big>(</big><big>)</big><a class="headerlink" href="#sans.perspectives.calculator.calculator.Plugin.delete_data" title="Permalink to this definition">¶</a></dt> 
    8891<dd><p>Delete all references of data which id are in data_list.</p> 
    8992</dd></dl> 
    9093 
    9194<dl class="method"> 
     95<dt id="sans.perspectives.calculator.calculator.Plugin.get_batch_capable"> 
     96<tt class="descname">get_batch_capable</tt><big>(</big><big>)</big><a class="headerlink" href="#sans.perspectives.calculator.calculator.Plugin.get_batch_capable" title="Permalink to this definition">¶</a></dt> 
     97<dd><p>Check if the plugin has a batch capability</p> 
     98</dd></dl> 
     99 
     100<dl class="method"> 
    92101<dt id="sans.perspectives.calculator.calculator.Plugin.get_context_menu"> 
    93 <tt class="descname">get_context_menu</tt><big>(</big><em>plotpanel=None</em><big>)</big><a class="headerlink" href="#sans.perspectives.calculator.calculator.Plugin.get_context_menu" title="Permalink to this definition">¶</a></dt> 
     102<tt class="descname">get_context_menu</tt><big>(</big><big>)</big><a class="headerlink" href="#sans.perspectives.calculator.calculator.Plugin.get_context_menu" title="Permalink to this definition">¶</a></dt> 
    94103<dd><p>This method is optional.</p> 
    95104<p>When the context menu of a plot is rendered, the  
     
    107116<col class="field-body" /> 
    108117<tbody valign="top"> 
    109 <tr class="field"><th class="field-name">Parameters:</th><td class="field-body"><strong>graph</strong> &#8211; the Graph object to which we attach the context menu</td> 
    110 </tr> 
    111 <tr class="field"><th class="field-name">Returns:</th><td class="field-body">a list of menu items with call-back function</td> 
     118<tr class="field-odd field"><th class="field-name">Parameters:</th><td class="field-body"><strong>graph</strong> &#8211; the Graph object to which we attach the context menu</td> 
     119</tr> 
     120<tr class="field-even field"><th class="field-name">Returns:</th><td class="field-body">a list of menu items with call-back function</td> 
    112121</tr> 
    113122</tbody> 
     
    123132<dl class="method"> 
    124133<dt id="sans.perspectives.calculator.calculator.Plugin.get_panels"> 
    125 <tt class="descname">get_panels</tt><big>(</big><em>parent</em><big>)</big><a class="headerlink" href="#sans.perspectives.calculator.calculator.Plugin.get_panels" title="Permalink to this definition">¶</a></dt> 
     134<tt class="descname">get_panels</tt><big>(</big><big>)</big><a class="headerlink" href="#sans.perspectives.calculator.calculator.Plugin.get_panels" title="Permalink to this definition">¶</a></dt> 
    126135<dd><p>Create and return the list of wx.Panels for your plug-in. 
    127136Define the plug-in perspective.</p> 
     
    133142<col class="field-body" /> 
    134143<tbody valign="top"> 
    135 <tr class="field"><th class="field-name">Parameters:</th><td class="field-body"><strong>parent</strong> &#8211; parent window</td> 
    136 </tr> 
    137 <tr class="field"><th class="field-name">Returns:</th><td class="field-body">list of panels</td> 
     144<tr class="field-odd field"><th class="field-name">Parameters:</th><td class="field-body"><strong>parent</strong> &#8211; parent window</td> 
     145</tr> 
     146<tr class="field-even field"><th class="field-name">Returns:</th><td class="field-body">list of panels</td> 
    138147</tr> 
    139148</tbody> 
     
    155164<dl class="method"> 
    156165<dt id="sans.perspectives.calculator.calculator.Plugin.help"> 
    157 <tt class="descname">help</tt><big>(</big><em>evt</em><big>)</big><a class="headerlink" href="#sans.perspectives.calculator.calculator.Plugin.help" title="Permalink to this definition">¶</a></dt> 
     166<tt class="descname">help</tt><big>(</big><big>)</big><a class="headerlink" href="#sans.perspectives.calculator.calculator.Plugin.help" title="Permalink to this definition">¶</a></dt> 
    158167<dd><p>Show a general help dialog.</p> 
    159168<table class="docutils field-list" frame="void" rules="none"> 
     
    161170<col class="field-body" /> 
    162171<tbody valign="top"> 
    163 <tr class="field"><th class="field-name">Todo :</th><td class="field-body">replace the text with a nice image 
     172<tr class="field-odd field"><th class="field-name">Todo :</th><td class="field-body">replace the text with a nice image 
    164173provide more hint on the SLD calculator</td> 
    165174</tr> 
     
    177186<dl class="method"> 
    178187<dt id="sans.perspectives.calculator.calculator.Plugin.is_in_use"> 
    179 <tt class="descname">is_in_use</tt><big>(</big><em>data_id</em><big>)</big><a class="headerlink" href="#sans.perspectives.calculator.calculator.Plugin.is_in_use" title="Permalink to this definition">¶</a></dt> 
     188<tt class="descname">is_in_use</tt><big>(</big><big>)</big><a class="headerlink" href="#sans.perspectives.calculator.calculator.Plugin.is_in_use" title="Permalink to this definition">¶</a></dt> 
    180189<dd><dl class="docutils"> 
    181190<dt>get a  data id a list of data name if data data is</dt> 
     
    189198<dl class="method"> 
    190199<dt id="sans.perspectives.calculator.calculator.Plugin.load_data"> 
    191 <tt class="descname">load_data</tt><big>(</big><em>event</em><big>)</big><a class="headerlink" href="#sans.perspectives.calculator.calculator.Plugin.load_data" title="Permalink to this definition">¶</a></dt> 
     200<tt class="descname">load_data</tt><big>(</big><big>)</big><a class="headerlink" href="#sans.perspectives.calculator.calculator.Plugin.load_data" title="Permalink to this definition">¶</a></dt> 
    192201<dd><p>Load  data</p> 
    193202</dd></dl> 
     
    195204<dl class="method"> 
    196205<dt id="sans.perspectives.calculator.calculator.Plugin.load_folder"> 
    197 <tt class="descname">load_folder</tt><big>(</big><em>event</em><big>)</big><a class="headerlink" href="#sans.perspectives.calculator.calculator.Plugin.load_folder" title="Permalink to this definition">¶</a></dt> 
     206<tt class="descname">load_folder</tt><big>(</big><big>)</big><a class="headerlink" href="#sans.perspectives.calculator.calculator.Plugin.load_folder" title="Permalink to this definition">¶</a></dt> 
    198207<dd><p>Load entire folder</p> 
    199208</dd></dl> 
     
    201210<dl class="method"> 
    202211<dt id="sans.perspectives.calculator.calculator.Plugin.on_batch_selection"> 
    203 <tt class="descname">on_batch_selection</tt><big>(</big><em>flag</em><big>)</big><a class="headerlink" href="#sans.perspectives.calculator.calculator.Plugin.on_batch_selection" title="Permalink to this definition">¶</a></dt> 
     212<tt class="descname">on_batch_selection</tt><big>(</big><big>)</big><a class="headerlink" href="#sans.perspectives.calculator.calculator.Plugin.on_batch_selection" title="Permalink to this definition">¶</a></dt> 
    204213<dd><p>need to be overwritten by the derivated class</p> 
    205214</dd></dl> 
     
    207216<dl class="method"> 
    208217<dt id="sans.perspectives.calculator.calculator.Plugin.on_calculate_kiessig"> 
    209 <tt class="descname">on_calculate_kiessig</tt><big>(</big><em>event</em><big>)</big><a class="headerlink" href="#sans.perspectives.calculator.calculator.Plugin.on_calculate_kiessig" title="Permalink to this definition">¶</a></dt> 
     218<tt class="descname">on_calculate_kiessig</tt><big>(</big><big>)</big><a class="headerlink" href="#sans.perspectives.calculator.calculator.Plugin.on_calculate_kiessig" title="Permalink to this definition">¶</a></dt> 
    210219<dd><p>Compute the Kiessig thickness</p> 
    211220</dd></dl> 
     
    213222<dl class="method"> 
    214223<dt id="sans.perspectives.calculator.calculator.Plugin.on_calculate_resoltuion"> 
    215 <tt class="descname">on_calculate_resoltuion</tt><big>(</big><em>event</em><big>)</big><a class="headerlink" href="#sans.perspectives.calculator.calculator.Plugin.on_calculate_resoltuion" title="Permalink to this definition">¶</a></dt> 
     224<tt class="descname">on_calculate_resoltuion</tt><big>(</big><big>)</big><a class="headerlink" href="#sans.perspectives.calculator.calculator.Plugin.on_calculate_resoltuion" title="Permalink to this definition">¶</a></dt> 
    216225<dd><p>Estimate the instrumental resolution</p> 
    217226</dd></dl> 
     
    219228<dl class="method"> 
    220229<dt id="sans.perspectives.calculator.calculator.Plugin.on_calculate_sld"> 
    221 <tt class="descname">on_calculate_sld</tt><big>(</big><em>event</em><big>)</big><a class="headerlink" href="#sans.perspectives.calculator.calculator.Plugin.on_calculate_sld" title="Permalink to this definition">¶</a></dt> 
     230<tt class="descname">on_calculate_sld</tt><big>(</big><big>)</big><a class="headerlink" href="#sans.perspectives.calculator.calculator.Plugin.on_calculate_sld" title="Permalink to this definition">¶</a></dt> 
    222231<dd><p>Compute the scattering length density of molecula</p> 
    223232</dd></dl> 
     
    225234<dl class="method"> 
    226235<dt id="sans.perspectives.calculator.calculator.Plugin.on_calculate_slit_size"> 
    227 <tt class="descname">on_calculate_slit_size</tt><big>(</big><em>event</em><big>)</big><a class="headerlink" href="#sans.perspectives.calculator.calculator.Plugin.on_calculate_slit_size" title="Permalink to this definition">¶</a></dt> 
     236<tt class="descname">on_calculate_slit_size</tt><big>(</big><big>)</big><a class="headerlink" href="#sans.perspectives.calculator.calculator.Plugin.on_calculate_slit_size" title="Permalink to this definition">¶</a></dt> 
    228237<dd><p>Compute the slit size a given data</p> 
    229238</dd></dl> 
     
    231240<dl class="method"> 
    232241<dt id="sans.perspectives.calculator.calculator.Plugin.on_edit_data"> 
    233 <tt class="descname">on_edit_data</tt><big>(</big><em>event</em><big>)</big><a class="headerlink" href="#sans.perspectives.calculator.calculator.Plugin.on_edit_data" title="Permalink to this definition">¶</a></dt> 
     242<tt class="descname">on_edit_data</tt><big>(</big><big>)</big><a class="headerlink" href="#sans.perspectives.calculator.calculator.Plugin.on_edit_data" title="Permalink to this definition">¶</a></dt> 
    234243<dd><p>Edit meta data</p> 
    235244</dd></dl> 
     
    237246<dl class="method"> 
    238247<dt id="sans.perspectives.calculator.calculator.Plugin.on_perspective"> 
    239 <tt class="descname">on_perspective</tt><big>(</big><em>event=None</em><big>)</big><a class="headerlink" href="#sans.perspectives.calculator.calculator.Plugin.on_perspective" title="Permalink to this definition">¶</a></dt> 
     248<tt class="descname">on_perspective</tt><big>(</big><big>)</big><a class="headerlink" href="#sans.perspectives.calculator.calculator.Plugin.on_perspective" title="Permalink to this definition">¶</a></dt> 
    240249<dd><p>Call back function for the perspective menu item. 
    241250We notify the parent window that the perspective 
     
    245254<col class="field-body" /> 
    246255<tbody valign="top"> 
    247 <tr class="field"><th class="field-name">Parameters:</th><td class="field-body"><strong>event</strong> &#8211; menu event</td> 
     256<tr class="field-odd field"><th class="field-name">Parameters:</th><td class="field-body"><strong>event</strong> &#8211; menu event</td> 
     257</tr> 
     258</tbody> 
     259</table> 
     260</dd></dl> 
     261 
     262<dl class="method"> 
     263<dt id="sans.perspectives.calculator.calculator.Plugin.on_python_console"> 
     264<tt class="descname">on_python_console</tt><big>(</big><big>)</big><a class="headerlink" href="#sans.perspectives.calculator.calculator.Plugin.on_python_console" title="Permalink to this definition">¶</a></dt> 
     265<dd><p>Open Python Console</p> 
     266<table class="docutils field-list" frame="void" rules="none"> 
     267<col class="field-name" /> 
     268<col class="field-body" /> 
     269<tbody valign="top"> 
     270<tr class="field-odd field"><th class="field-name">Parameters:</th><td class="field-body"><strong>event</strong> &#8211; menu event</td> 
    248271</tr> 
    249272</tbody> 
     
    253276<dl class="method"> 
    254277<dt id="sans.perspectives.calculator.calculator.Plugin.on_set_state_helper"> 
    255 <tt class="descname">on_set_state_helper</tt><big>(</big><em>event</em><big>)</big><a class="headerlink" href="#sans.perspectives.calculator.calculator.Plugin.on_set_state_helper" title="Permalink to this definition">¶</a></dt> 
     278<tt class="descname">on_set_state_helper</tt><big>(</big><big>)</big><a class="headerlink" href="#sans.perspectives.calculator.calculator.Plugin.on_set_state_helper" title="Permalink to this definition">¶</a></dt> 
    256279<dd><p>update state</p> 
    257280</dd></dl> 
     
    265288<dl class="method"> 
    266289<dt id="sans.perspectives.calculator.calculator.Plugin.populate_menu"> 
    267 <tt class="descname">populate_menu</tt><big>(</big><em>parent</em><big>)</big><a class="headerlink" href="#sans.perspectives.calculator.calculator.Plugin.populate_menu" title="Permalink to this definition">¶</a></dt> 
     290<tt class="descname">populate_menu</tt><big>(</big><big>)</big><a class="headerlink" href="#sans.perspectives.calculator.calculator.Plugin.populate_menu" title="Permalink to this definition">¶</a></dt> 
    268291<dd><p>Create and return the list of application menu 
    269292items for the plug-in.</p> 
     
    272295<col class="field-body" /> 
    273296<tbody valign="top"> 
    274 <tr class="field"><th class="field-name">Parameters:</th><td class="field-body"><strong>parent</strong> &#8211; parent window</td> 
    275 </tr> 
    276 <tr class="field"><th class="field-name">Returns:</th><td class="field-body">plug-in menu</td> 
     297<tr class="field-odd field"><th class="field-name">Parameters:</th><td class="field-body"><strong>parent</strong> &#8211; parent window</td> 
     298</tr> 
     299<tr class="field-even field"><th class="field-name">Returns:</th><td class="field-body">plug-in menu</td> 
    277300</tr> 
    278301</tbody> 
     
    287310 
    288311<dl class="method"> 
     312<dt id="sans.perspectives.calculator.calculator.Plugin.put_icon"> 
     313<tt class="descname">put_icon</tt><big>(</big><big>)</big><a class="headerlink" href="#sans.perspectives.calculator.calculator.Plugin.put_icon" title="Permalink to this definition">¶</a></dt> 
     314<dd><p>Put icon in the frame title bar</p> 
     315</dd></dl> 
     316 
     317<dl class="method"> 
    289318<dt id="sans.perspectives.calculator.calculator.Plugin.set_batch_selection"> 
    290 <tt class="descname">set_batch_selection</tt><big>(</big><em>flag</em><big>)</big><a class="headerlink" href="#sans.perspectives.calculator.calculator.Plugin.set_batch_selection" title="Permalink to this definition">¶</a></dt> 
     319<tt class="descname">set_batch_selection</tt><big>(</big><big>)</big><a class="headerlink" href="#sans.perspectives.calculator.calculator.Plugin.set_batch_selection" title="Permalink to this definition">¶</a></dt> 
    291320<dd><p>the plugin to its batch state if flag is True</p> 
    292321</dd></dl> 
     
    294323<dl class="method"> 
    295324<dt id="sans.perspectives.calculator.calculator.Plugin.set_data"> 
    296 <tt class="descname">set_data</tt><big>(</big><em>data_list=None</em><big>)</big><a class="headerlink" href="#sans.perspectives.calculator.calculator.Plugin.set_data" title="Permalink to this definition">¶</a></dt> 
     325<tt class="descname">set_data</tt><big>(</big><big>)</big><a class="headerlink" href="#sans.perspectives.calculator.calculator.Plugin.set_data" title="Permalink to this definition">¶</a></dt> 
    297326<dd><p>receive a list of data and use it in the current perspective</p> 
    298327</dd></dl> 
     
    309338<dl class="method"> 
    310339<dt id="sans.perspectives.calculator.calculator.Plugin.set_is_active"> 
    311 <tt class="descname">set_is_active</tt><big>(</big><em>active=False</em><big>)</big><a class="headerlink" href="#sans.perspectives.calculator.calculator.Plugin.set_is_active" title="Permalink to this definition">¶</a></dt> 
     340<tt class="descname">set_is_active</tt><big>(</big><big>)</big><a class="headerlink" href="#sans.perspectives.calculator.calculator.Plugin.set_is_active" title="Permalink to this definition">¶</a></dt> 
    312341<dd></dd></dl> 
    313342 
    314343<dl class="method"> 
    315344<dt id="sans.perspectives.calculator.calculator.Plugin.set_state"> 
    316 <tt class="descname">set_state</tt><big>(</big><em>state=None</em>, <em>datainfo=None</em><big>)</big><a class="headerlink" href="#sans.perspectives.calculator.calculator.Plugin.set_state" title="Permalink to this definition">¶</a></dt> 
     345<tt class="descname">set_state</tt><big>(</big><big>)</big><a class="headerlink" href="#sans.perspectives.calculator.calculator.Plugin.set_state" title="Permalink to this definition">¶</a></dt> 
    317346<dd><p>update state</p> 
    318347</dd></dl> 
     
    320349<dl class="method"> 
    321350<dt id="sans.perspectives.calculator.calculator.Plugin.set_theory"> 
    322 <tt class="descname">set_theory</tt><big>(</big><em>theory_list=None</em><big>)</big><a class="headerlink" href="#sans.perspectives.calculator.calculator.Plugin.set_theory" title="Permalink to this definition">¶</a></dt> 
     351<tt class="descname">set_theory</tt><big>(</big><big>)</big><a class="headerlink" href="#sans.perspectives.calculator.calculator.Plugin.set_theory" title="Permalink to this definition">¶</a></dt> 
    323352<dd><table class="docutils field-list" frame="void" rules="none"> 
    324353<col class="field-name" /> 
    325354<col class="field-body" /> 
    326355<tbody valign="top"> 
    327 <tr class="field"><th class="field-name">Parameters:</th><td class="field-body"><strong>theory_list</strong> &#8211; list of information  
    328 related to available theory state</td> 
    329 </tr> 
    330 </tbody> 
    331 </table> 
     356<tr class="field-odd field"><th class="field-name">Parameters:</th><td class="field-body"><strong>theory_list</strong> &#8211; list of information</td> 
     357</tr> 
     358</tbody> 
     359</table> 
     360<p>related to available theory state</p> 
    332361</dd></dl> 
    333362 
     
    352381  <ul> 
    353382<li><a class="reference internal" href="#">calculator</a><ul> 
    354 <li><a class="reference internal" href="#module-sans.perspectives.calculator.calculator"><tt class="docutils literal"><span class="pre">sans.perspectives.calculator.calculator</span></tt></a></li> 
     383<li><a class="reference internal" href="#sans-perspectives-calculator-calculator"><tt class="docutils literal"><span class="pre">sans.perspectives.calculator.calculator</span></tt></a></li> 
    355384</ul> 
    356385</li> 
     
    371400  <h3>Quick search</h3> 
    372401    <form class="search" action="../../../search.html" method="get"> 
    373       <input type="text" name="q" size="18" /> 
     402      <input type="text" name="q" /> 
    374403      <input type="submit" value="Go" /> 
    375404      <input type="hidden" name="check_keywords" value="yes" /> 
     
    400429          <a href="aperture_editor.html" title="aperture_editor" 
    401430             >previous</a> |</li> 
    402         <li><a href="../../../index.html">calculatorview v0.1.0 documentation</a> &raquo;</li> 
     431        <li><a href="../../../index.html">calculatorview 0.1.0 documentation</a> &raquo;</li> 
    403432          <li><a href="index.html" >Reference</a> &raquo;</li>  
    404433      </ul> 
     
    406435    <div class="footer"> 
    407436        &copy; Copyright 2010, sans group. 
    408       Created using <a href="http://sphinx.pocoo.org/">Sphinx</a> 1.0.7. 
     437      Created using <a href="http://sphinx.pocoo.org/">Sphinx</a> 1.1. 
    409438    </div> 
    410439  </body> 
Note: See TracChangeset for help on using the changeset viewer.