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.
Update docstring for circuit_drawer and QuantumCircuit.draw (Qiskit#3219
) * Update docstring for circuit_drawer and QuantumCircuit.draw The docstrings for both the qiskit.visualization.circuit_drawer() function and the qiskit.circuit.QuantumCircuit.draw() method were quite stale. With numerous formatting issues and out of date information. This commit goes through them and updates both the style and contents to render correctly in sphinx and reflect the current state of the functions. * Apply suggestions from code review Co-Authored-By: Ali Javadi-Abhari <[email protected]> * Fix lint issues introduced by github web editor * Add style dict doc to circuit draw() method
- Loading branch information
Showing
2 changed files
with
301 additions
and
149 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
Oops, something went wrong.