Skip to content

Commit ef8e8c3

Browse files
committed
Fix docs build
Fix changelog
1 parent a3df89c commit ef8e8c3

File tree

2 files changed

+5
-18
lines changed

2 files changed

+5
-18
lines changed

CHANGES.rst

Lines changed: 3 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -35,29 +35,16 @@ simbad
3535
Service fixes and enhancements
3636
------------------------------
3737

38-
mast
39-
^^^^
40-
41-
- Handle a MAST URI string as input for ``Observations.get_cloud_uri`` and a list of MAST URIs as input for
42-
``Observations.get_cloud_uris``. [#3193]
43-
44-
simbad
45-
^^^^^^
46-
47-
- The detailed hierarchy is now returned by default in ``query_hierarchy``
48-
(it was hidden by default in the previous versions) [#3195]
49-
50-
Service fixes and enhancements
51-
------------------------------
52-
5338
gaia
5439
^^^^
5540

56-
- Update DR4 retrieval_type names and include the new one EPOCH_ASTROMETRY_BRIGHT [#3207]
41+
- Update DR4 retrieval_type names and include the new one EPOCH_ASTROMETRY_BRIGHT [#3207, #3238]
5742

5843
ipac.irsa
5944
^^^^^^^^^
6045

46+
- Method to run Simple Spectral Access (SSA) VO queries, ``query_ssa``, is added. [#3076]
47+
6148
- Adding the "servicetype" kwarg to ``list_collections`` to be able to list SIA
6249
and SSA collections separately. [#3200]
6350

astroquery/utils/commons.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -50,8 +50,8 @@ def parse_coordinates(coordinates, return_frame=None):
5050
coordinates : str or `astropy.coordinates` object
5151
Astronomical coordinate
5252
return_frame : `astropy.coordinates` frame
53-
The frame to return the coordinates in. If None and `coordinates` is
54-
a string, the frame will be ICRS. If `coordinates` is an `astropy.coordinates` object, the
53+
The frame to return the coordinates in. If None and ``coordinates`` is
54+
a string, the frame will be ICRS. If ``coordinates`` is an `astropy.coordinates` object, the
5555
frame will be the same as the input object.
5656
5757
Returns

0 commit comments

Comments
 (0)