Skip to content

Commit

Permalink
style fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
chmmao committed Jul 26, 2023
1 parent b8ff73e commit 93bb786
Showing 1 changed file with 2 additions and 10 deletions.
12 changes: 2 additions & 10 deletions docs/registry/index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -306,15 +306,7 @@ it returns 33 matching services.
33

There are also other type of services that you can choose via the
``servicetype`` parameter:

===== ======================================
sia Simple Image Access (SIA) services
ssa Simple Spectral Access (SSA) services
scs Simple Cone Search (SCS) services
slap Simple Line Access (SLA) services
tap Table Access Protocol (TAP) services
===== ======================================
``servicetype`` parameter, for more details see :py:class:`~pyvo.registry.Servicetype`.

You can learn more about the archives by printing their titles
and access URL:
Expand Down Expand Up @@ -345,7 +337,7 @@ all catalogs related to blazars observed with Fermi:

.. doctest-remote-data::

>>> cats = vo.regsearch(keywords=['blazar','Fermi'])
>>> cats = vo.regsearch(keywords=['blazar', 'Fermi'])
>>> len(cats) # doctest: +IGNORE_OUTPUT
551

Expand Down

0 comments on commit 93bb786

Please sign in to comment.