@@ -627,7 +627,7 @@ def __cone_search(self, coordinate, radius, *, table_name=None,
627
627
when the job is executed in asynchronous mode, this flag specifies
628
628
whether the execution will wait until results are available
629
629
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.
631
631
If this parameter is not provided, the jobid is used instead
632
632
output_format : str, optional, default 'votable_gzip'
633
633
results format. Available formats are: 'votable', 'votable_plain',
@@ -715,7 +715,7 @@ def cone_search(self, coordinate, *, radius=None,
715
715
dec_column_name : str, optional, default dec column in main gaia table
716
716
dec column doing the cone search against
717
717
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.
719
719
If this parameter is not provided, the jobid is used instead
720
720
output_format : str, optional, default 'votable_gzip'
721
721
results format. Available formats are: 'votable', 'votable_plain',
@@ -769,7 +769,7 @@ def cone_search_async(self, coordinate, *, radius=None,
769
769
specifies whether
770
770
the execution will wait until results are available
771
771
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.
773
773
If this parameter is not provided, the jobid is used instead
774
774
output_format : str, optional, default 'votable_gzip'
775
775
results format. Available formats are: 'votable', 'votable_plain',
@@ -835,7 +835,7 @@ def correct_table_units(table):
835
835
836
836
Parameters
837
837
----------
838
- table :Table, mandatory
838
+ table : `~astropy.table. Table` , mandatory
839
839
change the format of the units in the columns of the input table: '.' by ' ' and "'" by ""
840
840
"""
841
841
@@ -944,7 +944,7 @@ def launch_job(self, query, *, name=None, output_file=None,
944
944
name : str, optional, default None
945
945
custom name defined by the user for the job that is going to be created
946
946
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.
948
948
If this parameter is not provided, the jobid is used instead
949
949
output_format : str, optional, default 'votable_gzip'
950
950
results format. Available formats are: 'votable_gzip', 'votable', 'votable_plain',
@@ -959,7 +959,7 @@ def launch_job(self, query, *, name=None, output_file=None,
959
959
resource to be uploaded to UPLOAD_SCHEMA
960
960
upload_table_name : str, optional, default None
961
961
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.
963
963
964
964
Returns
965
965
-------
@@ -989,7 +989,7 @@ def launch_job_async(self, query, *, name=None, output_file=None,
989
989
name : str, optional, default None
990
990
custom name defined by the user for the job that is going to be created
991
991
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.
993
993
If this parameter is not provided, the jobid is used instead
994
994
output_format : str, optional, default 'votable_gzip'
995
995
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,
1007
1007
resource to be uploaded to UPLOAD_SCHEMA
1008
1008
upload_table_name : str, optional, default None
1009
1009
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.
1011
1011
autorun : boolean, optional, default True
1012
1012
if 'True', sets 'phase' parameter to 'RUN',
1013
1013
so the framework can start the job.
0 commit comments