Skip to content

Commit

Permalink
DOC: some service type cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
bsipocz committed Aug 27, 2024
1 parent 58c30ba commit adc5c7e
Showing 1 changed file with 6 additions and 5 deletions.
11 changes: 6 additions & 5 deletions pyvo/registry/regtap.py
Original file line number Diff line number Diff line change
Expand Up @@ -940,15 +940,16 @@ def search(self, *args, **keys):
the DAL service type would expect. See the documentation for the
appropriate service type:
============ =========================================
============ ===========================================
Service type Use the argument syntax for
============ =========================================
============ ===========================================
catalog :py:meth:`pyvo.dal.scs.SCSService.search`
image :py:meth:`pyvo.dal.sia.SIAService.search`
spectrum :py:meth:`pyvo.dal.ssa.SSAService.search`
sia :py:meth:`pyvo.dal.sia.SIAService.search`
sia2 :py:meth:`pyvo.dal.sia2.SIA2Service.search`
ssa :py:meth:`pyvo.dal.ssa.SSAService.search`
line :py:meth:`pyvo.dal.sla.SLAService.search`
database *not yet supported*
============ =========================================
============ ===========================================
Raises
------
Expand Down

0 comments on commit adc5c7e

Please sign in to comment.