Skip to content

Commit d46a111

Browse files
committed
Fix more docs warnings
1 parent cb12f86 commit d46a111

File tree

2 files changed

+4
-5
lines changed

2 files changed

+4
-5
lines changed

astroquery/ipac/irsa/ibe/core.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -319,15 +319,15 @@ def list_datasets(self, mission=None, cache=True):
319319
def list_tables(self, mission=None, dataset=None, cache=True):
320320
"""
321321
For a given mission and dataset (see
322-
`~.astroquery.ipac.irsa.ibe.IbeClass.list_missions`,
322+
`~astroquery.ipac.irsa.ibe.IbeClass.list_missions`,
323323
`~astroquery.ipac.irsa.ibe.IbeClass.list_datasets`),
324324
returns the list of valid table names to query.
325325
326326
Parameters
327327
----------
328328
mission : str
329329
A mission name. Must be one of the valid missions from
330-
`~.astroquery.ibe.IbeClass.list_missions`. Defaults to the
330+
`~astroquery.ipac.irsa.ibe.IbeClass.list_missions`. Defaults to the
331331
configured Mission
332332
dataset : str
333333
A dataset name. Must be one of the valid dataset from

docs/jplhorizons/jplhorizons.rst

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -82,9 +82,8 @@ calendar dates/times and Julian Dates, refer to UTC for ephemerides queries, TDB
8282
for element queries and vector queries. By default, ``epochs=None``, which uses
8383
the current date and time.
8484

85-
``id_type`` controls how `Horizons resolves the ``id``
86-
<https://ssd.jpl.nasa.gov/horizons/manual.html#select>_` to match a Solar System
87-
body:
85+
``id_type`` controls how `Horizons resolves the 'id' <https://ssd.jpl.nasa.gov/horizons/manual.html#select>`_
86+
to match a Solar System body:
8887

8988
+--------------------+------------------------------------------------------------------------------------------------------------------------------------------+
9089
| ``id_type`` | Query behavior |

0 commit comments

Comments
 (0)