Skip to content

Commit e4305d3

Browse files
authored
MAINT: fix sphinx
1 parent 708bd66 commit e4305d3

File tree

1 file changed

+8
-8
lines changed

1 file changed

+8
-8
lines changed

astroquery/gaia/core.py

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -627,7 +627,7 @@ def __cone_search(self, coordinate, radius, *, table_name=None,
627627
when the job is executed in asynchronous mode, this flag specifies
628628
whether the execution will wait until results are available
629629
output_file : str, optional, default None
630-
file name where the results are saved if `dump_to_file` is True.
630+
file name where the results are saved if ``dump_to_file`` is True.
631631
If this parameter is not provided, the jobid is used instead
632632
output_format : str, optional, default 'votable_gzip'
633633
results format. Available formats are: 'votable', 'votable_plain',
@@ -715,7 +715,7 @@ def cone_search(self, coordinate, *, radius=None,
715715
dec_column_name : str, optional, default dec column in main gaia table
716716
dec column doing the cone search against
717717
output_file : str, optional, default None
718-
file name where the results are saved if `dump_to_file` is True.
718+
file name where the results are saved if ``dump_to_file`` is True.
719719
If this parameter is not provided, the jobid is used instead
720720
output_format : str, optional, default 'votable_gzip'
721721
results format. Available formats are: 'votable', 'votable_plain',
@@ -769,7 +769,7 @@ def cone_search_async(self, coordinate, *, radius=None,
769769
specifies whether
770770
the execution will wait until results are available
771771
output_file : str, optional, default None
772-
file name where the results are saved if `dump_to_file` is True.
772+
file name where the results are saved if ``dump_to_file`` is True.
773773
If this parameter is not provided, the jobid is used instead
774774
output_format : str, optional, default 'votable_gzip'
775775
results format. Available formats are: 'votable', 'votable_plain',
@@ -835,7 +835,7 @@ def correct_table_units(table):
835835
836836
Parameters
837837
----------
838-
table :Table, mandatory
838+
table : `~astropy.table.Table`, mandatory
839839
change the format of the units in the columns of the input table: '.' by ' ' and "'" by ""
840840
"""
841841

@@ -944,7 +944,7 @@ def launch_job(self, query, *, name=None, output_file=None,
944944
name : str, optional, default None
945945
custom name defined by the user for the job that is going to be created
946946
output_file : str, optional, default None
947-
file name where the results are saved if `dump_to_file` is True.
947+
file name where the results are saved if ``dump_to_file`` is True.
948948
If this parameter is not provided, the jobid is used instead
949949
output_format : str, optional, default 'votable_gzip'
950950
results format. Available formats are: 'votable_gzip', 'votable', 'votable_plain',
@@ -959,7 +959,7 @@ def launch_job(self, query, *, name=None, output_file=None,
959959
resource to be uploaded to UPLOAD_SCHEMA
960960
upload_table_name : str, optional, default None
961961
resource temporary table name associated to the uploaded resource.
962-
This argument is required if `upload_resource` is provided.
962+
This argument is required if ``upload_resource`` is provided.
963963
964964
Returns
965965
-------
@@ -989,7 +989,7 @@ def launch_job_async(self, query, *, name=None, output_file=None,
989989
name : str, optional, default None
990990
custom name defined by the user for the job that is going to be created
991991
output_file : str, optional, default None
992-
file name where the results are saved if `dump_to_file` is True.
992+
file name where the results are saved if ``dump_to_file`` is True.
993993
If this parameter is not provided, the jobid is used instead
994994
output_format : str, optional, default 'votable_gzip'
995995
results format. Available formats are: 'votable_gzip', 'votable', 'votable_plain',
@@ -1007,7 +1007,7 @@ def launch_job_async(self, query, *, name=None, output_file=None,
10071007
resource to be uploaded to UPLOAD_SCHEMA
10081008
upload_table_name : str, optional, default None
10091009
resource temporary table name associated to the uploaded resource.
1010-
This argument is required if `upload_resource` is provided.
1010+
This argument is required if ``upload_resource`` is provided.
10111011
autorun : boolean, optional, default True
10121012
if 'True', sets 'phase' parameter to 'RUN',
10131013
so the framework can start the job.

0 commit comments

Comments
 (0)