-
Notifications
You must be signed in to change notification settings - Fork 2.4k
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
Add alt text to images #13555
Add alt text to images #13555
Conversation
Pull Request Test Coverage Report for Build 12679997871Details
💛 - Coveralls |
…erra into BD-add-alt-text
One or more of the following people are relevant to this code:
|
Co-authored-by: Eric Arellano <[email protected]>
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.
Thanks for this PR! I think it's a good start, but I wonder if we would like to eventually make it a bit more informative, because the descriptions are still very generic. I suggested a few minor changes on some descriptions (circuit diagram output instead of output), but overall LGTM. Reviewing this PR also gave me the chance to catch a few documentation bugs (#13635)!
qiskit/synthesis/arithmetic/multipliers/hrs_cumulative_multiplier.py
Outdated
Show resolved
Hide resolved
Co-authored-by: Elena Peña Tapia <[email protected]>
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
* Add alt text to images * Update operation.py * Update parameter.py * Update quantumcircuit.py * try breaking line * Update __init__.py * Update fourier_checking.py * Update graph_state.py * Update grover_operator.py * add more alt text and some missing directives * add nofigs for missing figures * Add more alt text * next set * need different text when there's no code * fix text when no code * more alt text * remove brackets * More alt text and some fixes * Adding more text * more alt text * missing file name * missing blank line * extra blank line * update allowlist * fix spacing * add more alt text * Apply suggestions from code review Co-authored-by: Eric Arellano <[email protected]> * Apply suggestions from code review Co-authored-by: Elena Peña Tapia <[email protected]> --------- Co-authored-by: Eric Arellano <[email protected]> Co-authored-by: Elena Peña Tapia <[email protected]> (cherry picked from commit b872e88) # Conflicts: # qiskit/transpiler/__init__.py # tools/verify_images.py
* Add alt text to images (#13555) * Add alt text to images * Update operation.py * Update parameter.py * Update quantumcircuit.py * try breaking line * Update __init__.py * Update fourier_checking.py * Update graph_state.py * Update grover_operator.py * add more alt text and some missing directives * add nofigs for missing figures * Add more alt text * next set * need different text when there's no code * fix text when no code * more alt text * remove brackets * More alt text and some fixes * Adding more text * more alt text * missing file name * missing blank line * extra blank line * update allowlist * fix spacing * add more alt text * Apply suggestions from code review Co-authored-by: Eric Arellano <[email protected]> * Apply suggestions from code review Co-authored-by: Elena Peña Tapia <[email protected]> --------- Co-authored-by: Eric Arellano <[email protected]> Co-authored-by: Elena Peña Tapia <[email protected]> (cherry picked from commit b872e88) # Conflicts: # qiskit/transpiler/__init__.py # tools/verify_images.py * Update qiskit/transpiler/__init__.py --------- Co-authored-by: Rebecca Dimock <[email protected]> Co-authored-by: Elena Peña Tapia <[email protected]>
We need to add alt text to images for accessibility.