We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6d03d68 commit a603db6Copy full SHA for a603db6
1 file changed
imas/db_entry.py
@@ -113,7 +113,10 @@ def __init__(
113
object before you can use it for reading or writing data.
114
115
Args:
116
- uri: URI to the data entry, see explanation above.
+ uri: URI to the data entry (a path to a netCDF file ending with .nc,
117
+ or an `IMAS URI for one of IMAS-Core's backends
118
+ <https://imas-core.readthedocs.io/en/latest/user_guide/uris_guide.html>__`
119
+ ).
120
mode: Mode to open the Data Entry in:
121
122
- ``"r"``: Open an existing data entry. Raises an error when the data
0 commit comments