@@ -217,7 +217,7 @@ def get_enhanced_table(result):
217217 except ImportError :
218218 print (
219219 "Could not import astropy-regions, which is a requirement for get_enhanced_table function in alma."
220- "Please refer to https://astropy- regions.readthedocs.io/en/latest/installation.html for how to install it ." )
220+ "Please refer to the `` regions`` documentation for installation instructions ." )
221221 raise
222222
223223 def _parse_stcs_string (input ):
@@ -494,7 +494,7 @@ def query_object_async(self, object_name, *, public=True,
494494 calibration, None to return both
495495 enhanced_results : bool
496496 True to return a table with quantities instead of just values. It
497- also returns the footprint as `regions` objects.
497+ also returns the footprint as `` regions` ` objects.
498498 payload : dict
499499 Dictionary of additional keywords. See `help`.
500500 """
@@ -528,7 +528,7 @@ def query_region_async(self, coordinate, radius, *, public=True,
528528 Dictionary of additional keywords. See `help`.
529529 enhanced_results : bool
530530 True to return a table with quantities instead of just values. It
531- also returns the footprints as `regions` objects.
531+ also returns the footprints as `` regions` ` objects.
532532 """
533533 rad = radius
534534 if not isinstance (radius , u .Quantity ):
@@ -571,7 +571,7 @@ def query_async(self, payload, *, public=True, science=True,
571571 Cap on the amount of records returned. Default is no limit.
572572 enhanced_results : bool
573573 True to return a table with quantities instead of just values. It
574- also returns the footprints as `regions` objects.
574+ also returns the footprints as `` regions` ` objects.
575575
576576 Returns
577577 -------
0 commit comments