Skip to content

Commit 384e8ff

Browse files
authored
Merge pull request #3502 from bsipocz/MAINT_cleanup_doc_directives
MAINT: clean up doc directive usage
2 parents 88c4dbf + b2e8207 commit 384e8ff

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

docs/eso/eso.rst

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ ESO Queries (`astroquery.eso`)
1717

1818
In TAP, ``column_filters`` accepts ADQL expressions. For example:
1919

20-
.. doctest-skip::
20+
.. code-block:: python
2121
2222
column_filters = {
2323
'some_int_column': "< 5",
@@ -234,7 +234,6 @@ as certain columns with datatype ``char`` actually define timestamps or regions
234234

235235
Number of records present in the table ist.midi:
236236
421764
237-
[astroquery.eso.core]
238237

239238
**Note:** for a deeper description of each column, the following query can be issued
240239
on the ESO **Programmatic Access** website (https://archive.eso.org/programmatic/#TAP):
@@ -249,6 +248,7 @@ target ``NGC 4151`` between ``2008-01-01`` and ``2009-05-12`` are searched, and
249248
return two columns: the date of observation and the name of the object.
250249

251250
.. doctest-remote-data::
251+
252252
>>> table = eso.query_instrument(
253253
... 'midi',
254254
... column_filters={
@@ -477,7 +477,7 @@ Two concrete and relevant examples of fields present in WDB but not present in T
477477
are ``stime`` and ``etime``. The following snippet shows how to adapt the filters to
478478
the TAP / ADQL syntax:
479479

480-
.. doctest-skip::
480+
.. code-block:: python
481481
482482
# The following filters won't work:
483483
column_filters = {

0 commit comments

Comments
 (0)