source: sasview/dev/dev.html @ 346c610

gh-pages
Last change on this file since 346c610 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.4 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>Developer 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="prev" title="SasView Model Functions" href="../user/models/model_functions.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/models/model_functions.html" title="SasView Model Functions"
39             accesskey="P">previous</a> |</li>
40        <li><a href="../index.html">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="developer-documentation">
50<h1>Developer Documentation</h1>
51<div class="section" id="contents">
52<h2>Contents</h2>
53<div class="toctree-wrapper compound">
54<ul class="simple">
55</ul>
56</div>
57</div>
58<div class="section" id="indices-and-search">
59<h2>Indices and Search</h2>
60<ul class="simple">
61<li><a class="reference internal" href="../genindex.html"><em>Index</em></a></li>
62<li><a class="reference internal" href="../py-modindex.html"><em>Module Index</em></a></li>
63<li><a class="reference internal" href="../search.html"><em>Search Page</em></a></li>
64</ul>
65</div>
66</div>
67
68
69          </div>
70        </div>
71      </div>
72      <div class="sphinxsidebar">
73        <div class="sphinxsidebarwrapper">
74  <h3><a href="../index.html">Table Of Contents</a></h3>
75  <ul>
76<li><a class="reference internal" href="#">Developer Documentation</a><ul>
77<li><a class="reference internal" href="#contents">Contents</a></li>
78<li><a class="reference internal" href="#indices-and-search">Indices and Search</a></li>
79</ul>
80</li>
81</ul>
82
83  <h4>Previous topic</h4>
84  <p class="topless"><a href="../user/models/model_functions.html"
85                        title="previous chapter">SasView Model Functions</a></p>
86  <h3>This Page</h3>
87  <ul class="this-page-menu">
88    <li><a href="../_sources/dev/dev.txt"
89           rel="nofollow">Show Source</a></li>
90  </ul>
91<div id="searchbox" style="display: none">
92  <h3>Quick search</h3>
93    <form class="search" action="../search.html" method="get">
94      <input type="text" name="q" />
95      <input type="submit" value="Go" />
96      <input type="hidden" name="check_keywords" value="yes" />
97      <input type="hidden" name="area" value="default" />
98    </form>
99    <p class="searchtip" style="font-size: 90%">
100    Enter search terms or a module, class or function name.
101    </p>
102</div>
103<script type="text/javascript">$('#searchbox').show(0);</script>
104        </div>
105      </div>
106      <div class="clearer"></div>
107    </div>
108    <div class="related">
109      <h3>Navigation</h3>
110      <ul>
111        <li class="right" style="margin-right: 10px">
112          <a href="../genindex.html" title="General Index"
113             >index</a></li>
114        <li class="right" >
115          <a href="../user/models/model_functions.html" title="SasView Model Functions"
116             >previous</a> |</li>
117        <li><a href="../index.html">SasView 3.0.0 documentation</a> &raquo;</li> 
118      </ul>
119    </div>
120    <div class="footer">
121        &copy; Copyright 2013, The SasView Project.
122      Created using <a href="http://sphinx-doc.org/">Sphinx</a> 1.2.3.
123    </div>
124  </body>
125</html>
Note: See TracBrowser for help on using the repository browser.