-
Notifications
You must be signed in to change notification settings - Fork 6
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #511 from qiboteam/new_layout_doc
Standardize documentation for new layout
- Loading branch information
Showing
45 changed files
with
1,049 additions
and
1,118 deletions.
There are no files selected for viewing
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
This file was deleted.
Oops, something went wrong.
Binary file not shown.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,12 @@ | ||
.. _Components: | ||
|
||
API reference | ||
============= | ||
|
||
In this section we present the main Qibolab components and primitives included in the public API. | ||
|
||
|
||
.. toctree:: | ||
:maxdepth: 3 | ||
|
||
qibocal |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,82 @@ | ||
qibocal.auto package | ||
==================== | ||
|
||
.. automodule:: qibocal.auto | ||
:members: | ||
:undoc-members: | ||
:show-inheritance: | ||
|
||
Submodules | ||
---------- | ||
|
||
qibocal.auto.draw module | ||
------------------------ | ||
|
||
.. automodule:: qibocal.auto.draw | ||
:members: | ||
:undoc-members: | ||
:show-inheritance: | ||
|
||
qibocal.auto.execute module | ||
--------------------------- | ||
|
||
.. automodule:: qibocal.auto.execute | ||
:members: | ||
:undoc-members: | ||
:show-inheritance: | ||
|
||
qibocal.auto.graph module | ||
------------------------- | ||
|
||
.. automodule:: qibocal.auto.graph | ||
:members: | ||
:undoc-members: | ||
:show-inheritance: | ||
|
||
qibocal.auto.history module | ||
--------------------------- | ||
|
||
.. automodule:: qibocal.auto.history | ||
:members: | ||
:undoc-members: | ||
:show-inheritance: | ||
|
||
qibocal.auto.operation module | ||
----------------------------- | ||
|
||
.. automodule:: qibocal.auto.operation | ||
:members: | ||
:undoc-members: | ||
:show-inheritance: | ||
|
||
qibocal.auto.runcard module | ||
--------------------------- | ||
|
||
.. automodule:: qibocal.auto.runcard | ||
:members: | ||
:undoc-members: | ||
:show-inheritance: | ||
|
||
qibocal.auto.status module | ||
-------------------------- | ||
|
||
.. automodule:: qibocal.auto.status | ||
:members: | ||
:undoc-members: | ||
:show-inheritance: | ||
|
||
qibocal.auto.task module | ||
------------------------ | ||
|
||
.. automodule:: qibocal.auto.task | ||
:members: | ||
:undoc-members: | ||
:show-inheritance: | ||
|
||
qibocal.auto.validate module | ||
---------------------------- | ||
|
||
.. automodule:: qibocal.auto.validate | ||
:members: | ||
:undoc-members: | ||
:show-inheritance: |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,26 @@ | ||
qibocal.cli package | ||
=================== | ||
|
||
.. automodule:: qibocal.cli | ||
:members: | ||
:undoc-members: | ||
:show-inheritance: | ||
|
||
Submodules | ||
---------- | ||
|
||
qibocal.cli.builders module | ||
--------------------------- | ||
|
||
.. automodule:: qibocal.cli.builders | ||
:members: | ||
:undoc-members: | ||
:show-inheritance: | ||
|
||
qibocal.cli.utils module | ||
------------------------ | ||
|
||
.. automodule:: qibocal.cli.utils | ||
:members: | ||
:undoc-members: | ||
:show-inheritance: |
34 changes: 34 additions & 0 deletions
34
doc/source/api-reference/qibocal.protocols.characterization.allxy.rst
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,34 @@ | ||
qibocal.protocols.characterization.allxy package | ||
================================================ | ||
|
||
.. automodule:: qibocal.protocols.characterization.allxy | ||
:members: | ||
:undoc-members: | ||
:show-inheritance: | ||
|
||
Submodules | ||
---------- | ||
|
||
qibocal.protocols.characterization.allxy.allxy module | ||
----------------------------------------------------- | ||
|
||
.. automodule:: qibocal.protocols.characterization.allxy.allxy | ||
:members: | ||
:undoc-members: | ||
:show-inheritance: | ||
|
||
qibocal.protocols.characterization.allxy.allxy\_drag\_pulse\_tuning module | ||
-------------------------------------------------------------------------- | ||
|
||
.. automodule:: qibocal.protocols.characterization.allxy.allxy_drag_pulse_tuning | ||
:members: | ||
:undoc-members: | ||
:show-inheritance: | ||
|
||
qibocal.protocols.characterization.allxy.drag\_pulse\_tuning module | ||
------------------------------------------------------------------- | ||
|
||
.. automodule:: qibocal.protocols.characterization.allxy.drag_pulse_tuning | ||
:members: | ||
:undoc-members: | ||
:show-inheritance: |
Oops, something went wrong.