source: sasmodels/developer/index.html @ 68532f3

gh-pages
Last change on this file since 68532f3 was 68532f3, checked in by ajj, 8 years ago

Adding docs

  • Property mode set to 100644
File size: 2.0 KB
Line 
1<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
2  "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
3
4
5<html xmlns="http://www.w3.org/1999/xhtml">
6  <head>
7    <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
8   
9    <title>Sasmodels Developers Guide &mdash; Sasmodels</title>
10   
11    <link rel="stylesheet" href="../_static/haiku-site.css" type="text/css" />
12    <link rel="stylesheet" href="../_static/pygments.css" type="text/css" />
13   
14    <script type="text/javascript">
15      var DOCUMENTATION_OPTIONS = {
16        URL_ROOT:    '../',
17        VERSION:     '0.9',
18        COLLAPSE_INDEX: false,
19        FILE_SUFFIX: '.html',
20        HAS_SOURCE:  true
21      };
22    </script>
23    <script type="text/javascript" src="../_static/jquery.js"></script>
24    <script type="text/javascript" src="../_static/underscore.js"></script>
25    <script type="text/javascript" src="../_static/doctools.js"></script>
26    <script type="text/javascript" src="http://cdn.mathjax.org/mathjax/latest/MathJax.js?config=TeX-AMS-MML_HTMLorMML"></script>
27    <link rel="top" title="Sasmodels" href="../index.html" /> 
28  </head>
29  <body>
30      <div class="header"><h1 class="heading"><a href="../index.html">
31          <span>Home</span></a></h1>
32        <h2 class="heading"><span>Sasmodels Developers Guide</span></h2>
33      </div>
34      <div class="topnav">
35     
36        <p>
37        <a class="uplink" href="../index.html">Contents</a>
38        </p>
39
40      </div>
41      <div class="content">
42       
43       
44  <div class="section" id="sasmodels-developers-guide">
45<h1>Sasmodels Developers Guide<a class="headerlink" href="#sasmodels-developers-guide" title="Permalink to this headline">¶</a></h1>
46</div>
47
48
49      </div>
50      <div class="bottomnav">
51     
52        <p>
53        <a class="uplink" href="../index.html">Contents</a>
54        </p>
55
56      </div>
57
58    <div class="footer">
59        &copy; Copyright 2014, sasview team.
60      Created using <a href="http://sphinx-doc.org/">Sphinx</a> 1.2.3.
61    </div>
62  </body>
63</html>
Note: See TracBrowser for help on using the repository browser.