Skip to content

Commit

Permalink
Merge pull request #632 from bsipocz/DOC_cut_ellipse
Browse files Browse the repository at this point in the history
DOC: using shorter ellipse
  • Loading branch information
ManonMarchand authored Dec 17, 2024
2 parents b3dec37 + a9ac860 commit 1158abf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/dal/index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -212,7 +212,7 @@ to see the tables available on the Simbad TAP service, say:

>>> simbad = vo.dal.TAPService("http://simbad.cds.unistra.fr/simbad/sim-tap")
>>> print([tab_name for tab_name in simbad.tables.keys()]) # doctest: +IGNORE_WARNINGS
['TAP_SCHEMA.schemas', 'TAP_SCHEMA.tables', 'TAP_SCHEMA.columns', 'TAP_SCHEMA.keys', ... 'mesVelocities', 'mesXmm', 'otypedef', 'otypes', 'ref']
['TAP_SCHEMA.schemas', 'TAP_SCHEMA.tables', ... 'otypedef', 'otypes', 'ref']


If you know a TAP service's access URL, you can directly pass it to
Expand Down

0 comments on commit 1158abf

Please sign in to comment.