Skip to content

Commit

Permalink
Fix more docs warnings
Browse files Browse the repository at this point in the history
  • Loading branch information
bsipocz committed Nov 23, 2021
1 parent 9a86abe commit 9ac8492
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 5 deletions.
4 changes: 2 additions & 2 deletions astroquery/ipac/irsa/ibe/core.py
Original file line number Diff line number Diff line change
Expand Up @@ -319,15 +319,15 @@ def list_datasets(self, mission=None, cache=True):
def list_tables(self, mission=None, dataset=None, cache=True):
"""
For a given mission and dataset (see
`~.astroquery.ipac.irsa.ibe.IbeClass.list_missions`,
`~astroquery.ipac.irsa.ibe.IbeClass.list_missions`,
`~astroquery.ipac.irsa.ibe.IbeClass.list_datasets`),
returns the list of valid table names to query.
Parameters
----------
mission : str
A mission name. Must be one of the valid missions from
`~.astroquery.ibe.IbeClass.list_missions`. Defaults to the
`~astroquery.ipac.irsa.ibe.IbeClass.list_missions`. Defaults to the
configured Mission
dataset : str
A dataset name. Must be one of the valid dataset from
Expand Down
5 changes: 2 additions & 3 deletions docs/jplhorizons/jplhorizons.rst
Original file line number Diff line number Diff line change
Expand Up @@ -82,9 +82,8 @@ calendar dates/times and Julian Dates, refer to UTC for ephemerides queries, TDB
for element queries and vector queries. By default, ``epochs=None``, which uses
the current date and time.

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

+--------------------+------------------------------------------------------------------------------------------------------------------------------------------+
| ``id_type`` | Query behavior |
Expand Down

0 comments on commit 9ac8492

Please sign in to comment.