Changeset 13316 for fact/tools/pyscripts/doc/_build/html/introduction.html
- Timestamp:
- 04/05/12 14:10:40 (13 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
fact/tools/pyscripts/doc/_build/html/introduction.html
r13151 r13316 4 4 "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> 5 5 6 7 6 <html xmlns="http://www.w3.org/1999/xhtml"> 8 7 <head> 9 8 <meta http-equiv="Content-Type" content="text/html; charset=utf-8" /> 10 9 11 <title>Introduction — pyfact 0.1 documentation</title> 12 10 <title>Introduction — pyfact v0.1 documentation</title> 13 11 <link rel="stylesheet" href="_static/default.css" type="text/css" /> 14 12 <link rel="stylesheet" href="_static/pygments.css" type="text/css" /> 15 16 13 <script type="text/javascript"> 17 14 var DOCUMENTATION_OPTIONS = { … … 26 23 <script type="text/javascript" src="_static/underscore.js"></script> 27 24 <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" />25 <link rel="top" title="pyfact v0.1 documentation" href="index.html" /> 26 <link rel="next" title="Getting Started" href="getting_started.html" /> 30 27 <link rel="prev" title="Welcome to pyfact’s documentation!" href="index.html" /> 31 28 </head> … … 38 35 accesskey="I">index</a></li> 39 36 <li class="right" > 40 <a href=" classes.html" title="Classes"37 <a href="getting_started.html" title="Getting Started" 41 38 accesskey="N">next</a> |</li> 42 39 <li class="right" > 43 40 <a href="index.html" title="Welcome to pyfact’s documentation!" 44 41 accesskey="P">previous</a> |</li> 45 <li><a href="index.html">pyfact 0.1 documentation</a> »</li>42 <li><a href="index.html">pyfact v0.1 documentation</a> »</li> 46 43 </ul> 47 44 </div> … … 61 58 <li>examples</li> 62 59 </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> 60 <p>If you are new to python you need to learn the basics. In any case it would be wise to study the following book:</p> 61 <p><em>A Primer on Scientific Programming with Python - Hans Petter Langtangen</em></p> 62 <p>pyfact is supposed to follow closely the programming style thought in this book.</p> 63 <p><a class="reference external" href="http://docs.python.org/">python documentation pages</a></p> 64 <p><a class="reference external" href="http://www.astropython.org/resources">astropython.org</a></p> 65 <div class="section" id="python-version-and-modules-used"> 66 <h2>Python version and modules used<a class="headerlink" href="#python-version-and-modules-used" title="Permalink to this headline">¶</a></h2> 67 <p>As long as you work on the ISDC FACT cluster most things should be just fine. 68 <a href="#id1"><span class="problematic" id="id2">|</span></a>python version: 2.6.6 69 <a href="#id3"><span class="problematic" id="id4">|</span></a>— add later: list of modules</p> 70 </div> 71 <div class="section" id="style-guide-and-coding-conventions"> 72 <h2>Style guide and coding conventions<a class="headerlink" href="#style-guide-and-coding-conventions" title="Permalink to this headline">¶</a></h2> 73 <p>The code of pyfact follows the <a href="#id5"><span class="problematic" id="id6">`</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> 74 </div> 64 75 </div> 65 76 … … 70 81 <div class="sphinxsidebar"> 71 82 <div class="sphinxsidebarwrapper"> 83 <h3><a href="index.html">Table Of Contents</a></h3> 84 <ul> 85 <li><a class="reference internal" href="#">Introduction</a><ul> 86 <li><a class="reference internal" href="#python-version-and-modules-used">Python version and modules used</a></li> 87 <li><a class="reference internal" href="#style-guide-and-coding-conventions">Style guide and coding conventions</a></li> 88 </ul> 89 </li> 90 </ul> 91 72 92 <h4>Previous topic</h4> 73 93 <p class="topless"><a href="index.html" 74 94 title="previous chapter">Welcome to pyfact’s documentation!</a></p> 75 95 <h4>Next topic</h4> 76 <p class="topless"><a href=" classes.html"77 title="next chapter"> Classes</a></p>96 <p class="topless"><a href="getting_started.html" 97 title="next chapter">Getting Started</a></p> 78 98 <h3>This Page</h3> 79 99 <ul class="this-page-menu"> … … 84 104 <h3>Quick search</h3> 85 105 <form class="search" action="search.html" method="get"> 86 <input type="text" name="q" />106 <input type="text" name="q" size="18" /> 87 107 <input type="submit" value="Go" /> 88 108 <input type="hidden" name="check_keywords" value="yes" /> … … 105 125 >index</a></li> 106 126 <li class="right" > 107 <a href=" classes.html" title="Classes"127 <a href="getting_started.html" title="Getting Started" 108 128 >next</a> |</li> 109 129 <li class="right" > 110 130 <a href="index.html" title="Welcome to pyfact’s documentation!" 111 131 >previous</a> |</li> 112 <li><a href="index.html">pyfact 0.1 documentation</a> »</li>132 <li><a href="index.html">pyfact v0.1 documentation</a> »</li> 113 133 </ul> 114 134 </div> 115 135 <div class="footer"> 116 136 © Copyright 2012, Werner Lustermann. 117 Created using <a href="http://sphinx.pocoo.org/">Sphinx</a> 1. 1.2.137 Created using <a href="http://sphinx.pocoo.org/">Sphinx</a> 1.0.4. 118 138 </div> 119 139 </body>
Note:
See TracChangeset
for help on using the changeset viewer.