Skip to content

Commit

Permalink
fixed some warningsin documentation
Browse files Browse the repository at this point in the history
  • Loading branch information
thattil committed Feb 24, 2025
1 parent c18a1a2 commit e37a8a2
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 6 deletions.
7 changes: 3 additions & 4 deletions docs/src/servers.rst
Original file line number Diff line number Diff line change
Expand Up @@ -39,13 +39,13 @@ Arguments
.. _Automatic start servers:

Automatic start
------------------

One can start the on-board detector server automatically upon powering on the board.

#. Create a soft link to the binary on board
:
#. Create a soft link to the binary on board:
.. code-block:: bash
ln -sf someDetectorServervx.x.x someDetectorServer
Expand Down Expand Up @@ -87,8 +87,7 @@ One can start the on-board detector server automatically upon powering on the bo
/root/xxxDetectorServer >> /dev/null &
#. Sync, reboot and verify
:
#. Sync, reboot and verify:
.. code-block:: bash
sync
Expand Down
2 changes: 0 additions & 2 deletions python/slsdet/detector.py
Original file line number Diff line number Diff line change
Expand Up @@ -2584,8 +2584,6 @@ def autocompdisable(self, value):
def compdisabletime(self):
"""[Jungfrau] Time before end of exposure when comparator is disabled.
Note
-----
:getter: always returns in seconds. To get in DurationWrapper, use getComparatorDisableTime
Example
Expand Down

0 comments on commit e37a8a2

Please sign in to comment.