Skip to content

Commit

Permalink
docs: remove clients documentation (generated)
Browse files Browse the repository at this point in the history
algolia/api-clients-automation#3526

Co-authored-by: algolia-bot <[email protected]>
Co-authored-by: Clément Vannicatte <[email protected]>
  • Loading branch information
algolia-bot and shortcuts committed Aug 19, 2024
1 parent 7957372 commit 1f9ec6f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -88,7 +88,7 @@ Encountering an issue? Before reaching out to support, we recommend heading to o

## Contributing

This repository hosts the code of the generated Algolia API client for Python, if you'd like to contribute, head over to the [main repository](https://github.com/algolia/api-clients-automation). You can also find contributing guides on [our documentation website](https://api-clients-automation.netlify.app/docs/contributing/introduction).
This repository hosts the code of the generated Algolia API client for Python, if you'd like to contribute, head over to the [main repository](https://github.com/algolia/api-clients-automation). You can also find contributing guides on [our documentation website](https://api-clients-automation.netlify.app/docs/introduction).

## 📄 License

Expand Down
2 changes: 1 addition & 1 deletion algoliasearch/search/client.py
Original file line number Diff line number Diff line change
Expand Up @@ -535,7 +535,7 @@ async def replace_all_objects(
"""
Helper: Replaces all objects (records) in the given `index_name` with the given `objects`. A temporary index is created during this process in order to backup your data.
See https://api-clients-automation.netlify.app/docs/contributing/add-new-api-client#5-helpers for implementation details.
See https://api-clients-automation.netlify.app/docs/add-new-api-client#5-helpers for implementation details.
"""
tmp_index_name = self.create_temporary_name(index_name)

Expand Down

0 comments on commit 1f9ec6f

Please sign in to comment.