Qiskit / qiskit

Qiskit is an open-source SDK for working with quantum computers at the level of extended quantum circuits, operators, and primitives.
https://www.ibm.com/quantum/qiskit
Apache License 2.0
5.28k stars 2.37k forks source link

Fix documentation for utils.optionals data values (backport #13098) #13102

Closed mergify[bot] closed 2 months ago

mergify[bot] commented 2 months ago

We're adding proper support to .. py:data:: to docs.quantum.ibm.com. However, we cannot easily handle .. py:data:: being inside a table - it would complicate both the code and visual design.

So, this PR removes the table and uses .. py:data:: like we use it everywhere else in Qiskit.


This is an automatic backport of pull request #13098 done by Mergify.

qiskit-bot commented 2 months ago

Thank you for opening a new pull request.

Before your PR can be merged it will first need to pass continuous integration tests and be reviewed. Sometimes the review process can be slow, so please be patient.

While you're waiting, please feel free to review other open PRs. While only a subset of people are authorized to approve pull requests for merging, everyone is encouraged to review open pull requests. Doing reviews helps reduce the burden on the core team and helps make the project's code better for everyone.

One or more of the following people are relevant to this code:

coveralls commented 2 months ago

Pull Request Test Coverage Report for Build 10729594002

Details


Files with Coverage Reduction New Missed Lines %
crates/circuit/src/packed_instruction.rs 1 96.21%
crates/accelerate/src/results/marginalization.rs 1 90.45%
crates/accelerate/src/synthesis/clifford/utils.rs 1 78.06%
crates/circuit/src/circuit_instruction.rs 7 86.33%
<!-- Total: 10 -->
Totals Coverage Status
Change from base Build 10719167310: 0.02%
Covered Lines: 66874
Relevant Lines: 74474

💛 - Coveralls