From 0bf5767fd8482854dbf63d7b1791972d5eb1e3b1 Mon Sep 17 00:00:00 2001 From: SD <114984570+shalini9894@users.noreply.github.com> Date: Sat, 27 Jun 2026 17:43:17 +0530 Subject: [PATCH] Added cheat sheet link Hi team, I added Cheat sheet link in README.md and doc/index.rst --- README.md | 3 +++ doc/index.rst | 3 +++ 2 files changed, 6 insertions(+) diff --git a/README.md b/README.md index b31b89543..9c08fc3fb 100644 --- a/README.md +++ b/README.md @@ -9,6 +9,9 @@ The Amazon Braket Python SDK is an open source library that provides a framework that you can use to interact with quantum computing hardware devices through Amazon Braket. +## Quick reference +For a one-page overview of common Amazon Braket SDK calls, see the [Amazon Braket SDK cheat sheet](https://amazon-braket.github.io/amazon-braket-sdk-python/). + ## Prerequisites Before you begin working with the Amazon Braket SDK, make sure that you've installed or configured the following prerequisites. diff --git a/doc/index.rst b/doc/index.rst index 7e19a775c..e484d4bf5 100644 --- a/doc/index.rst +++ b/doc/index.rst @@ -9,6 +9,9 @@ This documentation provides information about the Amazon Braket Python SDK libra homepage is in Github https://github.com/amazon-braket/amazon-braket-sdk-python. The project includes SDK source, installation instructions, and other information. +For a one-page overview of common Amazon Braket SDK calls, see the +`Amazon Braket SDK cheat sheet `_. + *************** Getting Started ***************