Skip to content
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

Merged
merged 34 commits into from
Jan 9, 2025
Merged

Add alt text to images #13555

merged 34 commits into from
Jan 9, 2025

Conversation

beckykd
Copy link
Collaborator

@beckykd beckykd commented Dec 11, 2024

We need to add alt text to images for accessibility.

@CLAassistant
Copy link

CLAassistant commented Dec 11, 2024

CLA assistant check
All committers have signed the CLA.

@coveralls
Copy link

coveralls commented Dec 11, 2024

Pull Request Test Coverage Report for Build 12679997871

Details

  • 0 of 0 changed or added relevant lines in 0 files are covered.
  • 3 unchanged lines in 2 files lost coverage.
  • Overall coverage increased (+0.004%) to 88.945%

Files with Coverage Reduction New Missed Lines %
crates/qasm2/src/expr.rs 1 94.02%
crates/qasm2/src/lex.rs 2 92.98%
Totals Coverage Status
Change from base Build 12677480117: 0.004%
Covered Lines: 79447
Relevant Lines: 89321

💛 - Coveralls

@beckykd beckykd marked this pull request as ready for review December 18, 2024 19:03
@qiskit-bot
Copy link
Collaborator

One or more of the following people are relevant to this code:

  • @enavarro51
  • @Cryoris
  • @Qiskit/terra-core
  • @ajavadia
  • @levbishop
  • @nkanazawa1989
  • @t-imamichi

Eric-Arellano
Eric-Arellano previously approved these changes Dec 18, 2024
qiskit/circuit/library/fourier_checking.py Outdated Show resolved Hide resolved
qiskit/circuit/library/fourier_checking.py Outdated Show resolved Hide resolved
qiskit/pulse/instruction_schedule_map.py Outdated Show resolved Hide resolved
Copy link
Contributor

@ElePT ElePT left a 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/qasm3/__init__.py Outdated Show resolved Hide resolved
qiskit/transpiler/__init__.py Show resolved Hide resolved
qiskit/transpiler/__init__.py Outdated Show resolved Hide resolved
qiskit/transpiler/__init__.py Outdated Show resolved Hide resolved
qiskit/transpiler/__init__.py Outdated Show resolved Hide resolved
qiskit/transpiler/layout.py Outdated Show resolved Hide resolved
qiskit/transpiler/layout.py Outdated Show resolved Hide resolved
qiskit/transpiler/layout.py Outdated Show resolved Hide resolved
Copy link
Contributor

@ElePT ElePT left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM

@ElePT ElePT added the stable backport potential The bug might be minimal and/or import enough to be port to stable label Jan 9, 2025
@ElePT ElePT added this pull request to the merge queue Jan 9, 2025
@ElePT ElePT added Changelog: None Do not include in changelog documentation Something is not clear or an error documentation labels Jan 9, 2025
Merged via the queue into Qiskit:main with commit b872e88 Jan 9, 2025
20 checks passed
mergify bot pushed a commit that referenced this pull request Jan 9, 2025
* 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
github-merge-queue bot pushed a commit that referenced this pull request Jan 10, 2025
* 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]>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Changelog: None Do not include in changelog documentation Something is not clear or an error documentation stable backport potential The bug might be minimal and/or import enough to be port to stable
Projects
None yet
Development

Successfully merging this pull request may close these issues.

6 participants