source: sasview/calculator/docs/sphinx/_build/html/index.html @ 2882fb5

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 2882fb5 was beb374a, checked in by Gervaise Alina <gervyh@…>, 14 years ago

working on documentation

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