File tree Expand file tree Collapse file tree 1 file changed +4
-9
lines changed
docs/source/courses/basic Expand file tree Collapse file tree 1 file changed +4
-9
lines changed Original file line number Diff line number Diff line change @@ -25,15 +25,10 @@ can use the data.
2525.. hint ::
2626 Use the ASCII data supplied with IMAS-Python for all exercises. It contains two
2727 IDSs (``equilibrium `` and ``core_profiles ``) filled with data from three
28- time slices of ITER reference data. Two convenience methods are available in the
29- :mod: `imas.training ` module to open the DBEntry for this training data.
30-
31- 1. :meth: `imas.training.get_training_db_entry() ` returns an opened
32- ``imas.DBEntry `` object. Use this method if you want to use the IMAS-Python
33- interface.
34- 2. :meth: `imas.training.get_training_imas_db_entry() ` returns an opened
35- ``imas.DBEntry `` object. Use this method if you want to use the Python Access
36- Layer interface.
28+ time slices of ITER reference data. A convenience method is available in the
29+ :mod: `imas.training ` module to open the DBEntry for this training data:
30+ :meth: `imas.training.get_training_db_entry() ` returns an opened
31+ ``imas.DBEntry `` object.
3732
3833Exercise 1
3934''''''''''
You can’t perform that action at this time.
0 commit comments