Skip to content

Commit eb69743

Browse files
committed
Fixed more method resolve issuse in docs
1 parent ca3f74a commit eb69743

File tree

1 file changed

+5
-4
lines changed

1 file changed

+5
-4
lines changed

docs/esasky/esasky.rst

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -127,7 +127,8 @@ Query a region
127127
--------------
128128
The region queries work in a similar way as query_object, except that you must
129129
choose a radius as well. There are two query region methods in this module
130-
:meth:`query_region_catalogs` and :meth:`query_region_maps`.
130+
:meth:`astroquery.esasky.ESASkyClass.query_region_catalogs` and
131+
:meth:`astroquery.esasky.ESASkyClass.query_region_maps`.
131132
The query returns a maximum of 2000 sources per mission.
132133

133134
To query a region either the coordinates or the object name around which to
@@ -224,9 +225,9 @@ parameter:
224225
Get maps
225226
--------
226227

227-
You can also fetch images using :meth:`get_maps`. It works exactly as
228-
:meth:`get_images` except that it takes a `~astropy.utils.TableList` instead
229-
of position, radius and missions.
228+
You can also fetch images using :meth:`astroquery.esasky.ESASkyClass.get_maps`.
229+
It works exactly as :meth:`astroquery.esasky.ESASkyClass.get_images` except that
230+
it takes a `~astropy.utils.TableList` instead of position, radius and missions.
230231

231232
.. code-block:: python
232233

0 commit comments

Comments
 (0)