Skip to content

Commit

Permalink
DOC: minor doc example fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
bsipocz committed Jun 18, 2024
1 parent 9c155c9 commit aec4422
Show file tree
Hide file tree
Showing 3 changed files with 31 additions and 7 deletions.
2 changes: 1 addition & 1 deletion docs/ipac/irsa/irsa.rst
Original file line number Diff line number Diff line change
Expand Up @@ -244,7 +244,7 @@ will return a `~astropy.table.Table`:

>>> from astroquery.ipac.irsa import Irsa
>>> Irsa.list_collections()
<Table length=113>
<Table length=114>
collection
object
---------------------
Expand Down
7 changes: 3 additions & 4 deletions docs/ipac/ned/ned.rst
Original file line number Diff line number Diff line change
Expand Up @@ -149,7 +149,6 @@ These queries can be used to retrieve all objects that appear in the specified
34 UGC 12149 340.28163 ... 8 0
35 MRK 0522 345.07954 ... 4 0
36 NGC 7674 351.98635 ... 8 0
Length = 36 rows


Image and Spectra Queries
Expand Down Expand Up @@ -272,13 +271,13 @@ If you are repeatedly getting failed queries, or bad/out-of-date results, try cl

.. code-block:: python
>>> from astroquery.ned import Ned
>>> from astroquery.ipac.ned import Ned
>>> Ned.clear_cache()
If this function is unavailable, upgrade your version of astroquery.
If this function is unavailable, upgrade your version of astroquery.
The ``clear_cache`` function was introduced in version 0.4.7.dev8479.


Reference/API
=============

Expand Down
29 changes: 27 additions & 2 deletions docs/ipac/nexsci/nasa_exoplanet_archive.rst
Original file line number Diff line number Diff line change
Expand Up @@ -94,19 +94,44 @@ A list of accessible tables can be found in the ``TAP_TABLES`` attribute:
>>> from astroquery.ipac.nexsci.nasa_exoplanet_archive import NasaExoplanetArchive
>>> NasaExoplanetArchive.TAP_TABLES
['spectra',
'TD',
'pscomppars',
'superwasptimeseries',
'kelttimeseries',
'DI_STARS_EXEP',
'stellarhosts',
'transitspec',
'emissionspec',
'ps',
'pscomppars',
'keplernames',
'k2names',
'toi',
'CUMULATIVE',
'Q1_Q6_KOI',
'Q1_Q8_KOI',
'Q1_Q12_KOI',
'Q1_Q16_KOI',
'Q1_Q17_DR24_KOI',
'Q1_Q17_DR25_KOI',
'Q1_Q17_DR25_SUP_KOI',
'Q1_Q12_TCE',
'Q1_Q16_TCE',
'Q1_Q17_DR24_TCE',
'Q1_Q17_DR25_TCE',
'stellarhosts',
'ukirttimeseries',
'ml',
'object_aliases',
'k2pandc']
'k2pandc',
'K2TARGETS',
'KEPLERTIMESERIES',
'KEPLERSTELLAR',
'Q1_Q12_KS',
'Q1_Q16_KS',
'Q1_Q17_DR24_KS',
'Q1_Q17_DR25_KS',
'Q1_Q17_DR25_SUP_KS']



Example queries
Expand Down

0 comments on commit aec4422

Please sign in to comment.