Skip to content

Commit a2bab04

Browse files
committed
Fixing sphinx build
1 parent 73b52c1 commit a2bab04

File tree

3 files changed

+9
-2
lines changed

3 files changed

+9
-2
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: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@ def get_images(self, position, pixels, radius=None, *, data_release=9, show_prog
6464
6565
Parameters
6666
-------
67-
position: `~astropy.coordinates`.
67+
position: `astropy.coordinates`.
6868
coordinates around which we define our region of interest.
6969
radius: `~astropy.units.Quantity`, optional
7070
the radius of our region of interest.

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)