Skip to content

Commit c2db3c6

Browse files
Jorge Fernandez HernandezJorge Fernandez Hernandez
authored andcommitted
EUCLIDPCR-1914 Fix wrong unindent.
1 parent db2eb8a commit c2db3c6

File tree

1 file changed

+3
-4
lines changed

1 file changed

+3
-4
lines changed

docs/esa/euclid/euclid.rst

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1177,20 +1177,19 @@ To find out the resources associated with a given source:
11771177
.. doctest-skip::
11781178

11791179
>>> from astroquery.esa.euclid import Euclid
1180-
>>> Euclid.login()
1180+
>>> Euclid.login()
11811181
>>> ids=["2707008224650763513"]
11821182
>>> datalink = Euclid.get_datalinks(ids=ids)
1183-
>>> datatlink
1184-
<Table length=2>
1183+
>>> print(datalink)
11851184
ID linking_parameter access_url service_def error_message semantics description content_type content_length
11861185
byte
1187-
object object object object object object object object int64
11881186
------------------------ ----------------- ------------------------------------------------------------------------------------------- ----------- ------------- --------- ------------------- ------------ --------------
11891187
sedm 2707008224650763513 SOURCE_ID https://eas.esac.esa.int/sas-dd/data?ID=sedm+2707008224650763513&RETRIEVAL_TYPE=SPECTRA_RGS #this Spectra Red Source --
11901188
sedm 2707008224650763513 SOURCE_ID https://eas.esac.esa.int/sas-dd/data?ID=sedm+2707008224650763513&RETRIEVAL_TYPE=SPECTRA_BGS #this Spectra Blue Source --
11911189

11921190

11931191

1192+
11941193
The query below retrieves a random sample of Euclid sources having spectra.
11951194

11961195
.. Skipping authentication requiring examples

0 commit comments

Comments
 (0)