From a42f2bc5d0a471281a901c129d12fd2edf5ffb98 Mon Sep 17 00:00:00 2001 From: Claude Date: Fri, 20 Mar 2026 16:10:03 +0000 Subject: [PATCH] Add documentation links to README Add links to Cycles docs site for quickstart guides, configuration reference, and error handling patterns. https://claude.ai/code/session_01NEcAqmfZHsZV9WEZXNofWY --- README.md | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/README.md b/README.md index adf2af3..3cb46f3 100644 --- a/README.md +++ b/README.md @@ -350,6 +350,13 @@ pytest --cov runcycles --cov-fail-under=85 CI runs all three checks on Python 3.10 and 3.12 for every push and pull request. +## Documentation + +- [Cycles Documentation](https://runcycles.io) — full docs site +- [Python Quickstart](https://runcycles.io/quickstart/getting-started-with-the-python-client) — getting started guide +- [Python Client Configuration Reference](https://runcycles.io/configuration/python-client-configuration-reference) — all configuration options +- [Error Handling Patterns in Python](https://runcycles.io/how-to/error-handling-patterns-in-python) — handling budget errors + ## Requirements - Python 3.10+