diff --git a/scripts/lib/api/__snapshots__/conversionPipeline.test.ts.snap b/scripts/lib/api/__snapshots__/conversionPipeline.test.ts.snap index ba61e172734..1186fa329d1 100644 --- a/scripts/lib/api/__snapshots__/conversionPipeline.test.ts.snap +++ b/scripts/lib/api/__snapshots__/conversionPipeline.test.ts.snap @@ -70,6 +70,22 @@ from api_example import Electron ELECTRON = Electron(size="2GB", name="QuantumComputing") \`\`\` + + +### size + +How big the Electron is. + +**Type** + +str + + + +### name + +What the Electron is called. + Create an electron. **Parameters** diff --git a/scripts/lib/api/testdata/qiskit-sphinx-theme/objects.inv b/scripts/lib/api/testdata/qiskit-sphinx-theme/objects.inv index a683a81120e..a6810e492c3 100644 Binary files a/scripts/lib/api/testdata/qiskit-sphinx-theme/objects.inv and b/scripts/lib/api/testdata/qiskit-sphinx-theme/objects.inv differ diff --git a/scripts/lib/api/testdata/qiskit-sphinx-theme/stubs/api_example.Electron.html b/scripts/lib/api/testdata/qiskit-sphinx-theme/stubs/api_example.Electron.html index b258f9239ba..890e733cf33 100644 --- a/scripts/lib/api/testdata/qiskit-sphinx-theme/stubs/api_example.Electron.html +++ b/scripts/lib/api/testdata/qiskit-sphinx-theme/stubs/api_example.Electron.html @@ -10,7 +10,7 @@ - + @@ -291,6 +291,23 @@

Electron ELECTRON = Electron(size="2GB", name="QuantumComputing") +
+
+size#
+

How big the Electron is.

+
+
Type:
+

str

+
+
+
+ +
+
+name#
+

What the Electron is called.

+
+

Create an electron.

Parameters:
@@ -433,6 +450,8 @@

Electron