Skip to content

Commit a9e3876

Browse files
authored
Merge pull request #1974 from tinumide/hips2fits-doc-cleanup
Hips2fits documentation cleanup
2 parents db7f825 + 6236be9 commit a9e3876

File tree

1 file changed

+5
-6
lines changed

1 file changed

+5
-6
lines changed

docs/hips2fits/hips2fits.rst

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

53
******************************************
@@ -37,7 +35,7 @@ Examples
3735
With a user defined astropy WCS
3836
-------------------------------
3937

40-
.. code-block:: python
38+
.. doctest-remote-data::
4139

4240
>>> from astroquery.hips2fits import hips2fits
4341
>>> import matplotlib.pyplot as plt
@@ -70,12 +68,13 @@ With a user defined astropy WCS
7068
... cmap=Colormap('viridis'),
7169
... )
7270
>>> im = plt.imshow(result)
73-
>>> plt.show(im)
71+
>>> plt.show() # doctest: +SKIP
7472

7573
.. image:: ./query_wcs.png
7674

7775
Without WCS
78-
-----------
76+
77+
.. doctest-remote-data::
7978

8079
>>> from astroquery.hips2fits import hips2fits
8180
>>> import matplotlib.pyplot as plt
@@ -98,7 +97,7 @@ Without WCS
9897
... cmap=Colormap('viridis'),
9998
... )
10099
>>> im = plt.imshow(result)
101-
>>> plt.show(im)
100+
>>> plt.show() # doctest: +SKIP
102101

103102
.. image:: ./query_no_wcs.png
104103

0 commit comments

Comments
 (0)