-
Notifications
You must be signed in to change notification settings - Fork 34
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
Remove discussion about user's compute env from knitting docs #570
Conversation
Pull Request Test Coverage Report for Build 8897298287Details
💛 - Coveralls |
|
||
The toolbox currently contains the following tools: | ||
- Circuit Cutting [[1-6]](#references) | ||
|
||
|
||
For a more detailed discussion on circuit cutting, check out our [technical guide](https://qiskit-extensions.github.io/circuit-knitting-toolbox/circuit_cutting/explanation/index.html#overview-of-circuit-cutting). |
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.
I think we're slowly moving toward this being a circuit cutting repo, so I think it's fine to slip this very nice document in on our main docs pages
This project is meant to evolve rapidly and, as such, does not follow `Qiskit's deprecation policy <https://github.com/Qiskit/qiskit/blob/main/DEPRECATION.md>`_. We may occasionally make breaking changes in order to improve the user experience. When possible, we will keep old interfaces and mark them as deprecated, as long as they can co-exist with the new ones. Each substantial improvement, breaking change, or deprecation will be documented in the :ref:`release notes`. | ||
For a more detailed discussion on circuit cutting, check out our `technical guide <https://qiskit-extensions.github.io/circuit-knitting-toolbox/circuit_cutting/explanation/index.html#overview-of-circuit-cutting>`__. | ||
|
||
This project is meant to evolve rapidly and, as such, does not follow `Qiskit's deprecation policy <https://github.com/Qiskit/qiskit/blob/main/DEPRECATION.md>`__. We may occasionally make breaking changes in order to improve the user experience. When possible, we will keep old interfaces and mark them as deprecated, as long as they can co-exist with the new ones. Each substantial improvement, breaking change, or deprecation will be documented in the :ref:`release notes`. |
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.
Added an underscore to make the __
used elsewhere in this doc. It only had one underscore before (probably fine)
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.
Yeah, it's fine except when it's not and breaks Sphinx. 😅. better to have two underscores everywhere when we think of it.
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.
If you accept my relative-link suggestion, I want one of us to actually test it before this gets merged. I am happy to do this. Other links in this form work (sphinx does the rst -> html map automatically).
Co-authored-by: Jim Garrison <[email protected]>
Link's working in the CI artifact. Should be good to merge. Thanks |
* Remove discussion about user's compute env from knitting docs * revert deletion in index.rat * link to explanatory * Add blurb to docs/index * fix link * Update docs/index.rst Co-authored-by: Jim Garrison <[email protected]> --------- Co-authored-by: Jim Garrison <[email protected]> (cherry picked from commit e6a49dc)
…571) * Remove discussion about user's compute env from knitting docs * revert deletion in index.rat * link to explanatory * Add blurb to docs/index * fix link * Update docs/index.rst Co-authored-by: Jim Garrison <[email protected]> --------- Co-authored-by: Jim Garrison <[email protected]> (cherry picked from commit e6a49dc) Co-authored-by: Caleb Johnson <[email protected]>
Fixes #546