crawlee-python
crawlee-python copied to clipboard
Make identifiers clickable in the rendered API docs
- Make identifiers of classes, functions, methods, etc., clickable in the generated API docs.
- https://github.com/apify/crawlee-python/pull/624#discussion_r1816976508
(Marginally) related to https://github.com/apify/crawlee/issues/2717 - we might want to use something like e.g. JSDoc's {@link Dataset}. In the best case, we'd like to render clickable links both in IDEs and on the web.
I'm not sure whether this aligns with Python project documentation standards; it might need more research.