PennyLaneAI / qml

Introductions to key concepts in quantum programming, as well as tutorials and implementations from cutting-edge quantum computing research.
https://pennylane.ai/qml
Apache License 2.0
548 stars 188 forks source link

[BUG] Inconsistent hyperlinks for the "back" button in (at least) QML demos #525

Closed emgilfuster closed 1 year ago

emgilfuster commented 2 years ago

Inconsistent hyperlinks for the "back" button in (at least) QML demos

The back button at the top left of the demo page has different hyperlinks for different demos in the qml list. image

CatalinaAlbornoz commented 2 years ago

Thanks for opening this issue!

josh146 commented 2 years ago

Thanks @emgilfuster! This is because tutorial_tn_circuits is not listed in the ToC for the demos_qml.rst page:

https://github.com/PennyLaneAI/qml/blame/master/demos_qml.rst#L134-L153

We should probably go through and audit, and ensure that all demos are listed in the table of contents for the correct categories.

KetpuntoG commented 1 year ago

problem solved, demos are now up to date :)