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