source: fact/tools/pyscripts/doc/_build/html/getting_started.html@ 13151

Last change on this file since 13151 was 13151, checked in by lusterma, 13 years ago
added doc; this is just an example, nothing ready, to be adapted to work at ISDC, I just made this some time ago on my Laptop
File size: 3.8 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>Classes &mdash; pyfact 0.1 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',
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="pyfact 0.1 documentation" href="index.html" />
29 </head>
30 <body>
31 <div class="related">
32 <h3>Navigation</h3>
33 <ul>
34 <li class="right" style="margin-right: 10px">
35 <a href="genindex.html" title="General Index"
36 accesskey="I">index</a></li>
37 <li><a href="index.html">pyfact 0.1 documentation</a> &raquo;</li>
38 </ul>
39 </div>
40
41 <div class="document">
42 <div class="documentwrapper">
43 <div class="bodywrapper">
44 <div class="body">
45
46 <div class="section" id="classes">
47<h1>Classes<a class="headerlink" href="#classes" title="Permalink to this headline">¶</a></h1>
48<div class="section" id="pyfact-py">
49<h2>pyfact.py<a class="headerlink" href="#pyfact-py" title="Permalink to this headline">¶</a></h2>
50<div class="section" id="rawdata-access">
51<h3>rawdata access<a class="headerlink" href="#rawdata-access" title="Permalink to this headline">¶</a></h3>
52</div>
53<div class="section" id="fnames-of-a-data-run">
54<h3>fnames of a data run<a class="headerlink" href="#fnames-of-a-data-run" title="Permalink to this headline">¶</a></h3>
55</div>
56</div>
57</div>
58
59
60 </div>
61 </div>
62 </div>
63 <div class="sphinxsidebar">
64 <div class="sphinxsidebarwrapper">
65 <h3><a href="index.html">Table Of Contents</a></h3>
66 <ul>
67<li><a class="reference internal" href="#">Classes</a><ul>
68<li><a class="reference internal" href="#pyfact-py">pyfact.py</a><ul>
69<li><a class="reference internal" href="#rawdata-access">rawdata access</a></li>
70<li><a class="reference internal" href="#fnames-of-a-data-run">fnames of a data run</a></li>
71</ul>
72</li>
73</ul>
74</li>
75</ul>
76
77 <h3>This Page</h3>
78 <ul class="this-page-menu">
79 <li><a href="_sources/getting_started.txt"
80 rel="nofollow">Show Source</a></li>
81 </ul>
82<div id="searchbox" style="display: none">
83 <h3>Quick search</h3>
84 <form class="search" action="search.html" method="get">
85 <input type="text" name="q" />
86 <input type="submit" value="Go" />
87 <input type="hidden" name="check_keywords" value="yes" />
88 <input type="hidden" name="area" value="default" />
89 </form>
90 <p class="searchtip" style="font-size: 90%">
91 Enter search terms or a module, class or function name.
92 </p>
93</div>
94<script type="text/javascript">$('#searchbox').show(0);</script>
95 </div>
96 </div>
97 <div class="clearer"></div>
98 </div>
99 <div class="related">
100 <h3>Navigation</h3>
101 <ul>
102 <li class="right" style="margin-right: 10px">
103 <a href="genindex.html" title="General Index"
104 >index</a></li>
105 <li><a href="index.html">pyfact 0.1 documentation</a> &raquo;</li>
106 </ul>
107 </div>
108 <div class="footer">
109 &copy; Copyright 2012, Werner Lustermann.
110 Created using <a href="http://sphinx.pocoo.org/">Sphinx</a> 1.1.2.
111 </div>
112 </body>
113</html>
Note: See TracBrowser for help on using the repository browser.