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

Make link checker more precise #1937

Merged
merged 1 commit into from
Sep 16, 2024
Merged

Make link checker more precise #1937

merged 1 commit into from
Sep 16, 2024

Conversation

Eric-Arellano
Copy link
Collaborator

@Eric-Arellano Eric-Arellano commented Sep 12, 2024

Closes #495.

We are checking every Runtime and qiskit-ibm-transpiler version, plus Qiskit 0.46+. This PR makes it more explicit and precise which links we have to ignore to get that green. That reduces the risk of false positives.

This PR also now has the external link checker check every single Qiskit version, whereas before it skipped historical links. It's important we don't have 404s, even for old docs. Note that the external link checker doesn't check GitHub source code links, which makes this change much less expensive.

The remaining issues are tracked by #1938.

@Eric-Arellano Eric-Arellano changed the title [wip] Make link checker more precise Make link checker more precise Sep 13, 2024
@Eric-Arellano Eric-Arellano marked this pull request as ready for review September 13, 2024 13:50
@Eric-Arellano Eric-Arellano added this pull request to the merge queue Sep 16, 2024
Merged via the queue into main with commit f49316e Sep 16, 2024
3 checks passed
@Eric-Arellano Eric-Arellano deleted the EA/more-api-links branch September 16, 2024 12:11
frankharkins pushed a commit that referenced this pull request Sep 18, 2024
Closes #495. 

We are checking every Runtime and qiskit-ibm-transpiler version, plus
Qiskit 0.46+. This PR makes it more explicit and precise which links we
have to ignore to get that green. That reduces the risk of false
positives.

This PR also now has the external link checker check every single Qiskit
version, whereas before it skipped historical links. It's important we
don't have 404s, even for old docs. Note that the external link checker
doesn't check GitHub source code links, which makes this change much
less expensive.

The remaining issues are tracked by
#1938.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
Status: Done
Development

Successfully merging this pull request may close these issues.

Check links for API docs (Qiskit 0.46+)
2 participants