Skip to content

Commit

Permalink
Regen API docs to remove broken external links (#2203)
Browse files Browse the repository at this point in the history
Generated with `npm run regen-apis`. I changed the Box artifacts for the
Qiskit docs to not have the broken links. Closes
#2187.

Also applies #2195 to
qiskit-ibm-transpiler - I forgot to regen.
  • Loading branch information
Eric-Arellano authored Oct 30, 2024
1 parent 13f57a1 commit 9feacfb
Show file tree
Hide file tree
Showing 17 changed files with 18 additions and 19 deletions.
1 change: 0 additions & 1 deletion docs/api/qiskit-ibm-runtime/0.30/_toc.json
Original file line number Diff line number Diff line change
Expand Up @@ -669,4 +669,3 @@
],
"collapsed": true
}

2 changes: 1 addition & 1 deletion docs/api/qiskit-ibm-transpiler/0.3/_toc.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"title": "Qiskit Transpiler Service Client",
"title": "Qiskit Transpiler Service client",
"children": [
{
"title": "API index",
Expand Down
2 changes: 1 addition & 1 deletion docs/api/qiskit-ibm-transpiler/0.4/_toc.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"title": "Qiskit Transpiler Service Client",
"title": "Qiskit Transpiler Service client",
"children": [
{
"title": "API index",
Expand Down
2 changes: 1 addition & 1 deletion docs/api/qiskit-ibm-transpiler/0.5/_toc.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"title": "Qiskit Transpiler Service Client",
"title": "Qiskit Transpiler Service client",
"children": [
{
"title": "API index",
Expand Down
2 changes: 1 addition & 1 deletion docs/api/qiskit-ibm-transpiler/0.6/_toc.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"title": "Qiskit Transpiler Service Client",
"title": "Qiskit Transpiler Service client",
"children": [
{
"title": "API index",
Expand Down
2 changes: 1 addition & 1 deletion docs/api/qiskit-ibm-transpiler/_toc.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"title": "Qiskit Transpiler Service Client",
"title": "Qiskit Transpiler Service client",
"children": [
{
"title": "API index",
Expand Down
6 changes: 3 additions & 3 deletions docs/api/qiskit-ibm-transpiler/release-notes.mdx
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
---
title: Qiskit Transpiler Service Client release notes
description: Changes made to Qiskit Transpiler Service Client
title: Qiskit Transpiler Service client release notes
description: Changes made to Qiskit Transpiler Service client
in_page_toc_max_heading_level: 2
---

<span id="qiskit-ibm-transpiler-release-notes" />

# Qiskit Transpiler Service Client release notes
# Qiskit Transpiler Service client release notes

<span id="id1" />

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ python_api_name: qiskit.optimization.applications.ising.tsp

# qiskit.optimization.applications.ising.tsp

Convert symmetric TSP instances into Pauli list Deal with TSPLIB format. It supports only EUC\_2D edge weight type. See [https://wwwproxy.iwr.uni-heidelberg.de/groups/comopt/software/TSPLIB95/](https://wwwproxy.iwr.uni-heidelberg.de/groups/comopt/software/TSPLIB95/) and [http://elib.zib.de/pub/mp-testdata/tsp/tsplib/tsp/index.html](http://elib.zib.de/pub/mp-testdata/tsp/tsplib/tsp/index.html) Design the tsp object w as a two-dimensional np.array e.g., w\[i, j] = x means that the length of a edge between i and j is x Note that the weights are symmetric, i.e., w\[j, i] = x always holds.
Convert symmetric TSP instances into Pauli list Deal with TSPLIB format. Design the tsp object w as a two-dimensional np.array e.g., w\[i, j] = x means that the length of a edge between i and j is x Note that the weights are symmetric, i.e., w\[j, i] = x always holds.

**Functions**

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ python_api_name: qiskit.optimization.applications.ising.tsp

# qiskit.optimization.applications.ising.tsp

Convert symmetric TSP instances into Pauli list Deal with TSPLIB format. It supports only EUC\_2D edge weight type. See [https://wwwproxy.iwr.uni-heidelberg.de/groups/comopt/software/TSPLIB95/](https://wwwproxy.iwr.uni-heidelberg.de/groups/comopt/software/TSPLIB95/) and [http://elib.zib.de/pub/mp-testdata/tsp/tsplib/tsp/index.html](http://elib.zib.de/pub/mp-testdata/tsp/tsplib/tsp/index.html) Design the tsp object w as a two-dimensional np.array e.g., w\[i, j] = x means that the length of a edge between i and j is x Note that the weights are symmetric, i.e., w\[j, i] = x always holds.
Convert symmetric TSP instances into Pauli list Deal with TSPLIB format. Design the tsp object w as a two-dimensional np.array e.g., w\[i, j] = x means that the length of a edge between i and j is x Note that the weights are symmetric, i.e., w\[j, i] = x always holds.

**Functions**

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ python_api_name: qiskit.optimization.applications.ising.tsp

# qiskit.optimization.applications.ising.tsp

Convert symmetric TSP instances into Pauli list Deal with TSPLIB format. It supports only EUC\_2D edge weight type. See [https://wwwproxy.iwr.uni-heidelberg.de/groups/comopt/software/TSPLIB95/](https://wwwproxy.iwr.uni-heidelberg.de/groups/comopt/software/TSPLIB95/) and [http://elib.zib.de/pub/mp-testdata/tsp/tsplib/tsp/index.html](http://elib.zib.de/pub/mp-testdata/tsp/tsplib/tsp/index.html) Design the tsp object w as a two-dimensional np.array e.g., w\[i, j] = x means that the length of a edge between i and j is x Note that the weights are symmetric, i.e., w\[j, i] = x always holds.
Convert symmetric TSP instances into Pauli list Deal with TSPLIB format. Design the tsp object w as a two-dimensional np.array e.g., w\[i, j] = x means that the length of a edge between i and j is x Note that the weights are symmetric, i.e., w\[j, i] = x always holds.

**Functions**

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ python_api_name: qiskit.optimization.applications.ising.tsp

# qiskit.optimization.applications.ising.tsp

Convert symmetric TSP instances into Pauli list Deal with TSPLIB format. It supports only EUC\_2D edge weight type. See [https://wwwproxy.iwr.uni-heidelberg.de/groups/comopt/software/TSPLIB95/](https://wwwproxy.iwr.uni-heidelberg.de/groups/comopt/software/TSPLIB95/) and [http://elib.zib.de/pub/mp-testdata/tsp/tsplib/tsp/index.html](http://elib.zib.de/pub/mp-testdata/tsp/tsplib/tsp/index.html) Design the tsp object w as a two-dimensional np.array e.g., w\[i, j] = x means that the length of a edge between i and j is x Note that the weights are symmetric, i.e., w\[j, i] = x always holds.
Convert symmetric TSP instances into Pauli list Deal with TSPLIB format. Design the tsp object w as a two-dimensional np.array e.g., w\[i, j] = x means that the length of a edge between i and j is x Note that the weights are symmetric, i.e., w\[j, i] = x always holds.

**Functions**

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ python_api_name: qiskit.optimization.applications.ising.tsp

# qiskit.optimization.applications.ising.tsp

Convert symmetric TSP instances into Pauli list Deal with TSPLIB format. It supports only EUC\_2D edge weight type. See [https://wwwproxy.iwr.uni-heidelberg.de/groups/comopt/software/TSPLIB95/](https://wwwproxy.iwr.uni-heidelberg.de/groups/comopt/software/TSPLIB95/) and [http://elib.zib.de/pub/mp-testdata/tsp/tsplib/tsp/index.html](http://elib.zib.de/pub/mp-testdata/tsp/tsplib/tsp/index.html) Design the tsp object w as a two-dimensional np.array e.g., w\[i, j] = x means that the length of a edge between i and j is x Note that the weights are symmetric, i.e., w\[j, i] = x always holds.
Convert symmetric TSP instances into Pauli list Deal with TSPLIB format. Design the tsp object w as a two-dimensional np.array e.g., w\[i, j] = x means that the length of a edge between i and j is x Note that the weights are symmetric, i.e., w\[j, i] = x always holds.

**Functions**

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ python_api_name: qiskit.optimization.applications.ising.tsp

# qiskit.optimization.applications.ising.tsp

Convert symmetric TSP instances into Pauli list Deal with TSPLIB format. It supports only EUC\_2D edge weight type. See [https://wwwproxy.iwr.uni-heidelberg.de/groups/comopt/software/TSPLIB95/](https://wwwproxy.iwr.uni-heidelberg.de/groups/comopt/software/TSPLIB95/) and [http://elib.zib.de/pub/mp-testdata/tsp/tsplib/tsp/index.html](http://elib.zib.de/pub/mp-testdata/tsp/tsplib/tsp/index.html) Design the tsp object w as a two-dimensional np.array e.g., w\[i, j] = x means that the length of a edge between i and j is x Note that the weights are symmetric, i.e., w\[j, i] = x always holds.
Convert symmetric TSP instances into Pauli list Deal with TSPLIB format. Design the tsp object w as a two-dimensional np.array e.g., w\[i, j] = x means that the length of a edge between i and j is x Note that the weights are symmetric, i.e., w\[j, i] = x always holds.

**Functions**

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ python_api_name: qiskit.optimization.applications.ising.tsp

# qiskit.optimization.applications.ising.tsp

Convert symmetric TSP instances into Pauli list Deal with TSPLIB format. It supports only EUC\_2D edge weight type. See [https://wwwproxy.iwr.uni-heidelberg.de/groups/comopt/software/TSPLIB95/](https://wwwproxy.iwr.uni-heidelberg.de/groups/comopt/software/TSPLIB95/) and [http://elib.zib.de/pub/mp-testdata/tsp/tsplib/tsp/index.html](http://elib.zib.de/pub/mp-testdata/tsp/tsplib/tsp/index.html) Design the tsp object w as a two-dimensional np.array e.g., w\[i, j] = x means that the length of a edge between i and j is x Note that the weights are symmetric, i.e., w\[j, i] = x always holds.
Convert symmetric TSP instances into Pauli list Deal with TSPLIB format. Design the tsp object w as a two-dimensional np.array e.g., w\[i, j] = x means that the length of a edge between i and j is x Note that the weights are symmetric, i.e., w\[j, i] = x always holds.

**Functions**

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ python_api_name: qiskit.optimization.applications.ising.tsp

# qiskit.optimization.applications.ising.tsp

Convert symmetric TSP instances into Pauli list Deal with TSPLIB format. It supports only EUC\_2D edge weight type. See [https://wwwproxy.iwr.uni-heidelberg.de/groups/comopt/software/TSPLIB95/](https://wwwproxy.iwr.uni-heidelberg.de/groups/comopt/software/TSPLIB95/) and [http://elib.zib.de/pub/mp-testdata/tsp/tsplib/tsp/index.html](http://elib.zib.de/pub/mp-testdata/tsp/tsplib/tsp/index.html) Design the tsp object w as a two-dimensional np.array e.g., w\[i, j] = x means that the length of a edge between i and j is x Note that the weights are symmetric, i.e., w\[j, i] = x always holds.
Convert symmetric TSP instances into Pauli list Deal with TSPLIB format. Design the tsp object w as a two-dimensional np.array e.g., w\[i, j] = x means that the length of a edge between i and j is x Note that the weights are symmetric, i.e., w\[j, i] = x always holds.

**Functions**

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ python_api_name: qiskit.optimization.applications.ising.tsp

# qiskit.optimization.applications.ising.tsp

Convert symmetric TSP instances into Pauli list Deal with TSPLIB format. It supports only EUC\_2D edge weight type. See [https://wwwproxy.iwr.uni-heidelberg.de/groups/comopt/software/TSPLIB95/](https://wwwproxy.iwr.uni-heidelberg.de/groups/comopt/software/TSPLIB95/) and [http://elib.zib.de/pub/mp-testdata/tsp/tsplib/tsp/index.html](http://elib.zib.de/pub/mp-testdata/tsp/tsplib/tsp/index.html) Design the tsp object w as a two-dimensional np.array e.g., w\[i, j] = x means that the length of a edge between i and j is x Note that the weights are symmetric, i.e., w\[j, i] = x always holds.
Convert symmetric TSP instances into Pauli list Deal with TSPLIB format. Design the tsp object w as a two-dimensional np.array e.g., w\[i, j] = x means that the length of a edge between i and j is x Note that the weights are symmetric, i.e., w\[j, i] = x always holds.

**Functions**

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ python_api_name: qiskit.optimization.applications.ising.tsp

# qiskit.optimization.applications.ising.tsp

Convert symmetric TSP instances into Pauli list Deal with TSPLIB format. It supports only EUC\_2D edge weight type. See [https://wwwproxy.iwr.uni-heidelberg.de/groups/comopt/software/TSPLIB95/](https://wwwproxy.iwr.uni-heidelberg.de/groups/comopt/software/TSPLIB95/) and [http://elib.zib.de/pub/mp-testdata/tsp/tsplib/tsp/index.html](http://elib.zib.de/pub/mp-testdata/tsp/tsplib/tsp/index.html) Design the tsp object w as a two-dimensional np.array e.g., w\[i, j] = x means that the length of a edge between i and j is x Note that the weights are symmetric, i.e., w\[j, i] = x always holds.
Convert symmetric TSP instances into Pauli list Deal with TSPLIB format. Design the tsp object w as a two-dimensional np.array e.g., w\[i, j] = x means that the length of a edge between i and j is x Note that the weights are symmetric, i.e., w\[j, i] = x always holds.

**Functions**

Expand Down

0 comments on commit 9feacfb

Please sign in to comment.