qiskit-community / qiskit-metal

Quantum Hardware Design. Open-source project for engineers and scientists to design superconducting quantum devices with ease.
https://qiskit-community.github.io/qiskit-metal/
Apache License 2.0
276 stars 205 forks source link

Documentation Broken #821

Closed Yuu6883 closed 2 years ago

Yuu6883 commented 2 years ago

Information

What is the current behavior?

The website is broken: https://qiskit.org/documentation/metal/circuit-examples/index.html# (or any link in the same directory)

Steps to reproduce the problem

https://qiskit.org/documentation/metal/circuit-examples/index.html#

What is the expected behavior?

Site working

Suggested solutions

commit fb9a39 probably broke the site generator

priti-ashvin-shah-ibm commented 2 years ago

Thanks for the heads up. We will work on it. As a workaround you can get access to ALL tutorial notebooks at: https://github.com/Qiskit/qiskit-metal/tree/main/tutorials

The difference between these document and what is in docs is that within docs, the notebooks show the output.

priti-ashvin-shah-ibm commented 2 years ago

This directory which has the executed notebooks are at:

https://github.com/Qiskit/qiskit-metal/tree/main/docs/tut

priti-ashvin-shah-ibm commented 2 years ago

HI @Yuu6883 , Thank you for your help. A merge happened just recently. I think you should be able to see the documentation now.

Yuu6883 commented 2 years ago

Thanks for the fix, it works fine now.