Skip to content

Commit feba734

Browse files
committed
Update documentation
1 parent 4c9ce99 commit feba734

File tree

1 file changed

+5
-6
lines changed

1 file changed

+5
-6
lines changed

docs/eso/eso.rst

Lines changed: 5 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -9,13 +9,12 @@ ESO Queries (`astroquery.eso`)
99
Backward Compatibility Notice
1010
==============================
1111

12-
On replacing the backend WDB by TAP
13-
The WDB (Web DataBase) API is being deprecated and replaced by TAP (Table Access Protocol),
12+
**The WDB (Web DataBase) API is being deprecated and replaced by TAP (Table Access Protocol)**,
1413
a standardized interface for querying astronomical datasets using ADQL (Astronomical Data Query Language).
15-
While the Python interface remains the same, the ``columns`` and ``column_filters``
16-
parameters have been updated to reflect TAP's field names and ADQL syntax. This means that
17-
although the structure of your code won't need to change,
18-
the values passed to these arguments must be revised to comply with the new format.
14+
While the Python interface remains the same, the values accepted by the ``columns`` and ``column_filters``
15+
parameters must reflect TAP's field names and ADQL syntax. This means that
16+
although the structure of your code won't need to change, **the values you pass to the arguments**
17+
``columns`` **and** ``column_filters`` **must be revised** to comply with the new format.
1918

2019
In TAP, column_filters accepts SQL-like ADQL expressions. For example:
2120

0 commit comments

Comments
 (0)