Skip to content

Commit 91f7945

Browse files
Merge branch 'improvedocs-issue1469' of github.com:shraddha-aangiras/qiskit-documentation into improvedocs-issue1469
2 parents c370ad1 + 791d935 commit 91f7945

21 files changed

+246
-427
lines changed

.github/actions/set-up-ibm-cloud/action.yml

Lines changed: 0 additions & 70 deletions
This file was deleted.

.github/workflows/deploy-code-engine.yml

Lines changed: 0 additions & 91 deletions
This file was deleted.

.github/workflows/preview-docs-teardown.yml

Lines changed: 0 additions & 50 deletions
This file was deleted.

.github/workflows/preview-docs.yml

Lines changed: 0 additions & 38 deletions
This file was deleted.

.github/workflows/staging.yml

Lines changed: 0 additions & 33 deletions
This file was deleted.

Dockerfile

Lines changed: 0 additions & 40 deletions
This file was deleted.

README.md

Lines changed: 0 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -89,18 +89,6 @@ API docs authors can preview their changes to one of the APIs by using the `-a`
8989
1. Run `npm run gen-api -- -p <pkg-name> -v <version> -a <path/to/docs/_build/html>`.
9090
2. Execute `./start` and open up `http://localhost:3000`, as explained in the prior section.
9191

92-
## Preview the docs in PRs
93-
94-
Contributors with write access to this repository can use live previews of the docs: GitHub will deploy a website using your changes.
95-
96-
To use live previews, push your branch to `upstream` rather than your fork. GitHub will leave a comment with the link to the site. Please prefix your branch name with your initials, e.g. `EA/fix-build-typo`, for good Git hygiene.
97-
98-
## Staging
99-
100-
We also re-deploy the docs every time we merge into `main` at the site https://qiskit-docs-preview-staging.1799mxdls7qz.us-south.codeengine.appdomain.cloud.
101-
102-
This staging environment can be useful to see how the docs are rendering before we push it live to production.
103-
10492
## Execute notebooks
10593

10694
Before submitting a new notebook or code changes to a notebook, you must run

docs/run/processor-types.mdx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ Quantum volume: 128
3939

4040
At 127 qubits, the Eagle processor family incorporates more scalable packaging technologies than previous generations. In particular, signals pass through multiple chip layers so as to allow for high-density I/O without sacrificing performance.
4141

42-
See [this blog post](https://research.ibm.com/blog/127-qubit-quantum-processor-eagle) for more about the Eagle processor family.
42+
See [IBM Quantum breaks the 100‑qubit processor barrier](https://www.ibm.com/quantum/blog/127-qubit-quantum-processor-eagle) for more about the Eagle processor family.
4343

4444
* [View available Eagle systems](https://quantum.ibm.com/services/resources?tab=systems&type=Eagle)
4545

@@ -80,7 +80,7 @@ Egret brings the innovations of tunable couplers onto a 33-qubit platform, resul
8080
* [View available Egret systems](https://quantum.ibm.com/services/resources?tab=systems&type=Egret)
8181

8282
<Admonition type="info" title="Revisions">
83-
`r1` (December 2022) The first realization of the Egret processor has demonstrated the highest Quantum Volume among IBM Quantum&trade; systems and a substantial improvement in two-qubit gate error rates ([https://research.ibm.com/blog/quantum-volume-256](https://research.ibm.com/blog/quantum-volume-256)). This new quantum processor boasts a substantial speedup and fidelity improvement (many gates approaching 99.9%) in two-qubit gates while reducing spectator errors.
83+
`r1` (December 2022) The first realization of the Egret processor has demonstrated the highest Quantum Volume among IBM Quantum&trade; systems and a substantial improvement in two-qubit gate error rates (see [Pushing quantum performance forward with our highest Quantum Volume yet](https://www.ibm.com/quantum/blog/quantum-volume-256)). This new quantum processor boasts a substantial speedup and fidelity improvement (many gates approaching 99.9%) in two-qubit gates while reducing spectator errors.
8484
</Admonition>
8585

8686
## Falcon

docs/start/_toc.json

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,10 @@
2323
"title": "Hello world",
2424
"url": "/start/hello-world"
2525
},
26+
{
27+
"title": "Latest updates",
28+
"url": "/start/latest-updates"
29+
},
2630
{
2731
"title": "Advanced setup",
2832
"children": [

0 commit comments

Comments
 (0)