source: cssboy_deployment/docs/build/html/index.html @ 870

Last change on this file since 870 was 870, checked in by jemian, 11 years ago

partial, need to test and finish documentation

  • Property svn:mime-type set to text/html
File size: 5.2 KB
Line 
1
2
3<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
4  "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
5
6
7<html xmlns="http://www.w3.org/1999/xhtml">
8  <head>
9    <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
10   
11    <title>Welcome to cssboydeployment’s documentation! &mdash; cssboydeployment 1 documentation</title>
12   
13    <link rel="stylesheet" href="_static/agogo.css" type="text/css" />
14    <link rel="stylesheet" href="_static/pygments.css" type="text/css" />
15   
16    <script type="text/javascript">
17      var DOCUMENTATION_OPTIONS = {
18        URL_ROOT:    '',
19        VERSION:     '1',
20        COLLAPSE_INDEX: false,
21        FILE_SUFFIX: '.html',
22        HAS_SOURCE:  true
23      };
24    </script>
25    <script type="text/javascript" src="_static/jquery.js"></script>
26    <script type="text/javascript" src="_static/underscore.js"></script>
27    <script type="text/javascript" src="_static/doctools.js"></script>
28    <link rel="top" title="cssboydeployment 1 documentation" href="#" />
29    <link rel="next" title="Plans" href="plans.html" /> 
30  </head>
31  <body>
32    <div class="header-wrapper">
33      <div class="header">
34        <div class="headertitle"><a
35          href="#">cssboydeployment 1 documentation</a></div>
36        <div class="rel">
37          <a href="plans.html" title="Plans"
38             accesskey="N">next</a> |
39          <a href="genindex.html" title="General Index"
40             accesskey="I">index</a>
41        </div>
42       </div>
43    </div>
44
45    <div class="content-wrapper">
46      <div class="content">
47        <div class="document">
48           
49      <div class="documentwrapper">
50        <div class="bodywrapper">
51          <div class="body">
52           
53  <div class="section" id="welcome-to-cssboydeployment-s-documentation">
54<h1>Welcome to cssboydeployment&#8217;s documentation!<a class="headerlink" href="#welcome-to-cssboydeployment-s-documentation" title="Permalink to this headline">¶</a></h1>
55<div class="section" id="purpose">
56<h2>Purpose<a class="headerlink" href="#purpose" title="Permalink to this headline">¶</a></h2>
57<p>APS beam lines will deploy this software expecting to
58use standard screens from the APS, as well as
59locally-produced screens.  Each beam line will need to
60install identical customizations at several beam line
61workstations.   The APS will need occasionally to update
62the suite of standard screens.</p>
63<p>Contents:</p>
64<div class="toctree-wrapper compound">
65<ul>
66<li class="toctree-l1"><a class="reference internal" href="plans.html">Plans</a></li>
67<li class="toctree-l1"><a class="reference internal" href="instructions.html">Instructions</a><ul>
68<li class="toctree-l2"><a class="reference internal" href="instructions.html#install-css-boy-on-your-computer">Install CSS-BOY on your computer</a></li>
69<li class="toctree-l2"><a class="reference internal" href="instructions.html#add-opi-screens-from-synapps-as-a-css-project">add OPI screens from synApps as a CSS project</a></li>
70<li class="toctree-l2"><a class="reference internal" href="instructions.html#define-synapps-default-fonts-and-colors">define synApps default fonts and colors</a></li>
71<li class="toctree-l2"><a class="reference internal" href="instructions.html#define-a-project-for-your-epics-installation">Define a project for your EPICS installation</a></li>
72</ul>
73</li>
74</ul>
75</div>
76</div>
77</div>
78<div class="section" id="indices-and-tables">
79<h1>Indices and tables<a class="headerlink" href="#indices-and-tables" title="Permalink to this headline">¶</a></h1>
80<ul class="simple">
81<li><a class="reference internal" href="genindex.html"><em>Index</em></a></li>
82<li><a class="reference internal" href="search.html"><em>Search Page</em></a></li>
83</ul>
84</div>
85
86
87          </div>
88        </div>
89      </div>
90        </div>
91        <div class="sidebar">
92          <h3>Table Of Contents</h3>
93          <ul>
94<li class="toctree-l1"><a class="reference internal" href="plans.html">Plans</a></li>
95<li class="toctree-l1"><a class="reference internal" href="instructions.html">Instructions</a></li>
96</ul>
97
98          <h3 style="margin-top: 1.5em;">Search</h3>
99          <form class="search" action="search.html" method="get">
100            <input type="text" name="q" />
101            <input type="submit" value="Go" />
102            <input type="hidden" name="check_keywords" value="yes" />
103            <input type="hidden" name="area" value="default" />
104          </form>
105          <p class="searchtip" style="font-size: 90%">
106            Enter search terms or a module, class or function name.
107          </p>
108        </div>
109        <div class="clearer"></div>
110      </div>
111    </div>
112
113    <div class="footer-wrapper">
114      <div class="footer">
115        <div class="left">
116          <a href="plans.html" title="Plans"
117             >next</a> |
118          <a href="genindex.html" title="General Index"
119             >index</a>
120            <br/>
121            <a href="_sources/index.txt"
122               rel="nofollow">Show Source</a>
123        </div>
124
125        <div class="right">
126         
127    <div class="footer">
128        &copy; Copyright 2012, Pete Jemian.
129      Created using <a href="http://sphinx.pocoo.org/">Sphinx</a> 1.1.3.
130    </div>
131        </div>
132        <div class="clearer"></div>
133      </div>
134    </div>
135
136  </body>
137</html>
Note: See TracBrowser for help on using the repository browser.