Skip to content

Commit aa88658

Browse files
maarten-icolivhoenen
authored andcommitted
Remove get_training_imas_db_entry reference from documentation
1 parent 39045fd commit aa88658

File tree

1 file changed

+4
-9
lines changed

1 file changed

+4
-9
lines changed

docs/source/courses/basic/analyze.rst

Lines changed: 4 additions & 9 deletions
Original file line numberDiff line numberDiff 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

3833
Exercise 1
3934
''''''''''

0 commit comments

Comments
 (0)