From 33be89933ab85d34e35e8ff96016f6057a77053f Mon Sep 17 00:00:00 2001 From: Ana Manica Date: Thu, 29 Aug 2024 13:36:31 -0600 Subject: [PATCH] Checking formatting --- docs/source/data-access-api/index.rst | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/docs/source/data-access-api/index.rst b/docs/source/data-access-api/index.rst index 86718d2cb..c411b1166 100644 --- a/docs/source/data-access-api/index.rst +++ b/docs/source/data-access-api/index.rst @@ -53,7 +53,10 @@ Further information is found in in the ``query -h`` menu. You can use parameters imap-data-access query --start-date 20240101 --end-date 20241231 --output-format json # The following line is returned: - [{'file_path': 'imap/swe/l0/2024/01/imap_swe_l0_sci_20240105_v001.pkts', 'instrument': 'swe', 'data_level': 'l0', 'descriptor': 'sci', 'start_date': '20240105', 'version': 'v001', 'extension': 'pkts'}, {'file_path': 'imap/swe/l0/2024/01/imap_swe_l0_sci_20240105_v001.pkts', 'instrument': 'swe', 'data_level': 'l0', 'descriptor': 'sci', 'start_date': '20240105', 'version': 'v001', 'extension': 'pkts'}] + [{'file_path': 'imap/swe/l0/2024/01/imap_swe_l0_sci_20240105_v001.pkts', 'instrument': 'swe', + 'data_level': 'l0', 'descriptor': 'sci', 'start_date': '20240105', 'version': 'v001', 'extension': 'pkts'}, + {'file_path': 'imap/swe/l0/2024/01/imap_swe_l0_sci_20240105_v001.pkts', 'instrument': 'swe', + 'data_level': 'l0', 'descriptor': 'sci', 'start_date': '20240105', 'version': 'v001', 'extension': 'pkts'}] Download ^^^^^^^^