Changeset 73088f5 in sasview for calculatorview/docs/sphinx/html/api/perspectives/calculator/calculator.html
- Timestamp:
- Oct 24, 2011 10:21:29 AM (13 years ago)
- 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
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
calculatorview/docs/sphinx/html/api/perspectives/calculator/calculator.html
r82a9f90 r73088f5 3 3 <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" 4 4 "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> 5 5 6 6 7 <html xmlns="http://www.w3.org/1999/xhtml"> … … 8 9 <meta http-equiv="Content-Type" content="text/html; charset=utf-8" /> 9 10 10 <title>calculator — calculatorview v0.1.0 documentation</title> 11 <title>calculator — calculatorview 0.1.0 documentation</title> 12 11 13 <link rel="stylesheet" href="../../../_static/default.css" type="text/css" /> 12 14 <link rel="stylesheet" href="../../../_static/pygments.css" type="text/css" /> 15 13 16 <script type="text/javascript"> 14 17 var DOCUMENTATION_OPTIONS = { … … 23 26 <script type="text/javascript" src="../../../_static/underscore.js"></script> 24 27 <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" /> 26 29 <link rel="up" title="Reference" href="index.html" /> 27 30 <link rel="next" title="calculator_widgets" href="calculator_widgets.html" /> … … 44 47 <a href="aperture_editor.html" title="aperture_editor" 45 48 accesskey="P">previous</a> |</li> 46 <li><a href="../../../index.html">calculatorview v0.1.0 documentation</a> »</li>49 <li><a href="../../../index.html">calculatorview 0.1.0 documentation</a> »</li> 47 50 <li><a href="index.html" accesskey="U">Reference</a> »</li> 48 51 </ul> … … 56 59 <div class="section" id="calculator"> 57 60 <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> 61 64 <dl class="class"> 62 65 <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> 64 67 <dd><p>Bases: <tt class="xref py py-class docutils literal"><span class="pre">sans.guiframe.plugin_base.PluginBase</span></tt></p> 65 68 <p>This class defines the interface for a Plugin class … … 67 70 <dl class="method"> 68 71 <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> 70 73 <dd><p>Adds color to a plugin</p> 71 74 </dd></dl> … … 85 88 <dl class="method"> 86 89 <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> 88 91 <dd><p>Delete all references of data which id are in data_list.</p> 89 92 </dd></dl> 90 93 91 94 <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"> 92 101 <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> 94 103 <dd><p>This method is optional.</p> 95 104 <p>When the context menu of a plot is rendered, the … … 107 116 <col class="field-body" /> 108 117 <tbody valign="top"> 109 <tr class="field "><th class="field-name">Parameters:</th><td class="field-body"><strong>graph</strong> – 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> – 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> 112 121 </tr> 113 122 </tbody> … … 123 132 <dl class="method"> 124 133 <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> 126 135 <dd><p>Create and return the list of wx.Panels for your plug-in. 127 136 Define the plug-in perspective.</p> … … 133 142 <col class="field-body" /> 134 143 <tbody valign="top"> 135 <tr class="field "><th class="field-name">Parameters:</th><td class="field-body"><strong>parent</strong> – 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> – 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> 138 147 </tr> 139 148 </tbody> … … 155 164 <dl class="method"> 156 165 <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> 158 167 <dd><p>Show a general help dialog.</p> 159 168 <table class="docutils field-list" frame="void" rules="none"> … … 161 170 <col class="field-body" /> 162 171 <tbody valign="top"> 163 <tr class="field "><th class="field-name">Todo :</th><td class="field-body">replace the text with a nice image172 <tr class="field-odd field"><th class="field-name">Todo :</th><td class="field-body">replace the text with a nice image 164 173 provide more hint on the SLD calculator</td> 165 174 </tr> … … 177 186 <dl class="method"> 178 187 <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> 180 189 <dd><dl class="docutils"> 181 190 <dt>get a data id a list of data name if data data is</dt> … … 189 198 <dl class="method"> 190 199 <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> 192 201 <dd><p>Load data</p> 193 202 </dd></dl> … … 195 204 <dl class="method"> 196 205 <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> 198 207 <dd><p>Load entire folder</p> 199 208 </dd></dl> … … 201 210 <dl class="method"> 202 211 <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> 204 213 <dd><p>need to be overwritten by the derivated class</p> 205 214 </dd></dl> … … 207 216 <dl class="method"> 208 217 <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> 210 219 <dd><p>Compute the Kiessig thickness</p> 211 220 </dd></dl> … … 213 222 <dl class="method"> 214 223 <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> 216 225 <dd><p>Estimate the instrumental resolution</p> 217 226 </dd></dl> … … 219 228 <dl class="method"> 220 229 <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> 222 231 <dd><p>Compute the scattering length density of molecula</p> 223 232 </dd></dl> … … 225 234 <dl class="method"> 226 235 <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> 228 237 <dd><p>Compute the slit size a given data</p> 229 238 </dd></dl> … … 231 240 <dl class="method"> 232 241 <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> 234 243 <dd><p>Edit meta data</p> 235 244 </dd></dl> … … 237 246 <dl class="method"> 238 247 <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> 240 249 <dd><p>Call back function for the perspective menu item. 241 250 We notify the parent window that the perspective … … 245 254 <col class="field-body" /> 246 255 <tbody valign="top"> 247 <tr class="field"><th class="field-name">Parameters:</th><td class="field-body"><strong>event</strong> – menu event</td> 256 <tr class="field-odd field"><th class="field-name">Parameters:</th><td class="field-body"><strong>event</strong> – 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> – menu event</td> 248 271 </tr> 249 272 </tbody> … … 253 276 <dl class="method"> 254 277 <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> 256 279 <dd><p>update state</p> 257 280 </dd></dl> … … 265 288 <dl class="method"> 266 289 <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> 268 291 <dd><p>Create and return the list of application menu 269 292 items for the plug-in.</p> … … 272 295 <col class="field-body" /> 273 296 <tbody valign="top"> 274 <tr class="field "><th class="field-name">Parameters:</th><td class="field-body"><strong>parent</strong> – 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> – 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> 277 300 </tr> 278 301 </tbody> … … 287 310 288 311 <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"> 289 318 <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> 291 320 <dd><p>the plugin to its batch state if flag is True</p> 292 321 </dd></dl> … … 294 323 <dl class="method"> 295 324 <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> 297 326 <dd><p>receive a list of data and use it in the current perspective</p> 298 327 </dd></dl> … … 309 338 <dl class="method"> 310 339 <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> 312 341 <dd></dd></dl> 313 342 314 343 <dl class="method"> 315 344 <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> 317 346 <dd><p>update state</p> 318 347 </dd></dl> … … 320 349 <dl class="method"> 321 350 <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> 323 352 <dd><table class="docutils field-list" frame="void" rules="none"> 324 353 <col class="field-name" /> 325 354 <col class="field-body" /> 326 355 <tbody valign="top"> 327 <tr class="field "><th class="field-name">Parameters:</th><td class="field-body"><strong>theory_list</strong> – list of information328 related to available theory state</td>329 </t r>330 </t body>331 < /table>356 <tr class="field-odd field"><th class="field-name">Parameters:</th><td class="field-body"><strong>theory_list</strong> – list of information</td> 357 </tr> 358 </tbody> 359 </table> 360 <p>related to available theory state</p> 332 361 </dd></dl> 333 362 … … 352 381 <ul> 353 382 <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> 355 384 </ul> 356 385 </li> … … 371 400 <h3>Quick search</h3> 372 401 <form class="search" action="../../../search.html" method="get"> 373 <input type="text" name="q" size="18"/>402 <input type="text" name="q" /> 374 403 <input type="submit" value="Go" /> 375 404 <input type="hidden" name="check_keywords" value="yes" /> … … 400 429 <a href="aperture_editor.html" title="aperture_editor" 401 430 >previous</a> |</li> 402 <li><a href="../../../index.html">calculatorview v0.1.0 documentation</a> »</li>431 <li><a href="../../../index.html">calculatorview 0.1.0 documentation</a> »</li> 403 432 <li><a href="index.html" >Reference</a> »</li> 404 433 </ul> … … 406 435 <div class="footer"> 407 436 © 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. 409 438 </div> 410 439 </body>
Note: See TracChangeset
for help on using the changeset viewer.