-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
183 lines (155 loc) · 10.2 KB
/
index.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" /><meta name="generator" content="Docutils 0.19: https://docutils.sourceforge.io/" />
<title>Welcome to NeXDaTaS’s documentation! — NeXDaTaS 1.0.0 documentation</title>
<link rel="stylesheet" type="text/css" href="_static/pygments.css" />
<link rel="stylesheet" type="text/css" href="_static/bootstrap-sphinx.css" />
<script data-url_root="./" id="documentation_options" src="_static/documentation_options.js"></script>
<script src="_static/jquery.js"></script>
<script src="_static/underscore.js"></script>
<script src="_static/_sphinx_javascript_frameworks_compat.js"></script>
<script src="_static/doctools.js"></script>
<script src="_static/sphinx_highlight.js"></script>
<link rel="index" title="Index" href="genindex.html" />
<link rel="search" title="Search" href="search.html" />
<link rel="next" title="Project goals" href="project_goals.html" />
<meta charset='utf-8'>
<meta http-equiv='X-UA-Compatible' content='IE=edge,chrome=1'>
<meta name='viewport' content='width=device-width, initial-scale=1.0, maximum-scale=1'>
<meta name="apple-mobile-web-app-capable" content="yes">
<script type="text/javascript" src="_static/js/jquery-1.12.4.min.js"></script>
<script type="text/javascript" src="_static/js/jquery-fix.js"></script>
<script type="text/javascript" src="_static/bootstrap-3.4.1/js/bootstrap.min.js"></script>
<script type="text/javascript" src="_static/bootstrap-sphinx.js"></script>
</head><body>
<div id="navbar" class="navbar navbar-default navbar-fixed-top">
<div class="container">
<div class="navbar-header">
<!-- .btn-navbar is used as the toggle for collapsed navbar content -->
<button type="button" class="navbar-toggle" data-toggle="collapse" data-target=".nav-collapse">
<span class="icon-bar"></span>
<span class="icon-bar"></span>
<span class="icon-bar"></span>
</button>
<a class="navbar-brand" href="#">
NeXDaTaS</a>
<span class="navbar-text navbar-version pull-left"><b>1.0</b></span>
</div>
<div class="collapse navbar-collapse nav-collapse">
<ul class="nav navbar-nav">
<li class="dropdown globaltoc-container">
<a role="button"
id="dLabelGlobalToc"
data-toggle="dropdown"
data-target="#"
href="#">Site <b class="caret"></b></a>
<ul class="dropdown-menu globaltoc"
role="menu"
aria-labelledby="dLabelGlobalToc"><ul>
<li class="toctree-l1"><a class="reference internal" href="project_goals.html">Project goals</a></li>
<li class="toctree-l1"><a class="reference internal" href="project_goals.html#the-importance-of-the-client">The importance of the client</a></li>
<li class="toctree-l1"><a class="reference internal" href="design.html">NXDL extensions for data sources</a><ul>
<li class="toctree-l2"><a class="reference internal" href="design.html#the-strategy-tag">The <code class="docutils literal notranslate"><span class="pre"><strategy></span></code> tag</a></li>
<li class="toctree-l2"><a class="reference internal" href="design.html#the-datasource-tag">The <code class="docutils literal notranslate"><span class="pre"><datasource></span></code> tag</a></li>
<li class="toctree-l2"><a class="reference internal" href="design.html#client-datasource"><em>CLIENT</em> datasource</a></li>
<li class="toctree-l2"><a class="reference internal" href="design.html#tango-datasource"><em>TANGO</em> datasource</a></li>
<li class="toctree-l2"><a class="reference internal" href="design.html#db-datasource"><em>DB</em> datasource</a></li>
<li class="toctree-l2"><a class="reference internal" href="design.html#pyeval-datasource"><em>PYEVAL</em> datasource</a></li>
</ul>
</li>
<li class="toctree-l1"><a class="reference internal" href="design.html#sequence-diagrams">Sequence diagrams</a></li>
</ul>
</ul>
</li>
<li class="dropdown">
<a role="button"
id="dLabelLocalToc"
data-toggle="dropdown"
data-target="#"
href="#">Page <b class="caret"></b></a>
<ul class="dropdown-menu localtoc"
role="menu"
aria-labelledby="dLabelLocalToc"><ul>
<li><a class="reference internal" href="#">Welcome to NeXDaTaS’s documentation!</a></li>
<li><a class="reference internal" href="#contents">Contents:</a></li>
<li><a class="reference internal" href="#indices-and-tables">Indices and tables</a></li>
</ul>
</ul>
</li>
<li>
<a href="project_goals.html" title="Next Chapter: Project goals"><span class="glyphicon glyphicon-chevron-right visible-sm"></span><span class="hidden-sm hidden-tablet">Project goals »</span>
</a>
</li>
</ul>
<form class="navbar-form navbar-right" action="search.html" method="get">
<div class="form-group">
<input type="text" name="q" class="form-control" placeholder="Search" />
</div>
<input type="hidden" name="check_keywords" value="yes" />
<input type="hidden" name="area" value="default" />
</form>
</div>
</div>
</div>
<div class="container">
<div class="row">
<div class="body col-md-12 content" role="main">
<section id="welcome-to-nexdatas-s-documentation">
<h1>Welcome to NeXDaTaS’s documentation!<a class="headerlink" href="#welcome-to-nexdatas-s-documentation" title="Permalink to this heading">¶</a></h1>
<p>This project contains the following NeXus software:</p>
<ul class="simple">
<li><p><a class="reference external" href="https://nexdatas.github.io/nxsdatawriter">Data Writer</a> - writer implemented as a <a class="reference external" href="http://www.tango-controls.org/">Tango</a> server</p></li>
<li><p><a class="reference external" href="https://nexdatas.github.io/nxsconfigserver">Configuration Server</a> - <a class="reference external" href="https://www.mysql.com/">MySQL</a> database frond-end implemented as a <a class="reference external" href="http://www.tango-controls.org/">Tango</a> server</p></li>
<li><p><a class="reference external" href="https://nexdatas.github.io/nxsrecselector">Selector Server</a> - configuration configuration selector implemented as a <a class="reference external" href="http://www.tango-controls.org/">Tango</a> server</p></li>
<li><p><a class="reference external" href="https://nexdatas.github.io/nxsdesigner">Component Designer</a> - GUI configuration tool written in <a class="reference external" href="https://riverbankcomputing.com/software/pyqt/intro">PyQt</a></p></li>
<li><p><a class="reference external" href="https://nexdatas.github.io/nxselector">Component Selector</a> - GUI component selector written in <a class="reference external" href="http://www.taurus-scada.org">Taurus</a> (<a class="reference external" href="https://riverbankcomputing.com/software/pyqt/intro">PyQt</a>)</p></li>
<li><p><a class="reference external" href="https://nexdatas.github.io/nxsmacrogui">NeXus Macro GUI</a> - Macro GUI with the additional <a class="reference external" href="https://nexdatas.github.io/nxselector">Component Selector</a> widget written in <a class="reference external" href="http://www.taurus-scada.org">Taurus</a> (<a class="reference external" href="https://riverbankcomputing.com/software/pyqt/intro">PyQt</a>)</p></li>
<li><p><a class="reference external" href="https://nexdatas.github.io/sardana-nxs-filerecorder">Sardana Recorder</a> - NeXus <a class="reference external" href="http://www.sardana-controls.org">Sardana</a> Recorder</p></li>
<li><p><a class="reference external" href="https://nexdatas.github.io/nxstools">Command-line tools</a> - scripts providing fast access to <a class="reference external" href="https://nexdatas.github.io/nxsconfigserver">Configuration Server</a> and <a class="reference external" href="https://nexdatas.github.io/nxsdatawriter">Data Writer</a> from command-line interface</p></li>
<li><p>Simple examples of configuration files and control clients</p></li>
</ul>
<p><a class="reference external" href="https://nexdatas.github.io/nxsdatawriter#debian-packages">To install Debian packages …</a></p>
<p>Authors: <em>Jan Kotański, Eugen Wintersberger, Halil Pasic, Maria-Teresa
Núñez-Pardo-de-Vera</em></p>
<div class="line-block">
<div class="line">Source code: <a class="reference external" href="https://github.com/nexdatas">https://github.com/nexdatas</a></div>
<div class="line">NexDaTaS Web page: <a class="reference external" href="https://nexdatas.github.io">https://nexdatas.github.io</a></div>
</div>
</section>
<section id="contents">
<h1>Contents:<a class="headerlink" href="#contents" title="Permalink to this heading">¶</a></h1>
<div class="toctree-wrapper compound">
<ul>
<li class="toctree-l1"><a class="reference internal" href="project_goals.html">Project goals</a></li>
<li class="toctree-l1"><a class="reference internal" href="project_goals.html#the-importance-of-the-client">The importance of the client</a></li>
<li class="toctree-l1"><a class="reference internal" href="design.html">NXDL extensions for data sources</a></li>
<li class="toctree-l1"><a class="reference internal" href="design.html#sequence-diagrams">Sequence diagrams</a></li>
</ul>
</div>
</section>
<section id="indices-and-tables">
<h1>Indices and tables<a class="headerlink" href="#indices-and-tables" title="Permalink to this heading">¶</a></h1>
<ul class="simple">
<li><p><a class="reference internal" href="genindex.html"><span class="std std-ref">Index</span></a></p></li>
<li><p><a class="reference internal" href="py-modindex.html"><span class="std std-ref">Module Index</span></a></p></li>
<li><p><a class="reference internal" href="search.html"><span class="std std-ref">Search Page</span></a></p></li>
</ul>
</section>
</div>
</div>
</div>
<footer class="footer">
<div class="container">
<p class="pull-right">
<a href="#">Back to top</a>
</p>
<p>
© Copyright 2016, DESY, Jan Kotanski, Eugen Wintersberger, Halil Pasic, Maria-Teresa Núñez-Pardo-de-Vera.<br/>
Created using <a href="http://sphinx-doc.org/">Sphinx</a> 5.3.0.<br/>
</p>
</div>
</footer>
</body>
</html>