Skip to content

Commit

Permalink
Fixed doc
Browse files Browse the repository at this point in the history
  • Loading branch information
Adrian Damian authored and Adrian Damian committed Jun 4, 2024
1 parent eaf6f4c commit c62f9de
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/alma/alma.rst
Original file line number Diff line number Diff line change
Expand Up @@ -211,7 +211,7 @@ One can also query by keyword, spatial resolution, etc:
... "AND science_observation='T'") # doctest: +IGNORE_OUTPUT
Use the `help_tap` method to learn about the ALMA 'ObsCore' keywords and
Use the `~astroquery.alma.help_tap` method to learn about the ALMA 'ObsCore' keywords and
their types.
.. doctest-remote-data::
Expand Down Expand Up @@ -298,7 +298,7 @@ Query Results
=============
Results of queries are returned in tabular format. For convenience,
the `to_enhanced_table` function can be used to have the initial result
the `~astroquery.alma.to_enhanced_table` function can be used to have the initial result
in a more useful format, i.e., turn values into quantities, footprint into
shape, etc. (Note: this require the `regions` Python package to be installed.
Expand Down

0 comments on commit c62f9de

Please sign in to comment.