Skip to content

Commit

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

* Handle having no notebooks

* Remove 'Next steps' from index.rst

---------

Co-authored-by: Kevin Tian <kevin.tian@ibm.com>
  • Loading branch information
frankharkins and kt474 committed Apr 15, 2024
1 parent e460157 commit 0d77bbe
Show file tree
Hide file tree
Showing 41 changed files with 8 additions and 7,733 deletions.
4 changes: 2 additions & 2 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ mypy:
mypy --module qiskit_ibm_runtime --package test

style:
black --check qiskit_ibm_runtime setup.py test docs/tutorials
black --check qiskit_ibm_runtime setup.py test

unit-test:
python -m unittest discover --verbose --top-level-directory . --start-directory test/unit
Expand All @@ -40,4 +40,4 @@ unit-test-coverage:
coverage lcov

black:
black qiskit_ibm_runtime setup.py test docs/tutorials
black qiskit_ibm_runtime setup.py test
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -359,4 +359,4 @@ use the `Qiskit` tag in [Stack Exchange].
[many people]: https://github.com/Qiskit/qiskit-ibm-runtime/graphs/contributors
[BibTeX file]: https://github.com/Qiskit/qiskit/blob/master/Qiskit.bib
[Apache License 2.0]: https://github.com/Qiskit/qiskit-ibm-runtime/blob/main/LICENSE.txt
[tutorials]: https://github.com/Qiskit/qiskit-ibm-runtime/tree/main/docs/tutorials
[tutorials]: https://learning.quantum.ibm.com/catalog/tutorials
30 changes: 0 additions & 30 deletions docs/index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -6,36 +6,6 @@ Qiskit Runtime docs live at docs.quantum.ibm.com and come from https://github.co
This site is only used to generate our API docs, which then get migrated to
https://github.com/Qiskit/documentation.

The tutorials are also pulled into learning.quantum.ibm.com.

Next steps
=================================

`Tutorials <tutorials.html>`_

.. toctree::
:maxdepth: 1
:hidden:
:caption: Get started

Overview <self>

.. toctree::
:maxdepth: 1
:hidden:
:caption: Tutorials

Get started with Estimator <tutorials/how-to-getting-started-with-estimator>
Get started with Sampler <tutorials/how-to-getting-started-with-sampler>
Get started with error suppression and error mitigation <tutorials/Error-Suppression-and-Error-Mitigation>
CHSH with Estimator <tutorials/chsh_inequality/chsh_with_estimator>
VQE with Estimator <tutorials/variational_quantum_eigensolver/vqe_with_estimator>
Grover with Sampler <tutorials/grovers_algorithm/grover_with_sampler>
QAOA with Primitives <tutorials/quantum_approximate_optimization_algorithm/qaoa_with_primitives>
Submit user-transpiled circuits using primitives <tutorials/submitting_transpiled_circuits/user-transpiled-circuits>
All tutorials <tutorials>


.. toctree::
:maxdepth: 1
:hidden:
Expand Down
31 changes: 0 additions & 31 deletions docs/tutorials.rst

This file was deleted.

1,997 changes: 0 additions & 1,997 deletions docs/tutorials/Error-Suppression-and-Error-Mitigation.ipynb

This file was deleted.

514 changes: 0 additions & 514 deletions docs/tutorials/chsh_inequality/chsh_with_estimator.ipynb

This file was deleted.

441 changes: 0 additions & 441 deletions docs/tutorials/grovers_algorithm/grover_with_sampler.ipynb

This file was deleted.

0 comments on commit 0d77bbe

Please sign in to comment.