Add docstrings to all public package
This commit is contained in:
parent
14359e73bb
commit
864ca91e5c
7 changed files with 46 additions and 1 deletions
|
|
@ -0,0 +1,17 @@
|
|||
"""The OpenFlexure Microscope Server Package.
|
||||
|
||||
The OpenFlexure Microscope Server is a LabThings-FastAPI server. All hardware
|
||||
interfaces, and almost all functionality exposed over HTTP is done using ``Things``.
|
||||
|
||||
On the microscope the server is started by systemd. It can be controlled using commands
|
||||
such as ``ofm restart``, ``ofm start``, and ``ofm stop``.
|
||||
|
||||
The server can also be run in simulation mode from the terminal. In the root directory
|
||||
of the repository the server can be started with run:
|
||||
|
||||
.. code-block:: bash
|
||||
|
||||
openflexure-microscope-server --fallback -c ./ofm_config_simulation.json
|
||||
|
||||
|
||||
"""
|
||||
Loading…
Add table
Add a link
Reference in a new issue