Improve doc.
Change-Id: I0b25fd1c645a47084fb7fda1bbb7d41a2d10dcbb
This commit is contained in:
6
doc/source/playground/client/index.rst
Normal file
6
doc/source/playground/client/index.rst
Normal file
@@ -0,0 +1,6 @@
|
||||
Client documentation
|
||||
====================
|
||||
|
||||
.. toctree::
|
||||
:maxdepth: 2
|
||||
|
||||
6
doc/source/playground/facility/demo/cryo.rst
Normal file
6
doc/source/playground/facility/demo/cryo.rst
Normal file
@@ -0,0 +1,6 @@
|
||||
Demo cryostat
|
||||
=============
|
||||
|
||||
.. automodule:: secop_demo.cryo
|
||||
:members:
|
||||
|
||||
12
doc/source/playground/facility/demo/index.rst
Normal file
12
doc/source/playground/facility/demo/index.rst
Normal file
@@ -0,0 +1,12 @@
|
||||
Demo
|
||||
====
|
||||
|
||||
Specific sample environments
|
||||
----------------------------
|
||||
|
||||
.. toctree::
|
||||
:maxdepth: 3
|
||||
|
||||
cryo
|
||||
test
|
||||
|
||||
6
doc/source/playground/facility/demo/test.rst
Normal file
6
doc/source/playground/facility/demo/test.rst
Normal file
@@ -0,0 +1,6 @@
|
||||
Test devices
|
||||
=============
|
||||
|
||||
.. automodule:: secop_demo.test
|
||||
:members:
|
||||
|
||||
6
doc/source/playground/facility/ess/epics.rst
Normal file
6
doc/source/playground/facility/ess/epics.rst
Normal file
@@ -0,0 +1,6 @@
|
||||
EPICS modules
|
||||
=============
|
||||
|
||||
.. automodule:: secop_ess.epics
|
||||
:members:
|
||||
|
||||
11
doc/source/playground/facility/ess/index.rst
Normal file
11
doc/source/playground/facility/ess/index.rst
Normal file
@@ -0,0 +1,11 @@
|
||||
ESS
|
||||
===
|
||||
|
||||
Frameworks
|
||||
----------
|
||||
|
||||
.. toctree::
|
||||
:maxdepth: 3
|
||||
|
||||
epics
|
||||
|
||||
9
doc/source/playground/facility/index.rst
Normal file
9
doc/source/playground/facility/index.rst
Normal file
@@ -0,0 +1,9 @@
|
||||
Facility specific functionalities
|
||||
=================================
|
||||
|
||||
.. toctree::
|
||||
:maxdepth: 3
|
||||
|
||||
demo/index
|
||||
mlz/index
|
||||
ess/index
|
||||
6
doc/source/playground/facility/mlz/amagnet.rst
Normal file
6
doc/source/playground/facility/mlz/amagnet.rst
Normal file
@@ -0,0 +1,6 @@
|
||||
ANTARES magnet (amagnet)
|
||||
========================
|
||||
|
||||
.. automodule:: secop_mlz.amagnet
|
||||
:members:
|
||||
|
||||
6
doc/source/playground/facility/mlz/entangle.rst
Normal file
6
doc/source/playground/facility/mlz/entangle.rst
Normal file
@@ -0,0 +1,6 @@
|
||||
Entangle
|
||||
========
|
||||
|
||||
.. automodule:: secop_mlz.entangle
|
||||
:members:
|
||||
|
||||
20
doc/source/playground/facility/mlz/index.rst
Normal file
20
doc/source/playground/facility/mlz/index.rst
Normal file
@@ -0,0 +1,20 @@
|
||||
MLZ
|
||||
===
|
||||
|
||||
Frameworks
|
||||
----------
|
||||
|
||||
.. toctree::
|
||||
:maxdepth: 3
|
||||
|
||||
entangle
|
||||
|
||||
|
||||
Specific sample environments
|
||||
----------------------------
|
||||
|
||||
.. toctree::
|
||||
:maxdepth: 3
|
||||
|
||||
amagnet
|
||||
|
||||
6
doc/source/playground/framework/datatypes.rst
Normal file
6
doc/source/playground/framework/datatypes.rst
Normal file
@@ -0,0 +1,6 @@
|
||||
Datatypes
|
||||
=========
|
||||
|
||||
.. automodule:: secop.datatypes
|
||||
:members:
|
||||
|
||||
6
doc/source/playground/framework/errors.rst
Normal file
6
doc/source/playground/framework/errors.rst
Normal file
@@ -0,0 +1,6 @@
|
||||
Exception classes
|
||||
=================
|
||||
|
||||
.. automodule:: secop.errors
|
||||
:members:
|
||||
|
||||
9
doc/source/playground/framework/index.rst
Normal file
9
doc/source/playground/framework/index.rst
Normal file
@@ -0,0 +1,9 @@
|
||||
Framework documentation
|
||||
=======================
|
||||
|
||||
.. toctree::
|
||||
:maxdepth: 2
|
||||
|
||||
datatypes
|
||||
errors
|
||||
|
||||
6
doc/source/playground/gui/index.rst
Normal file
6
doc/source/playground/gui/index.rst
Normal file
@@ -0,0 +1,6 @@
|
||||
Graphical user interface documentation
|
||||
======================================
|
||||
|
||||
.. toctree::
|
||||
:maxdepth: 2
|
||||
|
||||
13
doc/source/playground/index.rst
Normal file
13
doc/source/playground/index.rst
Normal file
@@ -0,0 +1,13 @@
|
||||
Playground documentation
|
||||
========================
|
||||
|
||||
.. toctree::
|
||||
:maxdepth: 2
|
||||
|
||||
server/index
|
||||
client/index
|
||||
framework/index
|
||||
gui/index
|
||||
facility/index
|
||||
|
||||
|
||||
3
doc/source/playground/server/configuration.rst
Normal file
3
doc/source/playground/server/configuration.rst
Normal file
@@ -0,0 +1,3 @@
|
||||
Configuration
|
||||
=============
|
||||
|
||||
11
doc/source/playground/server/index.rst
Normal file
11
doc/source/playground/server/index.rst
Normal file
@@ -0,0 +1,11 @@
|
||||
Server documentation
|
||||
====================
|
||||
|
||||
.. toctree::
|
||||
:maxdepth: 3
|
||||
|
||||
starting
|
||||
configuration
|
||||
modules
|
||||
protocol/index
|
||||
|
||||
6
doc/source/playground/server/modules.rst
Normal file
6
doc/source/playground/server/modules.rst
Normal file
@@ -0,0 +1,6 @@
|
||||
Module base classes
|
||||
===================
|
||||
|
||||
.. automodule:: secop.modules
|
||||
:members:
|
||||
|
||||
@@ -0,0 +1,6 @@
|
||||
Demo V2
|
||||
=======
|
||||
|
||||
.. automodule:: secop.protocol.encoding.demo_v2
|
||||
:members:
|
||||
|
||||
@@ -0,0 +1,6 @@
|
||||
Demo V3
|
||||
=======
|
||||
|
||||
.. automodule:: secop.protocol.encoding.demo_v2
|
||||
:members:
|
||||
|
||||
@@ -0,0 +1,6 @@
|
||||
Demo V4
|
||||
=======
|
||||
|
||||
.. automodule:: secop.protocol.encoding.demo_v2
|
||||
:members:
|
||||
|
||||
@@ -0,0 +1,6 @@
|
||||
Demo V5
|
||||
=======
|
||||
|
||||
.. automodule:: secop.protocol.encoding.demo_v2
|
||||
:members:
|
||||
|
||||
11
doc/source/playground/server/protocol/encoding/index.rst
Normal file
11
doc/source/playground/server/protocol/encoding/index.rst
Normal file
@@ -0,0 +1,11 @@
|
||||
Encodings
|
||||
=========
|
||||
|
||||
.. toctree::
|
||||
:maxdepth: 3
|
||||
|
||||
demo_v2
|
||||
demo_v3
|
||||
demo_v4
|
||||
demo_v5
|
||||
|
||||
7
doc/source/playground/server/protocol/framing/demo.rst
Normal file
7
doc/source/playground/server/protocol/framing/demo.rst
Normal file
@@ -0,0 +1,7 @@
|
||||
Demo
|
||||
====
|
||||
|
||||
.. automodule:: secop.protocol.framing.demo
|
||||
:members:
|
||||
|
||||
|
||||
6
doc/source/playground/server/protocol/framing/eol.rst
Normal file
6
doc/source/playground/server/protocol/framing/eol.rst
Normal file
@@ -0,0 +1,6 @@
|
||||
EOL
|
||||
===
|
||||
|
||||
.. automodule:: secop.protocol.framing.eol
|
||||
:members:
|
||||
|
||||
11
doc/source/playground/server/protocol/framing/index.rst
Normal file
11
doc/source/playground/server/protocol/framing/index.rst
Normal file
@@ -0,0 +1,11 @@
|
||||
Framings
|
||||
========
|
||||
|
||||
.. toctree::
|
||||
:maxdepth: 3
|
||||
|
||||
demo
|
||||
eol
|
||||
null
|
||||
rle
|
||||
|
||||
6
doc/source/playground/server/protocol/framing/null.rst
Normal file
6
doc/source/playground/server/protocol/framing/null.rst
Normal file
@@ -0,0 +1,6 @@
|
||||
Null
|
||||
====
|
||||
|
||||
.. automodule:: secop.protocol.framing.null
|
||||
:members:
|
||||
|
||||
6
doc/source/playground/server/protocol/framing/rle.rst
Normal file
6
doc/source/playground/server/protocol/framing/rle.rst
Normal file
@@ -0,0 +1,6 @@
|
||||
RLE
|
||||
===
|
||||
|
||||
.. automodule:: secop.protocol.framing.rle
|
||||
:members:
|
||||
|
||||
10
doc/source/playground/server/protocol/index.rst
Normal file
10
doc/source/playground/server/protocol/index.rst
Normal file
@@ -0,0 +1,10 @@
|
||||
Different protocols
|
||||
===================
|
||||
|
||||
.. toctree::
|
||||
:maxdepth: 3
|
||||
|
||||
encoding/index
|
||||
framing/index
|
||||
interface/index
|
||||
|
||||
@@ -0,0 +1,9 @@
|
||||
Interfaces
|
||||
==========
|
||||
|
||||
.. toctree::
|
||||
:maxdepth: 3
|
||||
|
||||
tcp
|
||||
zmq
|
||||
|
||||
6
doc/source/playground/server/protocol/interface/tcp.rst
Normal file
6
doc/source/playground/server/protocol/interface/tcp.rst
Normal file
@@ -0,0 +1,6 @@
|
||||
TCP
|
||||
===
|
||||
|
||||
.. automodule:: secop.protocol.interface.tcp
|
||||
:members:
|
||||
|
||||
6
doc/source/playground/server/protocol/interface/zmq.rst
Normal file
6
doc/source/playground/server/protocol/interface/zmq.rst
Normal file
@@ -0,0 +1,6 @@
|
||||
ZMQ
|
||||
===
|
||||
|
||||
.. automodule:: secop.protocol.interface.zmq
|
||||
:members:
|
||||
|
||||
21
doc/source/playground/server/starting.rst
Normal file
21
doc/source/playground/server/starting.rst
Normal file
@@ -0,0 +1,21 @@
|
||||
Starting
|
||||
========
|
||||
|
||||
The SECoP server can be started via the ``bin/secop-server`` script.
|
||||
|
||||
.. parsed-literal::
|
||||
|
||||
usage: secop-server [-h] [-v | -q] [-d] name
|
||||
|
||||
Manage a SECoP server
|
||||
|
||||
positional arguments:
|
||||
name Name of the instance. Uses etc/name.cfg for configuration
|
||||
|
||||
optional arguments:
|
||||
-h, --help show this help message and exit
|
||||
-v, --verbose Output lots of diagnostic information
|
||||
-q, --quiet suppress non-error messages
|
||||
-d, --daemonize Run as daemon
|
||||
|
||||
|
||||
Reference in New Issue
Block a user