source: sasview/user/user.html @ a462c6a

gh-pages
Last change on this file since a462c6a was a462c6a, checked in by ajj, 9 years ago

Rebuild to fix index and modules docs

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