Skip to content

Commit 44d6ca7

Browse files
committed
DOC: removing printed lines from docs [skip ci]
1 parent b34b572 commit 44d6ca7

File tree

2 files changed

+2
-5
lines changed

2 files changed

+2
-5
lines changed

docs/esa/jwst/jwst.rst

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -369,7 +369,6 @@ To load only a table (TAP+ capability)
369369
370370
>>> from astroquery.esa.jwst import Jwst
371371
>>> table = Jwst.load_table('jwst.main')
372-
Retrieving table 'jwst.main'
373372
>>> print(table)
374373
TAP Table name: jwst.jwst.main
375374
Description:
@@ -382,7 +381,6 @@ Once a table is loaded, columns can be inspected
382381
383382
>>> from astroquery.esa.jwst import Jwst
384383
>>> table = Jwst.load_table('jwst.main')
385-
Retrieving table 'jwst.main'
386384
>>> print(*(column.name for column in table.columns), sep="\n")
387385
"public"
388386
algorithm_name
@@ -418,7 +416,7 @@ Query without saving results in a file:
418416
>>>
419417
>>> print(job) # doctest: +IGNORE_OUTPUT
420418
<Table length=100>
421-
name dtype
419+
name dtype
422420
---------------- ------
423421
instrument_name object
424422
proposal_id object
@@ -433,7 +431,7 @@ Query without saving results in a file:
433431
>>> result # doctest: +IGNORE_OUTPUT
434432
<Table length=100>
435433
instrument_name proposal_id calibrationlevel dataproducttype
436-
object object int32 object
434+
object object int32 object
437435
--------------- ----------- ---------------- ---------------
438436
FGS 1014 3 image
439437
FGS 1014 3 image

docs/gaia/gaia.rst

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -249,7 +249,6 @@ To load only a table (TAP+ capability):
249249

250250
>>> from astroquery.gaia import Gaia
251251
>>> gaiadr2_table = Gaia.load_table('gaiadr2.gaia_source')
252-
Retrieving table 'gaiadr2.gaia_source'
253252
>>> print(gaiadr2_table)
254253
TAP Table name: gaiadr2.gaiadr2.gaia_source
255254
Description: This table has an entry for every Gaia observed source as listed in the

0 commit comments

Comments
 (0)