doc: add qmatchateam intro example to the docs
This commit is contained in:
15
doc/source/code-examples/index.rst
Normal file
15
doc/source/code-examples/index.rst
Normal 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
|
||||||
@@ -0,0 +1 @@
|
|||||||
|
../../../../../examples/qmatchatea_intro/qmatchatea_introduction.ipynb
|
||||||
@@ -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"]
|
||||||
|
|||||||
@@ -73,6 +73,7 @@ Contents
|
|||||||
:caption: Introduction
|
:caption: Introduction
|
||||||
|
|
||||||
getting-started/index
|
getting-started/index
|
||||||
|
code-examples/index
|
||||||
|
|
||||||
.. toctree::
|
.. toctree::
|
||||||
:maxdepth: 1
|
:maxdepth: 1
|
||||||
|
|||||||
Reference in New Issue
Block a user