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
Each section in the tutorial page has its own index page showing up as an icon similar to the tutorials itself which is confusing.
Go to https://qiskit.org/documentation/tutorials.html#quantum-circuits, click the last icon "circuit tutorials".
It will lead to this page https://qiskit.org/documentation/tutorials/circuits/index.html which contain the same tutorials in the section but in its own page.
Remove index page of each section in https://qiskit.org/documentation/tutorials.html
Either remove index.rst in each folders of qiskit-tutorials repo or update the glob rule in tutorials.rst in qiskit meta package
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Informations
What is the current behavior?
Each section in the tutorial page has its own index page showing up as an icon similar to the tutorials itself which is confusing.
Steps to reproduce the problem
Go to https://qiskit.org/documentation/tutorials.html#quantum-circuits, click the last icon "circuit tutorials".
It will lead to this page https://qiskit.org/documentation/tutorials/circuits/index.html which contain the same tutorials in the section but in its own page.
What is the expected behavior?
Remove index page of each section in https://qiskit.org/documentation/tutorials.html
Suggested solutions
Either remove index.rst in each folders of qiskit-tutorials repo or update the glob rule in tutorials.rst in qiskit meta package
The text was updated successfully, but these errors were encountered: