Improve doc.
Change-Id: I0b25fd1c645a47084fb7fda1bbb7d41a2d10dcbb
This commit is contained in:
@ -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:
|
||||
|
Reference in New Issue
Block a user