diff --git a/.azure/tutorials-linux.yml b/.azure/tutorials-linux.yml index de84d3fa8f48..279ca89175e4 100644 --- a/.azure/tutorials-linux.yml +++ b/.azure/tutorials-linux.yml @@ -20,7 +20,7 @@ jobs: displayName: 'Install dependencies' # Sync with '.github/workflows/docs_deploy.yml' - - bash: tools/prepare_tutorials.bash algorithms circuits circuits_advanced operators + - bash: tools/prepare_tutorials.bash circuits circuits_advanced operators displayName: 'Download current tutorials' - bash: tox -e tutorials diff --git a/.github/workflows/docs_deploy.yml b/.github/workflows/docs_deploy.yml index 835ddf93d975..308f9a09e244 100644 --- a/.github/workflows/docs_deploy.yml +++ b/.github/workflows/docs_deploy.yml @@ -55,7 +55,7 @@ jobs: # Sync with '.azure/tutorials-linux.yml'. - name: Download current tutorials - run: tools/prepare_tutorials.bash algorithms circuits circuits_advanced operators + run: tools/prepare_tutorials.bash circuits circuits_advanced operators shell: bash # This is just to have tox create the environment, so we can use it to execute the tutorials. diff --git a/docs/tutorials.rst b/docs/tutorials.rst index 435645ec6905..8ba7a73df89d 100644 --- a/docs/tutorials.rst +++ b/docs/tutorials.rst @@ -4,6 +4,12 @@ Tutorials ========= +.. note:: + The Simulators tutorials have moved to + `Qiskit Aer `_ + and the Algorithms tutorials to + `Qiskit Algorithms `_. + Introductory ============ @@ -29,17 +35,15 @@ Advanced circuits tutorials/circuits_advanced/* -Algorithms -========== - -.. nbgallery:: - :glob: - - tutorials/algorithms/* - Operators ========= +.. deprecated:: 0.24.0 + The operators tutorials rely on the ``opflow`` module, which has been deprecated since + Qiskit 0.43 (aka Qiskit Terra 0.24). Refer to the + `Opflow migration guide `_. + These tutorials will be removed in the future. + .. nbgallery:: :glob: diff --git a/docs/tutorials/algorithms/placeholder.ipynb b/docs/tutorials/algorithms/placeholder.ipynb deleted file mode 100644 index 6f1c1caae820..000000000000 --- a/docs/tutorials/algorithms/placeholder.ipynb +++ /dev/null @@ -1,34 +0,0 @@ -{ - "cells": [ - { - "cell_type": "markdown", - "metadata": {}, - "source": [ - "# Placeholder", - "\n", - "This is only here to test the infrastructure for tutorials. It will be removed with our actual tutorials from qiskit-tutorials once finishing the metapackage migration." - ] - } - ], - "metadata": { - "kernelspec": { - "display_name": "Python 3", - "language": "python", - "name": "python3" - }, - "language_info": { - "codemirror_mode": { - "name": "ipython", - "version": 3 - }, - "file_extension": ".py", - "mimetype": "text/x-python", - "name": "python", - "nbconvert_exporter": "python", - "pygments_lexer": "ipython3", - "version": "3.9.16" - } - }, - "nbformat": 4, - "nbformat_minor": 4 -}