source: sasview/user/user.html @ 5437be5

gh-pages
Last change on this file since 5437be5 was 346c610, checked in by ajj, 9 years ago

First commit of built docs to gh-pages

  • Property mode set to 100644
File size: 4.2 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>User Documentation &mdash; SasView 3.0.0 documentation</title>
10   
11    <link rel="stylesheet" href="../_static/default.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:     '3.0.0',
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="SasView 3.0.0 documentation" href="../index.html" />
28    <link rel="next" title="SasView Model Functions" href="models/model_functions.html" />
29    <link rel="prev" title="SasView Documentation" href="../index.html" /> 
30  </head>
31  <body>
32    <div class="related">
33      <h3>Navigation</h3>
34      <ul>
35        <li class="right" style="margin-right: 10px">
36          <a href="../genindex.html" title="General Index"
37             accesskey="I">index</a></li>
38        <li class="right" >
39          <a href="models/model_functions.html" title="SasView Model Functions"
40             accesskey="N">next</a> |</li>
41        <li class="right" >
42          <a href="../index.html" title="SasView Documentation"
43             accesskey="P">previous</a> |</li>
44        <li><a href="../index.html">SasView 3.0.0 documentation</a> &raquo;</li> 
45      </ul>
46    </div> 
47
48    <div class="document">
49      <div class="documentwrapper">
50        <div class="bodywrapper">
51          <div class="body">
52           
53  <div class="section" id="user-documentation">
54<h1>User Documentation</h1>
55<div class="toctree-wrapper compound">
56<ul>
57<li class="toctree-l1"><a class="reference internal" href="models/model_functions.html">Models</a></li>
58</ul>
59</div>
60</div>
61
62
63          </div>
64        </div>
65      </div>
66      <div class="sphinxsidebar">
67        <div class="sphinxsidebarwrapper">
68  <h4>Previous topic</h4>
69  <p class="topless"><a href="../index.html"
70                        title="previous chapter">SasView Documentation</a></p>
71  <h4>Next topic</h4>
72  <p class="topless"><a href="models/model_functions.html"
73                        title="next chapter">SasView Model Functions</a></p>
74  <h3>This Page</h3>
75  <ul class="this-page-menu">
76    <li><a href="../_sources/user/user.txt"
77           rel="nofollow">Show Source</a></li>
78  </ul>
79<div id="searchbox" style="display: none">
80  <h3>Quick search</h3>
81    <form class="search" action="../search.html" method="get">
82      <input type="text" name="q" />
83      <input type="submit" value="Go" />
84      <input type="hidden" name="check_keywords" value="yes" />
85      <input type="hidden" name="area" value="default" />
86    </form>
87    <p class="searchtip" style="font-size: 90%">
88    Enter search terms or a module, class or function name.
89    </p>
90</div>
91<script type="text/javascript">$('#searchbox').show(0);</script>
92        </div>
93      </div>
94      <div class="clearer"></div>
95    </div>
96    <div class="related">
97      <h3>Navigation</h3>
98      <ul>
99        <li class="right" style="margin-right: 10px">
100          <a href="../genindex.html" title="General Index"
101             >index</a></li>
102        <li class="right" >
103          <a href="models/model_functions.html" title="SasView Model Functions"
104             >next</a> |</li>
105        <li class="right" >
106          <a href="../index.html" title="SasView Documentation"
107             >previous</a> |</li>
108        <li><a href="../index.html">SasView 3.0.0 documentation</a> &raquo;</li> 
109      </ul>
110    </div>
111    <div class="footer">
112        &copy; Copyright 2013, The SasView Project.
113      Created using <a href="http://sphinx-doc.org/">Sphinx</a> 1.2.3.
114    </div>
115  </body>
116</html>
Note: See TracBrowser for help on using the repository browser.