source: sasview/search.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: 3.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>Search &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    <script type="text/javascript" src="_static/searchtools.js"></script>
28    <link rel="top" title="SasView 3.0.0 documentation" href="index.html" />
29  <script type="text/javascript">
30    jQuery(function() { Search.loadIndex("searchindex.js"); });
31  </script>
32 
33  <script type="text/javascript" id="searchindexloader"></script>
34   
35
36  </head>
37  <body>
38    <div class="related">
39      <h3>Navigation</h3>
40      <ul>
41        <li class="right" style="margin-right: 10px">
42          <a href="genindex.html" title="General Index"
43             accesskey="I">index</a></li>
44        <li class="right" >
45          <a href="py-modindex.html" title="Python Module Index"
46             >modules</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  <h1 id="search-documentation">Search</h1>
57  <div id="fallback" class="admonition warning">
58  <script type="text/javascript">$('#fallback').hide();</script>
59  <p>
60    Please activate JavaScript to enable the search
61    functionality.
62  </p>
63  </div>
64  <p>
65    From here you can search these documents. Enter your search
66    words into the box below and click "search". Note that the search
67    function will automatically search for all of the words. Pages
68    containing fewer words won't appear in the result list.
69  </p>
70  <form action="" method="get">
71    <input type="text" name="q" value="" />
72    <input type="submit" value="search" />
73    <span id="search-progress" style="padding-left: 10px"></span>
74  </form>
75 
76  <div id="search-results">
77 
78  </div>
79
80          </div>
81        </div>
82      </div>
83      <div class="sphinxsidebar">
84        <div class="sphinxsidebarwrapper">
85        </div>
86      </div>
87      <div class="clearer"></div>
88    </div>
89    <div class="related">
90      <h3>Navigation</h3>
91      <ul>
92        <li class="right" style="margin-right: 10px">
93          <a href="genindex.html" title="General Index"
94             >index</a></li>
95        <li class="right" >
96          <a href="py-modindex.html" title="Python Module Index"
97             >modules</a> |</li>
98        <li><a href="index.html">SasView 3.0.0 documentation</a> &raquo;</li> 
99      </ul>
100    </div>
101    <div class="footer">
102        &copy; Copyright 2013, The SasView Project.
103      Created using <a href="http://sphinx-doc.org/">Sphinx</a> 1.2.3.
104    </div>
105  </body>
106</html>
Note: See TracBrowser for help on using the repository browser.