source: sasview/sanscalculator/docs/sphinx/html/index.html @ 2605b879

ESS_GUIESS_GUI_DocsESS_GUI_batch_fittingESS_GUI_bumps_abstractionESS_GUI_iss1116ESS_GUI_iss879ESS_GUI_iss959ESS_GUI_openclESS_GUI_orderingESS_GUI_sync_sascalccostrafo411magnetic_scattrelease-4.1.1release-4.1.2release-4.2.2release_4.0.1ticket-1009ticket-1094-headlessticket-1242-2d-resolutionticket-1243ticket-1249ticket885unittest-saveload
Last change on this file since 2605b879 was a4f04f2, checked in by Gervaise Alina <gervyh@…>, 13 years ago

edit doc

  • Property mode set to 100644
File size: 5.6 KB
Line 
1
2
3<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
4  "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
5
6
7<html xmlns="http://www.w3.org/1999/xhtml">
8  <head>
9    <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
10   
11    <title>Calculator &mdash; calculator 0.1.0 documentation</title>
12   
13    <link rel="stylesheet" href="_static/default.css" type="text/css" />
14    <link rel="stylesheet" href="_static/pygments.css" type="text/css" />
15   
16    <script type="text/javascript">
17      var DOCUMENTATION_OPTIONS = {
18        URL_ROOT:    '',
19        VERSION:     '0.1.0',
20        COLLAPSE_INDEX: false,
21        FILE_SUFFIX: '.html',
22        HAS_SOURCE:  true
23      };
24    </script>
25    <script type="text/javascript" src="_static/jquery.js"></script>
26    <script type="text/javascript" src="_static/underscore.js"></script>
27    <script type="text/javascript" src="_static/doctools.js"></script>
28    <link rel="top" title="calculator 0.1.0 documentation" href="#" />
29    <link rel="next" title="Reference" href="api/index.html" /> 
30  </head>
31  <body>
32    <div class="related">
33      <h3>Navigation</h3>
34      <ul>
35        <li class="right" style="margin-right: 10px">
36          <a href="genindex.html" title="General Index"
37             accesskey="I">index</a></li>
38        <li class="right" >
39          <a href="py-modindex.html" title="Python Module Index"
40             >modules</a> |</li>
41        <li class="right" >
42          <a href="api/index.html" title="Reference"
43             accesskey="N">next</a> |</li>
44        <li><a href="#">calculator 0.1.0 documentation</a> &raquo;</li> 
45      </ul>
46    </div> 
47
48    <div class="document">
49      <div class="documentwrapper">
50        <div class="bodywrapper">
51          <div class="body">
52           
53  <div class="section" id="calculator">
54<h1>Calculator<a class="headerlink" href="#calculator" title="Permalink to this headline">¶</a></h1>
55<p>Calculator is a package that contains other sub-modules necessary for small computations. These sub-modules
56may be independant of each other, but there are used as <tt class="docutils literal"><span class="pre">tools</span></tt> for sansview application. The calculator package
57currently contains the following sub-modules:</p>
58<ul class="simple">
59<li><em class="xref std std-ref">sans.calculator.index</em></li>
60</ul>
61<table class="docutils field-list" frame="void" rules="none">
62<col class="field-name" />
63<col class="field-body" />
64<tbody valign="top">
65<tr class="field-odd field"><th class="field-name">Release:</th><td class="field-body">0.1</td>
66</tr>
67<tr class="field-even field"><th class="field-name">Date:</th><td class="field-body">October 24, 2011</td>
68</tr>
69</tbody>
70</table>
71<div class="toctree-wrapper compound">
72<ul>
73<li class="toctree-l1"><a class="reference internal" href="api/index.html">Reference</a><ul>
74<li class="toctree-l2"><a class="reference internal" href="api/instrument.html">instrument</a></li>
75<li class="toctree-l2"><a class="reference internal" href="api/kiessig_calculator.html">kiessig_calculator</a></li>
76<li class="toctree-l2"><a class="reference internal" href="api/resolution_calculator.html">resolution_calculator</a></li>
77<li class="toctree-l2"><a class="reference internal" href="api/slit_length_calculator.html">slit_length_calculator</a></li>
78</ul>
79</li>
80</ul>
81</div>
82</div>
83<div class="section" id="indices-and-tables">
84<h1>Indices and tables<a class="headerlink" href="#indices-and-tables" title="Permalink to this headline">¶</a></h1>
85<ul class="simple">
86<li><a class="reference internal" href="genindex.html"><em>Index</em></a></li>
87<li><a class="reference internal" href="py-modindex.html"><em>Module Index</em></a></li>
88<li><a class="reference internal" href="search.html"><em>Search Page</em></a></li>
89</ul>
90</div>
91
92
93          </div>
94        </div>
95      </div>
96      <div class="sphinxsidebar">
97        <div class="sphinxsidebarwrapper">
98  <h3><a href="#">Table Of Contents</a></h3>
99  <ul>
100<li><a class="reference internal" href="#">Calculator</a><ul>
101</ul>
102</li>
103<li><a class="reference internal" href="#indices-and-tables">Indices and tables</a></li>
104</ul>
105
106  <h4>Next topic</h4>
107  <p class="topless"><a href="api/index.html"
108                        title="next chapter">Reference</a></p>
109  <h3>This Page</h3>
110  <ul class="this-page-menu">
111    <li><a href="_sources/index.txt"
112           rel="nofollow">Show Source</a></li>
113  </ul>
114<div id="searchbox" style="display: none">
115  <h3>Quick search</h3>
116    <form class="search" action="search.html" method="get">
117      <input type="text" name="q" />
118      <input type="submit" value="Go" />
119      <input type="hidden" name="check_keywords" value="yes" />
120      <input type="hidden" name="area" value="default" />
121    </form>
122    <p class="searchtip" style="font-size: 90%">
123    Enter search terms or a module, class or function name.
124    </p>
125</div>
126<script type="text/javascript">$('#searchbox').show(0);</script>
127        </div>
128      </div>
129      <div class="clearer"></div>
130    </div>
131    <div class="related">
132      <h3>Navigation</h3>
133      <ul>
134        <li class="right" style="margin-right: 10px">
135          <a href="genindex.html" title="General Index"
136             >index</a></li>
137        <li class="right" >
138          <a href="py-modindex.html" title="Python Module Index"
139             >modules</a> |</li>
140        <li class="right" >
141          <a href="api/index.html" title="Reference"
142             >next</a> |</li>
143        <li><a href="#">calculator 0.1.0 documentation</a> &raquo;</li> 
144      </ul>
145    </div>
146    <div class="footer">
147        &copy; Copyright 2010, Gervaise Alina.
148      Created using <a href="http://sphinx.pocoo.org/">Sphinx</a> 1.1.
149    </div>
150  </body>
151</html>
Note: See TracBrowser for help on using the repository browser.