-
Notifications
You must be signed in to change notification settings - Fork 17
docs: reexport storages documentation from crawlee-python
#328
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
lgtm otherwise
|
Is it alright to merge with the failing 3.13 Integration test? Is it the flaky one you guys were talking about, or is there something I should do about it? |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Seems cool at a glance, thanks! Let me know if there's something you want me to read thoroughly.
It passes now, let's merge it. |
Updates the
@apify/docusaurus-plugin-typedoc-apiplugin, which enables us to use the unified Python documentation pipeline (instead of handling it in each Python project separately).Decorates the symbols to be documented with
@docs_groupand@docs_namedecorators (just like in crawlee-python). Those decorators could be moved up into some shared package (e.g.apify-shared, which already has the@ignore_docsdecorator).Uses the new
reexportsfeature of the plugin to load external API docs (fromcrawlee.dev/python) and re-render them in the current documentation instance.