Skip to content

Commit 122ff83

Browse files
authored
DOC: minor docs formattings [skip ci]
1 parent 2b4281e commit 122ff83

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

docs/gaia/gaia.rst

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -81,6 +81,8 @@ WARNING: This method implements the ADQL BOX function that is deprecated in the
8181

8282
It is possible to choose which data release to query, by default the Gaia DR3 catalogue is used. For example::
8383

84+
.. doctest-remote-data::
85+
8486
>>> from astroquery.gaia import Gaia
8587
>>> Gaia.MAIN_GAIA_TABLE = "gaiadr2.gaia_source" # Select Data Release 2
8688
>>> Gaia.MAIN_GAIA_TABLE = "gaiadr3.gaia_source" # Reselect Data Release 3, default
@@ -641,7 +643,7 @@ table named: user_<your_login_name>.'t'<job_id>::
641643
>>> from astroquery.gaia import Gaia
642644
>>> Gaia.login()
643645
>>> j1 = Gaia.launch_job_async("select top 10 * from gaiadr3.gaia_source")
644-
>>> Gaia.upload_table_from_job(job = j1)
646+
>>> Gaia.upload_table_from_job(job=j1)
645647
Created table 't1539932994481O' from job: '1539932994481O'.
646648

647649
Now, you can query your table as follows (a full qualified table name must be provided,

0 commit comments

Comments
 (0)