Skip to content

Commit 8ad106b

Browse files
jaymedinabsipocz
authored andcommitted
full name of the function call not just functions name
1 parent a5c2653 commit 8ad106b

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

docs/mast/mast.rst

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -348,14 +348,13 @@ in `public S3 buckets <https://registry.opendata.aws/collab/stsci/>`__.
348348

349349
Using AWS resources to process public data no longer requires an AWS account for all AWS regions. To enable cloud data access for the Hubble, Kepler, and TESS missions, follow the steps below:
350350

351-
You can enable cloud data access via the `~astroquery.mast.ObservationsClass.enable_cloud_dataset` function, which sets AWS to become the preferred source for data access as opposed to on-premise MAST until it is disabled with
352-
(`~astroquery.mast.ObservationsClass.disable_cloud_dataset`).
351+
You can enable cloud data access via the `~astroquery.mast.ObservationsClass.enable_cloud_dataset` function, which sets AWS to become the preferred source for data access as opposed to on-premise MAST until it is disabled with `~astroquery.mast.ObservationsClass.disable_cloud_dataset`.
353352

354353
To directly access a list of cloud URIs for a given dataset, use the `~astroquery.mast.ObservationsClass.get_cloud_uris`
355354
function (Python will prompt you to enable cloud access if you haven't already).
356355

357356
When cloud access is enabled, the standard download function
358-
`~astroquery.mast.ObservationsClass.download_products` preferentially pulls files from AWS when they are available. When set to `True`, the ``cloud_only`` parameter in `download_products` skips all data products not available in the cloud.
357+
`~astroquery.mast.ObservationsClass.download_products` preferentially pulls files from AWS when they are available. When set to `True`, the ``cloud_only`` parameter in `~astroquery.mast.ObservationsClass.download_products` skips all data products not available in the cloud.
359358

360359

361360
Getting a list of S3 URIs:

0 commit comments

Comments
 (0)