apify/apify-sdk-python

EventManager is missing from the docs

TC-MO opened this issue · 3 comments

While reworking links within platform documentation, I noticed that in Python SDK reference documentation EventManager is completely missing. It seems that it has @ignoredocs https://github.com/apify/apify-sdk-python/blob/master/src/apify/event_manager.py

Is this a bad thing though? The EventManager is supposed to be hidden under Actor.on and Actor.off.

Currently, it's visible in the JS SDK and hidden in the Python SDK. Let's make it consistent (one way or another).

I'm in favor of hiding it from the JS SDK docs