-
Notifications
You must be signed in to change notification settings - Fork 98
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
Update API links in preparation of Qiskit 2.0 #2803
Conversation
Check out this pull request on See visual diffs & provide feedback on Jupyter Notebooks. Powered by ReviewNB |
One or more of the following people are relevant to this code:
|
add redirects + globs to load add glob
31d642b
to
5e62dac
Compare
@@ -199,7 +199,7 @@ python_api_name: qiskit_ibm_runtime.QiskitRuntimeService | |||
QiskitRuntimeService.backends(open_pulse=True) | |||
``` | |||
|
|||
For the full list of backend attributes, see the IBMBackend class documentation \<[providers\_models](/api/qiskit/providers_models)> | |||
For the full list of backend attributes, see the IBMBackend class documentation \<[providers\_models](/api/qiskit/1.4/providers_models)> |
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.
This is the only change that I made by manually modifying the Box artifact HTML.
Ditto for versions 0.15 and 0.16
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! 🙏
2nd part of #2753
All the API docs have been generated by our MDX pipeline.
I tested it by generating qiskit 1.4.2 as a historical version and qiskit 2.0.0 as the latest one. The only errors I got after the changes of this PR are the same three of the Guides PR description.
Note
Some changes need to be made in the original repos as well. The rest will be a product of redirects applied by the pipeline and changes done directly to the HTML stored in Box.
Commits: