Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Remove algorithms tutorials (backport #10682) #10709

Merged
merged 1 commit into from
Aug 25, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .azure/tutorials-linux.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/docs_deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down
20 changes: 12 additions & 8 deletions docs/tutorials.rst
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,12 @@
Tutorials
=========

.. note::
The Simulators tutorials have moved to
`Qiskit Aer <https://qiskit.org/ecosystem/aer/tutorials/index.html>`_
and the Algorithms tutorials to
`Qiskit Algorithms <https://qiskit.org/ecosystem/algorithms/tutorials/index.html>`_.

Introductory
============

Expand All @@ -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 <https://qisk.it/opflow_migration>`_.
These tutorials will be removed in the future.

.. nbgallery::
:glob:

Expand Down
34 changes: 0 additions & 34 deletions docs/tutorials/algorithms/placeholder.ipynb

This file was deleted.