From d854d150681fcb63dc7223e16abadc0b0da688ee Mon Sep 17 00:00:00 2001 From: MatteoRobbiati Date: Mon, 10 Feb 2025 10:43:29 +0100 Subject: [PATCH] fix: add link to api reference --- doc/source/getting-started/quickstart.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/source/getting-started/quickstart.rst b/doc/source/getting-started/quickstart.rst index 8dc766d..7500e6a 100644 --- a/doc/source/getting-started/quickstart.rst +++ b/doc/source/getting-started/quickstart.rst @@ -135,4 +135,4 @@ used to execute a quantum circuit:: By default, the simulator is choosing a specific method to compute the probabilities, and for further information we recommend the user to refer to our High-Level-API -docstrings. +docstrings: :doc:`/api-reference/qibotn.backends`.