Skip to content

Commit 85c28a6

Browse files
tinuademargaretbsipocz
authored andcommitted
added remote data directive
1 parent 6400d6c commit 85c28a6

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

docs/dace/dace.rst

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,3 @@
1-
.. doctest-skip-all
2-
31
.. _astroquery.dace:
42

53
************************
@@ -18,10 +16,11 @@ Query radial velocities
1816
If you need to get radial velocities data for an object you can do the following and get a `~astropy.table.Table` :
1917

2018
.. code-block:: python
19+
.. doctest-remote-data::
2120

2221
>>> from astroquery.dace import Dace
2322
>>> radial_velocities_table = Dace.query_radial_velocities('HD40307')
24-
>>> print(radial_velocities_table)
23+
>>> print(radial_velocities_table) # doctest: +IGNORE_OUTPUT
2524

2625
rjd rv rv_err ins_name
2726
------------------ ------------------ ------------------ --------- ...

0 commit comments

Comments
 (0)