Commit 90b0598f authored by Milosz Malczak's avatar Milosz Malczak

docs: started adding code documentation

parent 123aee19
......@@ -3,14 +3,22 @@
Developer Guide
==================
.. automodule:: server.expose
:members:
.. autoclass:: server.connection_manager.ConnectionManager
.. autoclass:: server.user_app.UserApplication
.. todo::
describe the interface of the server, for the GUI and for the adc
describe what is required to be set in the server
describe how to add a new application, what is done by RPC, which information the user has to poll for
describe as much as you can how to add a new type of device, you can write that when more deivces will be there it will be worth creatin a virtual class
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment