Skip to content

Commit

Permalink
DOC sphinx syntax
Browse files Browse the repository at this point in the history
  • Loading branch information
prjemian committed Jan 15, 2021
1 parent 5725cc9 commit 29cde98
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions apstools/devices.py
Original file line number Diff line number Diff line change
Expand Up @@ -937,8 +937,8 @@ def check_value(self, value):
"""
Check if the value is a boolean.
Raises
------
RAISES
ValueError
"""
if not isinstance(value, bool):
Expand Down Expand Up @@ -1548,8 +1548,8 @@ def move_energy(self, energy):
def calibrate_energy(self, value):
"""Calibrate the mono energy.
Parameters
----------
PARAMETERS
value: float
New energy for the current monochromator position.
"""
Expand Down

0 comments on commit 29cde98

Please sign in to comment.