Skip to content

Commit

Permalink
Remove duplicate entries in Migration Guides ToC (Qiskit#1253)
Browse files Browse the repository at this point in the history
* `/api/migration-guides/v2-primitives` is already in the ToC as a
top-level entry called "Migrate to the Qiskit Runtime V2 primitives"
* `/api/migration-guides/qiskit-runtime-from-provider` is already in the
section `Migrate to Qiskit Runtime`, but under the new URL
`qiskit-runtime-from-ibm-provider`

I think it was a bad merge conflict to duplicate the entries in the new
Runtime 0.20 section.

---------

Co-authored-by: Rebecca Dimock <66339736+beckykd@users.noreply.github.com>
  • Loading branch information
Eric-Arellano and beckykd authored Apr 29, 2024
1 parent 017be70 commit 6fa973d
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 13 deletions.
13 changes: 0 additions & 13 deletions docs/api/migration-guides/_toc.json
Original file line number Diff line number Diff line change
Expand Up @@ -64,19 +64,6 @@
}
]
},
{
"title": "Qiskit Runtime 0.20 changes",
"children": [
{
"title": "V2 primitives",
"url": "/api/migration-guides/v2-primitives"
},
{
"title": "qiskit_ibm_provider to qiskit_ibm_runtime",
"url": "/api/migration-guides/qiskit-runtime-from-provider"
}
]
},
{
"title": "Qiskit 0.44 changes",
"children": [
Expand Down
1 change: 1 addition & 0 deletions docs/api/migration-guides/index.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@ These migration guides help you more effectively use Qiskit and Qiskit Runtime:
* [Qiskit 1.0 packaging changes](/api/migration-guides/qiskit-1.0-installation)
* [Qiskit 1.0 feature changes](/api/migration-guides/qiskit-1.0-features)
* [Migrate to the Qiskit Runtime V2 primitives](/api/migration-guides/v2-primitives)
* [Qiskit Runtime execution mode changes](/api/migration-guides/sessions)
* Migrate to Qiskit Runtime
* [Overview](./qiskit-runtime)
* [Migrate from `qiskit-ibmq-provider`](./qiskit-runtime-from-ibmq-provider)
Expand Down

0 comments on commit 6fa973d

Please sign in to comment.