-
Notifications
You must be signed in to change notification settings - Fork 32
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Corrections to docs for intersphinx #311
Conversation
Pull Request Test Coverage Report for Build 5521456168
💛 - Coveralls |
Does doing this alone allow any links to work that did not work before? I am curious. (We might have to prefix each identifier once with |
I realized we do not need |
It might be enough to say |
I also made edit for #216 . I realized that issue was also covered in this PR. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks -- this looks great!
Things corrected in this PR:
:external:
keyword from external class referencesThings to look into:
- [ ] Interlink modules and attributes.EntanglementForgingVQE
class inentanglement_forging_operator
(line 27).https://github.com/Qiskit-Extensions/circuit-knitting-toolbox/blob/c5207b191b601223e8e4e5eb56b2200c256101e7/circuit_knitting/forging/entanglement_forging_operator.py#L22-L28
Related to:
Resolves #215