forked from Qiskit/qiskit
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Module level documentation for qiskit.visualization (Qiskit#3187)
* update visualization docs * style * add width change * quanum -> quantum * add coloring to function links * add otehr visuals * simplify even more * more styling * styling * a bit softer link color * add example * add inline * Add qiskit-aer and qiskit-ibmq-provider to docs job Using jupyter-sphinx to build examples in the docs enables us to actually run examples in the docs and get jupyter output. However, the module fails by default if there is anything printed to stderr when executing code. The base qiskit namespace will print a warning if ibmq and aer are not found on a system (which is to provide cover for python packaging issues). To avoid these warnings the simplest step is to install both packages into the venv to avoid a warning. This commit does just that.
- Loading branch information
1 parent
998c232
commit 1449142
Showing
12 changed files
with
162 additions
and
45 deletions.
There are no files selected for viewing
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
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 @@ | ||
.wy-nav-content { | ||
max-width: 90% !important; | ||
} | ||
|
||
.wy-side-scroll { | ||
background:#8c8c8c; | ||
} | ||
|
||
.pre | ||
{ | ||
color:#BE8184; | ||
} |
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
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,6 @@ | ||
.. _qiskit-visualization: | ||
|
||
.. automodule:: qiskit.visualization | ||
:no-members: | ||
:no-inherited-members: | ||
:no-special-members: |
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
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
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
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
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
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
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