Skip to content

Commit f652921

Browse files
tinuademargaretbsipocz
authored andcommitted
added missing remote data directive
1 parent c0278be commit f652921

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/alma/alma.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ You can get interactive help to find out what keywords to query for:
2323

2424
.. code-block:: python
2525
>>> from astroquery.alma import Alma
26-
>>> Alma.help()
26+
>>> Alma.help() # doctest: +IGNORE_OUTPUT
2727
<BLANKLINE>
2828
Most common ALMA query keywords are listed below. These keywords are part of the ALMA ObsCore model, an IVOA standard for metadata representation (3rd column). They were also present in original ALMA Web form and, for backwards compatibility can be accessed with their old names (2nd column).
2929
More elaborate queries on the ObsCore model are possible with `query_sia` or `query_tap` methods
@@ -280,7 +280,7 @@ new ```get_data_info``` method can be used instead to get information about
280280
the data such as the files, their urls, sizes etc:
281281
282282
.. code-block:: python
283-
283+
.. doctest-remote-data::
284284
>>> link_list = Alma.get_data_info(uids)
285285
>>> link_list['content_length'].sum()
286286
538298369462

0 commit comments

Comments
 (0)