Skip to content

Commit

Permalink
Update docs homepage banners (#11003)
Browse files Browse the repository at this point in the history
* update docs migration text

* add learn more text

* Update banner links

* Add missing commas

* update links again

---------

Co-authored-by: Eric Arellano <14852634+Eric-Arellano@users.noreply.github.com>
  • Loading branch information
javabster and Eric-Arellano authored Oct 18, 2023
1 parent b18faa3 commit 976d765
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 7 deletions.
6 changes: 3 additions & 3 deletions docs/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -133,9 +133,9 @@
html_context = {
# Enable segment analytics for qiskit.org/documentation
"analytics_enabled": bool(os.getenv("QISKIT_ENABLE_ANALYTICS", "")),
"theme_announcement": "🎉 Qiskit is getting a new documentation experience on IBM Quantum!",
"announcement_url": "https://docs.quantum-computing.ibm.com/",
"announcement_url_text": "Check it out",
"theme_announcement": "🎉 Starting on December 1, 2023, Qiskit Documentation will only live on IBM Quantum",
"announcement_url": "https://medium.com/qiskit/important-changes-to-qiskit-documentation-and-learning-resources-7f4e346b19ab",
"announcement_url_text": "Learn More",
}
html_static_path = ["_static"]

Expand Down
8 changes: 4 additions & 4 deletions docs/index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -12,10 +12,10 @@ them on real quantum computers or classical simulators. Qiskit is already in use
around the world by beginners, hobbyists, educators, researchers, and commercial companies.

.. qiskit-card::
:header: Qiskit is getting a new documentation experience →
:header: Starting on December 1, 2023, Qiskit Documentation will only live on IBM Quantum. Learn more ->
:card_description: We are reorganizing Qiskit documentation on IBM Quantum to better support your research and development workflows.
:image: _static/images/1xp.png
:link: https://docs.quantum-computing.ibm.com/
:link: https://medium.com/qiskit/important-changes-to-qiskit-documentation-and-learning-resources-7f4e346b19ab

.. qiskit-call-to-action-grid::

Expand Down Expand Up @@ -52,13 +52,13 @@ Main Qiskit-related projects
.. qiskit-call-to-action-item::
:header: Qiskit IBM Runtime
:description: Qiskit Runtime is a cloud base implementation of the Qiskit primitives to effectively execute workloads on IBM Quantum systems.
:button_link: https://qiskit.org/ecosystem/ibm-runtime/
:button_link: https://docs.quantum-computing.ibm.com/api/qiskit-ibm-runtime/runtime_service
:button_text: Qiskit Runtime documentation

.. qiskit-call-to-action-item::
:header: IBM Quantum Provider
:description: A Qiskit provider that allows accessing the IBM Quantum systems and cloud simulators.
:button_link: https://qiskit.org/ecosystem/ibm-runtime/
:button_link: https://docs.quantum-computing.ibm.com/api/qiskit-ibm-provider/ibm_provider
:button_text: Qiskit IBM provider documentation


Expand Down

0 comments on commit 976d765

Please sign in to comment.