This repository was archived by the owner on Aug 21, 2023. It is now read-only.
Fixes Broken links#1488
Merged
Eric-Arellano merged 5 commits intoQiskit:masterfrom Jul 26, 2023
Merged
Conversation
|
Check out this pull request on See visual diffs & provide feedback on Jupyter Notebooks. Powered by ReviewNB |
frankharkins
suggested changes
Jul 7, 2023
Member
frankharkins
left a comment
There was a problem hiding this comment.
Thanks! Can you reset the unintentional changes in 01_IQPE.ipynb please?
Contributor
Author
|
I changed two files in this PR, but as the second file is not needed by maintainers, so they deleted it. I somehow resolved the conflict and now it looks fine. As the file is deleted from main repo so there is no point in improving it so I removed my commit too. |
Eric-Arellano
approved these changes
Jul 26, 2023
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
I have coded a script which (when directory is specified) checks for the broken links in the Jupyter notebooks and tells its exact place and the error it shows.
Details and comments
This code is part of QAMP Project Issues in Qiskit Tutorials #37
which can read many files at once and can find broken links with their exact position and error code it is showing.
I ran this above code throughout the repo and checked each and every Jupyter notebook files, based on the output I have fixed many links. This PR is just the Last PR of the of project, which fixes the remaining broken links. All the other broken links are already fixed in the past PRs which are made throughout this project. #1445 #1446 #1467 #1483 #1484.
This project also fixes #1402