-
Notifications
You must be signed in to change notification settings - Fork 86
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
Add historical release notes for Qiskit API #281
Comments
@Eric-Arellano did we make any decisions on where it'll live in the UI? |
Yes, it will be a simple top-level folder in the left sidebar. You'll replace this here in the documentation/docs/api/qiskit/_toc.json Lines 3340 to 3344 in a36c9ba
It should be a folder called "Release notes" and one page per minor release, e.g. "0.44". Note that for Runtime and Provider, it instead will be a file called Release Notes, since they are so much smaller. #282 |
We'll add back Qiskit 0.44 as part of Qiskit#281. This PR switches us to the new version selector mechanism, per Qiskit#324. We have to delete from the migration guide the link to 2 APIs. This will be restored when we add the 0.44 historical API docs. Tracked by Qiskit#301.
Continuation of Qiskit#346. --- Closes Qiskit#281, closes Qiskit#354
For Qiskit, it historically has a single release note file for everything: https://qiskit.org/documentation/release_notes.html. But we probably want to migrate to one file per version. It's way too big otherwise.
Where should the release note live in the UI?
Once we have a design, we need to:
The text was updated successfully, but these errors were encountered: