Skip to content

Commit ce3ba90

Browse files
committed
Fixing sphinx build
1 parent 7fd6402 commit ce3ba90

File tree

3 files changed

+10
-3
lines changed

3 files changed

+10
-3
lines changed

astroquery/desi/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
DESI LegacySurvery
55
66
https://www.legacysurvey.org/
7-
-------------------------
7+
-----------------------------
88
99
:author: Gabriele Barni ([email protected])
1010
"""

astroquery/desi/core.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99

1010
from astroquery.exceptions import NoResultsWarning
1111
from astroquery.query import BaseQuery
12-
from astroquery.utils import commons, async_to_sync
12+
from astroquery.utils import commons
1313
from astroquery.desi import conf
1414

1515
__all__ = ['DESILegacySurvey', 'DESILegacySurveyClass']
@@ -57,7 +57,7 @@ def get_images(self, position, pixels, radius, *, data_release=9, show_progress=
5757
Downloads the images for a certain region of interest.
5858
5959
Parameters
60-
-------
60+
----------
6161
position: `astropy.coordinates`.
6262
coordinates around which we define our region of interest.
6363
radius: `astropy.units.Quantity`.

docs/desi/desi.rst

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -90,3 +90,10 @@ All the information we need can be found within the object "im".
9090

9191
The variable "im" is a list of `~astropy.io.fits.HDUList` objects, one entry for
9292
each corresponding object.
93+
94+
95+
Reference/API
96+
=============
97+
98+
.. automodapi:: astroquery.desi
99+
:no-inheritance-diagram:

0 commit comments

Comments
 (0)