Skip to content

Commit 772d130

Browse files
Regenerate APIs to fix a broken link & use versionadded admonition (#3751)
For some reason, the 2.1 release note for Qiskit SDK was broken. This also brings in the change from #3618.
1 parent 741abce commit 772d130

39 files changed

+52
-48
lines changed

docs/api/qiskit-ibm-runtime/release-notes.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ The qiskit-ibm-runtime `v0.41.0` release focuses on the removal of IBM Quantum P
3939
4040
* Support for running `qiskit-ibm-runtime` with Python 3.9 has been deprecated and will be removed in a future release.
4141

42-
Additionally, `qiskit-ibm-runtime` now officially supports Python 3.13. ([2314](https://github.com/Qiskit/qiskit-ibm-runtime/pull/2314))
42+
Additionally, `qiskit-ibm-runtime` now officialy supports Python 3.13. ([2314](https://github.com/Qiskit/qiskit-ibm-runtime/pull/2314))
4343

4444
* When saving an account, there is now a validation check to make sure the `region`, `plans_preference`, and `tags` parameters are valid. ([2319](https://github.com/Qiskit/qiskit-ibm-runtime/pull/2319))
4545

docs/api/qiskit/0.19/_toc.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3854,7 +3854,7 @@
38543854
"children": [
38553855
{
38563856
"title": "2.1",
3857-
"url": "/api/qiskit/release-notes/2.1"
3857+
"url": "/docs/api/qiskit/release-notes/2.1"
38583858
},
38593859
{
38603860
"title": "2.0",

docs/api/qiskit/0.19/qiskit.validation.BaseSchema.mdx

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -90,7 +90,7 @@ python_api_name: qiskit.validation.BaseSchema
9090

9191
Serialized data
9292

93-
New in version 1.0.0.
93+
<Admonition title="New in version 1.0.0." type="info" />
9494

9595
Changed in version 3.0.0b7: This method returns the serialized data rather than a `(data, errors)` duple. A `ValidationError` is raised if `obj` is invalid.
9696

@@ -139,7 +139,7 @@ python_api_name: qiskit.validation.BaseSchema
139139

140140
A `json` string
141141

142-
New in version 1.0.0.
142+
<Admonition title="New in version 1.0.0." type="info" />
143143

144144
Changed in version 3.0.0b7: This method returns the serialized data rather than a `(data, errors)` duple. A `ValidationError` is raised if `obj` is invalid.
145145
</Function>
@@ -165,7 +165,7 @@ python_api_name: qiskit.validation.BaseSchema
165165
* **fields** (*dict*) – Dictionary mapping field names to field instances.
166166
* **name** (*str*) – Optional name for the class, which will appear in the `repr` for the class.
167167

168-
New in version 3.0.0.
168+
<Admonition title="New in version 3.0.0." type="info" />
169169

170170
**Return type**
171171

@@ -179,7 +179,7 @@ python_api_name: qiskit.validation.BaseSchema
179179
<Function id="qiskit.validation.BaseSchema.get_attribute" signature="BaseSchema.get_attribute(obj, attr, default)">
180180
Defines how to pull values from an object to serialize.
181181

182-
New in version 2.0.0.
182+
<Admonition title="New in version 2.0.0." type="info" />
183183

184184
Changed in version 3.0.0a1: Changed position of `obj` and `attr`.
185185
</Function>
@@ -198,7 +198,7 @@ python_api_name: qiskit.validation.BaseSchema
198198
* **many** (`bool`) – Value of `many` on dump or load.
199199
* **partial** – Value of `partial` on load.
200200

201-
New in version 2.0.0.
201+
<Admonition title="New in version 2.0.0." type="info" />
202202

203203
Changed in version 3.0.0rc9: Receives many and partial (on deserialization) as keyword arguments.
204204
</Function>
@@ -221,7 +221,7 @@ python_api_name: qiskit.validation.BaseSchema
221221

222222
Deserialized data
223223

224-
New in version 1.0.0.
224+
<Admonition title="New in version 1.0.0." type="info" />
225225

226226
Changed in version 3.0.0b7: This method returns the deserialized data rather than a `(data, errors)` duple. A `ValidationError` is raised if invalid data are passed.
227227
</Function>
@@ -244,7 +244,7 @@ python_api_name: qiskit.validation.BaseSchema
244244

245245
Deserialized data
246246

247-
New in version 1.0.0.
247+
<Admonition title="New in version 1.0.0." type="info" />
248248

249249
Changed in version 3.0.0b7: This method returns the deserialized data rather than a `(data, errors)` duple. A `ValidationError` is raised if invalid data are passed.
250250
</Function>
@@ -292,7 +292,7 @@ python_api_name: qiskit.validation.BaseSchema
292292

293293
A dictionary of validation errors.
294294

295-
New in version 1.1.0.
295+
<Admonition title="New in version 1.1.0." type="info" />
296296
</Function>
297297
</Class>
298298

docs/api/qiskit/0.24/_toc.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4878,7 +4878,7 @@
48784878
"children": [
48794879
{
48804880
"title": "2.1",
4881-
"url": "/api/qiskit/release-notes/2.1"
4881+
"url": "/docs/api/qiskit/release-notes/2.1"
48824882
},
48834883
{
48844884
"title": "2.0",

docs/api/qiskit/0.25/_toc.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5861,7 +5861,7 @@
58615861
"children": [
58625862
{
58635863
"title": "2.1",
5864-
"url": "/api/qiskit/release-notes/2.1"
5864+
"url": "/docs/api/qiskit/release-notes/2.1"
58655865
},
58665866
{
58675867
"title": "2.0",

docs/api/qiskit/0.26/_toc.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5906,7 +5906,7 @@
59065906
"children": [
59075907
{
59085908
"title": "2.1",
5909-
"url": "/api/qiskit/release-notes/2.1"
5909+
"url": "/docs/api/qiskit/release-notes/2.1"
59105910
},
59115911
{
59125912
"title": "2.0",

docs/api/qiskit/0.27/_toc.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5906,7 +5906,7 @@
59065906
"children": [
59075907
{
59085908
"title": "2.1",
5909-
"url": "/api/qiskit/release-notes/2.1"
5909+
"url": "/docs/api/qiskit/release-notes/2.1"
59105910
},
59115911
{
59125912
"title": "2.0",

docs/api/qiskit/0.28/_toc.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6002,7 +6002,7 @@
60026002
"children": [
60036003
{
60046004
"title": "2.1",
6005-
"url": "/api/qiskit/release-notes/2.1"
6005+
"url": "/docs/api/qiskit/release-notes/2.1"
60066006
},
60076007
{
60086008
"title": "2.0",

docs/api/qiskit/0.29/_toc.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6027,7 +6027,7 @@
60276027
"children": [
60286028
{
60296029
"title": "2.1",
6030-
"url": "/api/qiskit/release-notes/2.1"
6030+
"url": "/docs/api/qiskit/release-notes/2.1"
60316031
},
60326032
{
60336033
"title": "2.0",

docs/api/qiskit/0.30/_toc.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6040,7 +6040,7 @@
60406040
"children": [
60416041
{
60426042
"title": "2.1",
6043-
"url": "/api/qiskit/release-notes/2.1"
6043+
"url": "/docs/api/qiskit/release-notes/2.1"
60446044
},
60456045
{
60466046
"title": "2.0",

0 commit comments

Comments
 (0)