doc: add qmatchateam intro example to the docs

This commit is contained in:
MatteoRobbiati
2025-02-12 14:49:56 +01:00
parent 230c6ff617
commit 7d4b3e4360
4 changed files with 18 additions and 0 deletions

View File

@@ -0,0 +1,15 @@
.. _examples:
Code examples
=============
In this section we present code examples from basic to advanced features
implemented in Qibotn.
Introduction to backends
^^^^^^^^^^^^^^^^^^^^^^^^
.. toctree::
:maxdepth: 1
tutorials/qmatchatea_intro/qmatchatea_intro.ipynb

View File

@@ -0,0 +1 @@
../../../../../examples/qmatchatea_intro/qmatchatea_introduction.ipynb

View File

@@ -45,6 +45,7 @@ extensions = [
"sphinx.ext.intersphinx", "sphinx.ext.intersphinx",
"sphinx_copybutton", "sphinx_copybutton",
"sphinxcontrib.katex", "sphinxcontrib.katex",
"nbsphinx",
] ]
templates_path = ["_templates"] templates_path = ["_templates"]

View File

@@ -73,6 +73,7 @@ Contents
:caption: Introduction :caption: Introduction
getting-started/index getting-started/index
code-examples/index
.. toctree:: .. toctree::
:maxdepth: 1 :maxdepth: 1