From f205bc5e4bbf20ef07d49f477c8e8588be74615e Mon Sep 17 00:00:00 2001 From: perrygreenfield Date: Thu, 16 Nov 2023 10:21:08 -0500 Subject: [PATCH] add missing doctest-skip directives --- docs/index.rst | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/docs/index.rst b/docs/index.rst index a4ec9911..a2bc8432 100644 --- a/docs/index.rst +++ b/docs/index.rst @@ -213,6 +213,8 @@ expressed with no associated transform To convert a pixel (x, y) = (1, 2) to sky coordinates, call the WCS object as a function: +.. doctest-skip:: + >>> sky = wcsobj(1, 2) >>> print(sky) >> wcsobj.invert(sky) (, )