From 3af920156c6cc1c32ba54cd774f6175f09990f4d Mon Sep 17 00:00:00 2001 From: Anurag Saha Roy Date: Thu, 3 Jun 2021 21:23:21 +0200 Subject: [PATCH] link to API docs --- docs/intro.rst | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/docs/intro.rst b/docs/intro.rst index ba311809..6617a4fa 100644 --- a/docs/intro.rst +++ b/docs/intro.rst @@ -6,7 +6,8 @@ primary objective of understanding how the different sub-modules inside the :cod are structured, the purpose they serve and how to tie them together into a complete Automated Quantum Device Bring-up workflow. For more detailed examples of how to use the :code:`c3-toolset` to perform a specific Quantum Control task, please check out the :doc:`two_qubits` or the -:doc:`Simulated_calibration` sections +:doc:`Simulated_calibration` sections or refer to the :doc:`c3` for descriptions of +Classes and Functions. The Building Blocks @@ -48,7 +49,7 @@ objects. The sequence in which these gates are applied are not defined at this s .. warning:: - Components inside the :code:`c3/generator/` and :code:`c3/signal` sub-modules will be restructured + Components inside the :code:`c3/generator/` and :code:`c3/signal/` sub-modules will be restructured in an upcoming release to be more consistent with how the :code:`Model` class encapsulates smaller blocks present in the :code:`c3/libraries` sub-module.