-
Notifications
You must be signed in to change notification settings - Fork 85
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
Regeneration of API docs with modifiers #1340
Conversation
Thanks for contributing to Qiskit documentation! 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. Thanks! 🙌 |
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! Qiskit dev docs probably need regeneration because I updated them recently
Thanks for contributing to Qiskit documentation! 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. Thanks! 🙌 |
Part of Qiskit#1287 Follow-up of Qiskit#1337 This PR regenerates the API docs incorporating the changes of Qiskit#1337. This is split into two PRs to help in the review of the changes to the script and due to the amount of files modified. Here we can find all versions except qiskit 1.0 which was generated in Qiskit#1337 to review it more exhaustively. This change should be merged after changing the MDX components on IQP to support the new prop.
Part of #1287
Follow-up of #1337
This PR regenerates the API docs incorporating the changes of #1337. This is split into two PRs to help in the review of the changes to the script and due to the amount of files modified. Here we can find all versions except qiskit 1.0 which was generated in #1337 to review it more exhaustively.
This change should be merged after changing the MDX components on IQP to support the new prop.