-
-
Notifications
You must be signed in to change notification settings - Fork 692
Expose EventEnum in the docs and fix custom events example #1345
Copy link
Copy link
Closed
Description
🚀 Feature
Currently, EventEnum is absent in the docs and below there is no link in the docs:
Idea is to introduce it in the docs by adding a docstring here
ignite/ignite/engine/events.py
Lines 144 to 145 in d384dc6
| class EventEnum(CallableEventWithFilter, Enum): | |
| pass |
and improve above and all other examples where EventEnum is mentioned (please, search for it in the whole repository) by adding
from ignite.engine import EventEnum
For Hacktoberfest contributors, feel free to ask questions for details if any and say that you would like to tackle the issue.
Please, take a look at CONTRIBUTING guide.
Reactions are currently unavailable
