Skip to content

Commit 5da834a

Browse files
committed
fix links in changelog
1 parent 87b43dc commit 5da834a

1 file changed

Lines changed: 5 additions & 5 deletions

File tree

docs/changes/2928.feature.rst

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -7,18 +7,18 @@ transform an event table by applying the following steps:
77
attribute of the `~ctapipe.io.EventPreprocessor`)
88

99
This is useful for doing the final steps of DL2 processing, and will eventually
10-
replace what is in `DL2EventPreprocessor` and `DL2EventLoader`, which will be
10+
replace what is in `~ctapipe.io.DL2EventPreprocessor` and `~ctapipe.io.DL2EventLoader`, which will be
1111
deprecated in a future release.
1212

13-
The `~ctapipe.core.EventPreprocessor` also includes the ability to pre-configure
13+
The `~ctapipe.io.EventPreprocessor` also includes the ability to pre-configure
1414
itself for specific use cases by setting the ``feature_set`` option. Currently
1515
only two `~ctapipe.io.ProcessingFeatureSet` are implemented:
16-
`feature_set=dl2_irf`, which defines the transforms, event selection, and output
17-
features for processing simulated DL2 events, and `feature_set=custom`, which
16+
``feature_set=dl2_irf``, which defines the transforms, event selection, and output
17+
features for processing simulated DL2 events, and ``feature_set=custom``, which
1818
has no pre-configuration and requires all parameters to be set by the user in a
1919
config file.
2020

21-
The functionality of `DL2EventLoader` can be mimicked with the following:
21+
The functionality of `~ctapipe.io.DL2EventLoader` can be mimicked with the following:
2222

2323
.. code-block:: python
2424

0 commit comments

Comments
 (0)