tensorflow / quantum

Hybrid Quantum-Classical Machine Learning in TensorFlow
https://www.tensorflow.org/quantum
Apache License 2.0
1.79k stars 572 forks source link

All GitHub Code links are broken on website #741

Closed lockwo closed 1 year ago

lockwo commented 1 year ago

If you click the "View source on Github" button on any (that I have tested) of the TFQ functions on the website, you get a link that throws a 404 error. E.g. https://www.tensorflow.org/quantum/api_docs/python/tfq/datasets/tfi_chain -> https://github.com/tensorflow/quantum/blob/v0.7.2/tensorflow_quantum/datasets/spin_system.py#L94-L322. Looks like this is because they all point to a v0.7.2 which doesn't seem to be a branch, might be fixable with just changes to 0.6.2 (not sure if the line numbers are the same though).

MichaelBroughton commented 1 year ago

Just published a v0.7.2 release and verified the fix. Sorry for the interruption!