From e9932027d688155dd78ec8635372897a9484cc4b Mon Sep 17 00:00:00 2001 From: orionlee Date: Tue, 21 Jun 2022 13:59:17 -0700 Subject: [PATCH] docfix: MAST Catalogs broken links [skip ci] --- astroquery/mast/collections.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/astroquery/mast/collections.py b/astroquery/mast/collections.py index 6675609adc..007b7ae7ed 100644 --- a/astroquery/mast/collections.py +++ b/astroquery/mast/collections.py @@ -63,7 +63,7 @@ def query_region_async(self, coordinates, *, radius=0.2*u.deg, catalog="Hsc", version=None, pagesize=None, page=None, **kwargs): """ Given a sky position and radius, returns a list of catalog entries. - See column documentation for specific catalogs `here `__. + See column documentation for specific catalogs `here `__. Parameters ---------- @@ -216,7 +216,7 @@ def query_object_async(self, objectname, *, radius=0.2*u.deg, catalog="Hsc", def query_criteria_async(self, catalog, *, pagesize=None, page=None, **criteria): """ Given an set of filters, returns a list of catalog entries. - See column documentation for specific catalogs `here `__. + See column documentation for specific catalogs `here `__. Parameters ----------