Skip to content

Commit

Permalink
Remove algorithms tutorials (#10682)
Browse files Browse the repository at this point in the history
* Remove algorithms tutorials

* Also update github

* Add guidance on tutorials index page

* Bad version equivalency
  • Loading branch information
Eric-Arellano committed Aug 25, 2023
1 parent 6f50483 commit 021b0ff
Show file tree
Hide file tree
Showing 4 changed files with 14 additions and 44 deletions.
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.

0 comments on commit 021b0ff

Please sign in to comment.