apify / apify-sdk-python

The Apify SDK for Python is the official library for creating Apify Actors in Python. It provides useful features like actor lifecycle management, local storage emulation, and actor event handling.
https://docs.apify.com/sdk/python
Apache License 2.0
117 stars 11 forks source link

docs: hotfix API reference docs #282

Closed barjin closed 3 weeks ago

barjin commented 3 weeks ago

Slightly bends the transformDocs.js script to accommodate the new structure of the project better.

https://github.com/user-attachments/assets/3cbd0835-165c-4fae-95b0-c1d45bed8061

At the offsite, we talked about the need for a better solution than this. With three publically documented Python projects, the current solution is becoming insufficient.

The next Python docs steps are documented in https://github.com/apify/crawlee-python/issues/324

Closes #270