source: sasmodels/guide/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: 3.1 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>1. SAS Model Organization &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    <link rel="next" title="2. SAS Model Reference" href="../ref/index.html" />
29    <link rel="prev" title="Introduction" href="../index.html" /> 
30  </head>
31  <body>
32      <div class="header"><h1 class="heading"><a href="../index.html">
33          <span>Home</span></a></h1>
34        <h2 class="heading"><span>1. SAS Model Organization</span></h2>
35      </div>
36      <div class="topnav">
37     
38        <p>
39        «&#160;&#160;<a href="../index.html">Introduction</a>
40        &#160;&#160;::&#160;&#160;
41        <a class="uplink" href="../index.html">Contents</a>
42        &#160;&#160;::&#160;&#160;
43        <a href="../ref/index.html">2. SAS Model Reference</a>&#160;&#160;»
44        </p>
45
46      </div>
47      <div class="content">
48       
49       
50  <div class="section" id="sas-model-organization">
51<h1>1. SAS Model Organization<a class="headerlink" href="#sas-model-organization" title="Permalink to this headline">¶</a></h1>
52<p>Models have certain features in common.</p>
53<p>Every model has a <em>scale</em> and a <em>background</em>.</p>
54<p>Talk about orientation, with diagrams for orientation so that we don&#8217;t need
55a link on every model page?</p>
56<span class="target" id="orientation"></span><p>Talk about polydispersity.</p>
57<p>Talk about magnetism, converting the magnetism help file to inline text here,
58with links so that models can point back to it.</p>
59<p>Need to talk about structure factors even though we don&#8217;t have any
60implemented yet.</p>
61</div>
62
63
64      </div>
65      <div class="bottomnav">
66     
67        <p>
68        «&#160;&#160;<a href="../index.html">Introduction</a>
69        &#160;&#160;::&#160;&#160;
70        <a class="uplink" href="../index.html">Contents</a>
71        &#160;&#160;::&#160;&#160;
72        <a href="../ref/index.html">2. SAS Model Reference</a>&#160;&#160;»
73        </p>
74
75      </div>
76
77    <div class="footer">
78        &copy; Copyright 2014, sasview team.
79      Created using <a href="http://sphinx-doc.org/">Sphinx</a> 1.2.3.
80    </div>
81  </body>
82</html>
Note: See TracBrowser for help on using the repository browser.