apify / crawlee-python

Crawlee—A web scraping and browser automation library for Python to build reliable crawlers. Extract data for AI, LLMs, RAG, or GPTs. Download HTML, PDF, JPG, PNG, and other files from websites. Works with BeautifulSoup, Playwright, and raw HTTP. Both headful and headless mode. With proxy rotation.
https://crawlee.dev/python/
Apache License 2.0
4.65k stars 319 forks source link

docs: update `@apify/docusaurus-plugin-typedoc-api` #713

Closed barjin closed 5 days ago

barjin commented 5 days ago

Updating the plugin allows us to use the new unified transformation pipeline instead of handling the API docs generation separately in each Python project.

The new version also now renders the Typedoc objects in machine-readable elements on the page, so we can use the new reexports plugin option (more about that in a PR in apify-sdk-python).