From 344dd82958da04a875d26861ef52f9e7fa19b908 Mon Sep 17 00:00:00 2001 From: ccolin Date: Sun, 3 Nov 2024 07:30:49 -0600 Subject: [PATCH] py:meth - py:attr mixup fix --- pyscope/observatory/ascom_camera.py | 2 +- pyscope/observatory/camera.py | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/pyscope/observatory/ascom_camera.py b/pyscope/observatory/ascom_camera.py index c72528af..97cc61dc 100644 --- a/pyscope/observatory/ascom_camera.py +++ b/pyscope/observatory/ascom_camera.py @@ -75,7 +75,7 @@ def SetImageDataType(self): def PulseGuide(self, Direction, Duration): """ Moves scope in the given direction for the given interval or time at the rate - given by the :py:meth:`ASCOMTelescope.GuideRateRightAscension` and :py:meth:`ASCOMTelescope.GuideRateDeclination` properties. + given by the :py:attr:`ASCOMTelescope.GuideRateRightAscension` and :py:attr:`ASCOMTelescope.GuideRateDeclination` properties. Parameters ---------- diff --git a/pyscope/observatory/camera.py b/pyscope/observatory/camera.py index 8b75c329..51c36b35 100644 --- a/pyscope/observatory/camera.py +++ b/pyscope/observatory/camera.py @@ -153,7 +153,7 @@ def CameraState(self): Possible values are at the discretion of the camera manufacturer specification. In case of a lack of one, discretion is at the developer. - See :py:meth:`ASCOMCamera.CameraState` for an example. + See :py:attr:`ASCOMCamera.CameraState` for an example. """ pass @@ -596,7 +596,7 @@ def SensorType(self): Possible types and the corresponding values are at the discretion of the camera manufacturer. In case of a lack of specification, discretion is at the developer. - See :py:meth:`ASCOMCamera.SensorType` for an example. + See :py:attr:`ASCOMCamera.SensorType` for an example. """ pass