From a9ac8606d8336ed39e7c4859d5eb6f5c472fdbbc Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Brigitta=20Sip=C5=91cz?= Date: Mon, 16 Dec 2024 09:45:26 -0800 Subject: [PATCH] DOC: using shorter ellipse --- docs/dal/index.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/dal/index.rst b/docs/dal/index.rst index 7d30145f..e1f0c23d 100644 --- a/docs/dal/index.rst +++ b/docs/dal/index.rst @@ -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