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>Introduction — 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 | <link rel="next" title="Classes" href="classes.html" />
|
---|
30 | <link rel="prev" title="Welcome to pyfact’s documentation!" href="index.html" />
|
---|
31 | </head>
|
---|
32 | <body>
|
---|
33 | <div class="related">
|
---|
34 | <h3>Navigation</h3>
|
---|
35 | <ul>
|
---|
36 | <li class="right" style="margin-right: 10px">
|
---|
37 | <a href="genindex.html" title="General Index"
|
---|
38 | accesskey="I">index</a></li>
|
---|
39 | <li class="right" >
|
---|
40 | <a href="classes.html" title="Classes"
|
---|
41 | accesskey="N">next</a> |</li>
|
---|
42 | <li class="right" >
|
---|
43 | <a href="index.html" title="Welcome to pyfact’s documentation!"
|
---|
44 | accesskey="P">previous</a> |</li>
|
---|
45 | <li><a href="index.html">pyfact 0.1 documentation</a> »</li>
|
---|
46 | </ul>
|
---|
47 | </div>
|
---|
48 |
|
---|
49 | <div class="document">
|
---|
50 | <div class="documentwrapper">
|
---|
51 | <div class="bodywrapper">
|
---|
52 | <div class="body">
|
---|
53 |
|
---|
54 | <div class="section" id="introduction">
|
---|
55 | <h1>Introduction<a class="headerlink" href="#introduction" title="Permalink to this headline">¶</a></h1>
|
---|
56 | <p>pyfact provides support for analysing FACT data using python. This comprises:</p>
|
---|
57 | <ul class="simple">
|
---|
58 | <li>classes for accessing and analysing FACT data</li>
|
---|
59 | <li>tools for specific tasks</li>
|
---|
60 | <li>general python language support</li>
|
---|
61 | <li>examples</li>
|
---|
62 | </ul>
|
---|
63 | <p>The code of pyfact follows the <a href="#id1"><span class="problematic" id="id2">`</span></a>Style Guide for python code <<a class="reference external" href="http://www.python.org/dev/peps/pep-0008/">http://www.python.org/dev/peps/pep-0008/</a>>_.</p>
|
---|
64 | </div>
|
---|
65 |
|
---|
66 |
|
---|
67 | </div>
|
---|
68 | </div>
|
---|
69 | </div>
|
---|
70 | <div class="sphinxsidebar">
|
---|
71 | <div class="sphinxsidebarwrapper">
|
---|
72 | <h4>Previous topic</h4>
|
---|
73 | <p class="topless"><a href="index.html"
|
---|
74 | title="previous chapter">Welcome to pyfact’s documentation!</a></p>
|
---|
75 | <h4>Next topic</h4>
|
---|
76 | <p class="topless"><a href="classes.html"
|
---|
77 | title="next chapter">Classes</a></p>
|
---|
78 | <h3>This Page</h3>
|
---|
79 | <ul class="this-page-menu">
|
---|
80 | <li><a href="_sources/introduction.txt"
|
---|
81 | rel="nofollow">Show Source</a></li>
|
---|
82 | </ul>
|
---|
83 | <div id="searchbox" style="display: none">
|
---|
84 | <h3>Quick search</h3>
|
---|
85 | <form class="search" action="search.html" method="get">
|
---|
86 | <input type="text" name="q" />
|
---|
87 | <input type="submit" value="Go" />
|
---|
88 | <input type="hidden" name="check_keywords" value="yes" />
|
---|
89 | <input type="hidden" name="area" value="default" />
|
---|
90 | </form>
|
---|
91 | <p class="searchtip" style="font-size: 90%">
|
---|
92 | Enter search terms or a module, class or function name.
|
---|
93 | </p>
|
---|
94 | </div>
|
---|
95 | <script type="text/javascript">$('#searchbox').show(0);</script>
|
---|
96 | </div>
|
---|
97 | </div>
|
---|
98 | <div class="clearer"></div>
|
---|
99 | </div>
|
---|
100 | <div class="related">
|
---|
101 | <h3>Navigation</h3>
|
---|
102 | <ul>
|
---|
103 | <li class="right" style="margin-right: 10px">
|
---|
104 | <a href="genindex.html" title="General Index"
|
---|
105 | >index</a></li>
|
---|
106 | <li class="right" >
|
---|
107 | <a href="classes.html" title="Classes"
|
---|
108 | >next</a> |</li>
|
---|
109 | <li class="right" >
|
---|
110 | <a href="index.html" title="Welcome to pyfact’s documentation!"
|
---|
111 | >previous</a> |</li>
|
---|
112 | <li><a href="index.html">pyfact 0.1 documentation</a> »</li>
|
---|
113 | </ul>
|
---|
114 | </div>
|
---|
115 | <div class="footer">
|
---|
116 | © Copyright 2012, Werner Lustermann.
|
---|
117 | Created using <a href="http://sphinx.pocoo.org/">Sphinx</a> 1.1.2.
|
---|
118 | </div>
|
---|
119 | </body>
|
---|
120 | </html> |
---|