File tree 2 files changed +1
-25
lines changed
2 files changed +1
-25
lines changed Original file line number Diff line number Diff line change @@ -31,7 +31,7 @@ clean: Makefile
31
31
# Seems to overwrite autosummary documentation though! So not using this rn
32
32
MODULE_EXCLUDE ="../imas/examples/**" "../imas/**"
33
33
apidocs : Makefile
34
- sphinx-apidoc --implicit-namespaces -o " $( GENERATEDDIR) " " $( PROJECT_ROOT) /imaspy /" $(MODULE_EXCLUDE )
34
+ sphinx-apidoc --implicit-namespaces -o " $( GENERATEDDIR) " " $( PROJECT_ROOT) /imas /" $(MODULE_EXCLUDE )
35
35
36
36
# Sphinx will run this automatically
37
37
autogen : Makefile
Original file line number Diff line number Diff line change @@ -36,30 +36,6 @@ class GetSampleParameters:
36
36
"""See :param:`imas.db_entry.DBEntry.get_sample.interpolation_method`."""
37
37
38
38
39
- @dataclass
40
- class GetSliceParameters :
41
- """Helper class to store parameters to get_slice."""
42
-
43
- time_requested : float
44
- """See :param:`imaspy.db_entry.DBEntry.get_slice.time_requested`."""
45
- interpolation_method : int
46
- """See :param:`imaspy.db_entry.DBEntry.get_slice.interpolation_method`."""
47
-
48
-
49
- @dataclass
50
- class GetSampleParameters :
51
- """Helper class to store parameters to get_sample."""
52
-
53
- tmin : float
54
- """See :param:`imaspy.db_entry.DBEntry.get_sample.tmin`."""
55
- tmax : float
56
- """See :param:`imaspy.db_entry.DBEntry.get_sample.tmax`."""
57
- dtime : Optional [numpy .ndarray ]
58
- """See :param:`imaspy.db_entry.DBEntry.get_sample.dtime`."""
59
- interpolation_method : Optional [int ]
60
- """See :param:`imaspy.db_entry.DBEntry.get_sample.interpolation_method`."""
61
-
62
-
63
39
class DBEntryImpl (ABC ):
64
40
"""Interface for DBEntry implementations."""
65
41
You can’t perform that action at this time.
0 commit comments