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

Update tutorials and add migration guide #448

Merged
merged 8 commits into from
Dec 7, 2022
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: 2 additions & 0 deletions .pylintdict
Original file line number Diff line number Diff line change
Expand Up @@ -81,6 +81,7 @@ hamiltonian
hamiltonians
hastings
hoyer
ibm
ide
imode
init
Expand Down Expand Up @@ -128,6 +129,7 @@ num
numpy
numpyminimumeigensolver
october
opflow
optimality
optimizationresult
optimizationresultstatus
Expand Down
3 changes: 3 additions & 0 deletions docs/index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -27,13 +27,16 @@ Next Steps

`Getting started <getting_started.html>`_

`Migration Guide <migration/index.html>`_

`Tutorials <tutorials/index.html>`_

.. toctree::
:hidden:

Overview <self>
Getting Started <getting_started>
Migration Guide <migration/index>
Tutorials <tutorials/index>
API Reference <apidocs/qiskit_optimization>
Release Notes <release_notes>
Expand Down
Loading