We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e07691e commit 04df663Copy full SHA for 04df663
docs/gaia/gaia.rst
@@ -867,6 +867,7 @@ The following example shows how to retrieve the DataLink products associated wit
867
... data_release=data_release, retrieval_type=retrieval_type, data_structure=data_structure)
868
869
The DataLink products are stored inside a Python Dictionary. Each of its elements (keys) contains a one-element list that can be extracted as follows:
870
+
871
.. code-block:: python
872
873
>>> dl_keys = [inp for inp in datalink.keys()]
0 commit comments