-
Notifications
You must be signed in to change notification settings - Fork 1.2k
Even more link fixes for 404ing links #5587
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
Conversation
|
Check out this pull request on See visual diffs & provide feedback on Jupyter Notebooks. Powered by ReviewNB |
pavoljuhas
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM with a slight tweak in 7197ea8.
Depends if we want to link to https://quantumai.google/reference/python/cirq_google/transformers or https://quantumai.google/reference/python/cirq/TRANSFORMER. The former doesn't really apply and the latter auto-links. There are no reference docs to the _directory_ of transformers at https://github.com/quantumlib/Cirq/tree/master/cirq-core/cirq/transformers.
`cirq.transformer` or `cirq.transformers` doesn't link to any api reference pages, because they don't exist for the transformers directory. All of the transformers are available at the top level, but the
|
@pavoljuhas Thanks for the review, made some minor additional changes on top of it. PTAL |
pavoljuhas
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM
No description provided.