From c9accc35eddecc61ec9e11911242c20c8b539fd9 Mon Sep 17 00:00:00 2001 From: Adam Ginsburg Date: Fri, 28 Oct 2022 11:29:49 -0400 Subject: [PATCH] add `>>>`s to make the doctest block operate as a single block --- docs/desi/desi.rst | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/desi/desi.rst b/docs/desi/desi.rst index 1c99d9f067..740581c72f 100644 --- a/docs/desi/desi.rst +++ b/docs/desi/desi.rst @@ -58,9 +58,9 @@ we can define our region in the same way used in the example above. >>> pos = SkyCoord(ra, dec, unit='degree') >>> radius = Angle(radius_input, unit='arcmin') >>> im = DESILegacySurvey.get_images(pos, pixels, radius, data_release=9) - + >>> >>> # All the information we need can be found within the object "im". - + >>> >>> hdul = im[0] >>> hdul[0].header SIMPLE = T / file does conform to FITS standard