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

Fix broken links (#152) #202

Merged

Conversation

pratyakshajha
Copy link
Contributor

Fix broken links listed in issue #152. I used pytest-check-links to automatically find broken links and fixed them as well.

This is a draft PR, I will need some advice on automatically checking for any broken links. Should there be a step on the CI to fail if there are any failing links? It can be configured to ignore links by patterns.
To test this:

  • pip install pytest-check-links
  • pytest --check-links --check-links-ignore ".*/proxy/8787.*" --links-ext "ipynb"

@review-notebook-app
Copy link

Check out this pull request on  ReviewNB

See visual diffs & provide feedback on Jupyter Notebooks.


Powered by ReviewNB

@jacobtomlinson jacobtomlinson marked this pull request as ready for review October 21, 2021 08:43
Copy link
Member

@jacobtomlinson jacobtomlinson left a comment

Choose a reason for hiding this comment

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

These all look like good changes to me. Thanks @pratyakshajha.

@jacobtomlinson jacobtomlinson merged commit 0da4595 into dask:main Oct 21, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants