-
-
Notifications
You must be signed in to change notification settings - Fork 846
Fix broken links in the Devguide #681
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
Comments
I think it would be great if |
Hi, i would like to fix the broken links. Please assign me this issue |
We don't assign issues to non core developers. You can just start creating the PR and we go from there. |
There are total 11 broken links. I have fixed 6 of 'em. But there are some links i would like to ask about. this and this link point to same website and this website just shows a white screen This metadata is not available as mentioned in issue This link doesn't work because the repo is either made private or deleted This website shows a 522 error I would like to know how should they be resolved. |
Looks like gmane.org moved to https://gmane.io/
Yes the python/voters repo is a private repo that is available for Python core devs only. So it looks like we will have to allow that the linkcheck to be broken :( Is there a way to tell sphinx linkcheck to ignore this specific url?
Hmm yes, I also don't know what the correct URL is. It has been discussed previously in Does anyone know where is the the Issue tracker for the tracker is? I thought that it's now being tracked at github.com/python/bugs.python.org, but this is the issue tracker for our own instance of it. It sounds like there is another issue tracker just for Roundup. But I don't know where that is.
Those are Phillip Guo's websites. Seems like it's not active anymore. I'm not sure if they have another website now. I understand that there are still broken links, however, if you can just start opening the pull request with the fixes that you've made, I think it would bring us to a better place already. We can continue fixing the broken links later. |
There is a way to tell linkcheck to ignore urls. The documentation is here: Perhaps we need to add the python/voters url to it. |
|
Yes it looks like it. |
I am new to open source . Can you guide me through the journey ? |
@pratyaksh1610 If you're looking for guidance on how to find and fix your first issue, you can check out this resource: https://realpython.com/start-contributing-python/ |
As far as I see, this issue is resolved. @Mariatta can you please close this or update with what is needed? Thanks! |
@Noel-Voelin there are still broken URLs in the linkcheck stage, and we need to get them fixed. The output is here: https://github.com/python/devguide/pull/727/checks?check_run_id=3079759235 Some of the urls are not broken but rather restricted/hidden. You may need to adjust the config/settings such that linkcheck will ignore those urls. This doc describes how to set the options: https://www.sphinx-doc.org/en/master/usage/configuration.html?highlight=linkcheck#options-for-the-linkcheck-builder Hope this helps. |
Hi @Mariatta I can't see the output anymore:
Do you mind to re-run/paste/summarize the output? Thank you. |
https://t.me/pybr_i18n is a link to a Telegram channel. If you have Telegram installed on your phone, it opens the channel in the app. Tested just now on Android and it works. |
Thanks. |
There also appears to be a broken link within both steps 5 and 7 here. |
https://github.com/python/voters/ is a private repo so only those with access can see it. I've created #793 to try and make it more obvious the repo is locked/private. |
Some more broken links (copy the text then ctrl+f in the page) that I'm not too sure what to do: described in the buildbot documentation |
Here's an archived version or perhaps you can find something relevant at https://docs.buildbot.net/current/ ?
Yeah, for these, I recommend fixing the
There's an archive but "Discussions about the bug tracker itself", referring to bpo, is irrelevant so I think this can be removed.
I think this can be removed, but @Mariatta can confirm as it referred to her office hour in Zulip.
Hi @brettcannon, this used to link to https://stackoverflow.com/cv/DrBrettCannon but it's 404. Would you like another link here, or have it removed? |
@hugovk the link can just go. But I honestly don't know if that page is even worth keeping since not many people have filled it out and I know some of it is outdated (e.g. @kushaldas has changed employers). |
Thanks for the links, Couldn't find a page exactly relevant to buildbot so I used the archieve, and I've updated the PR with all but the Zulip. If Zulip's no longer used, then should the entire section on it be removed? And as an aside, if it does get removed, it feels that the help page gets a bit bare and a good chunk of content overlaps with the communications page, so maybe some merging can be considered as well? |
I've never used Zulip, and I understand it's little used. People will have more luck getting help on the other channels so I'd say it makes sense removing the Zulop section. The aside: There's still quite a bit of stuff on the help page. To me the help page, "Where to Get Help", and the communications page, "Following Python’s Development", serve quite different purposes. |
I merged actions/toolkit#831. devguide/.github/workflows/ci.yml Lines 24 to 26 in ad524ba
In https://github.com/python/devguide/runs/6050460764?check_suite_focus=true everything looks green, but the "Link check" step failed with
I understand that the step is allowed to fail (because of the I was also exploring other ways to report the failure: In the meanwhile I created actions/toolkit#840, and also found actions/toolkit#727 that is related to the |
Wondering if I should create a PR to update properly!! |
@kushaldas Sure! @ezio-melotti I saw your comment at #727 (comment) and replied to it there: #727 (comment) |
Co-authored-by: C.A.M. Gerlach <[email protected]> closes #681
Co-authored-by: C.A.M. Gerlach <[email protected]> closes python/devguide#681
Looks like the
Link check
step in the CI is broken. It has always been allowed to fail for a long time.Would be great to fix them all.
Please see the output here:
https://github.com/python/devguide/runs/2463428458?check_suite_focus=true
While looking at the output, I noticed that pypy.org is listed as broken. I think that's the correct url though. I've filed the issue here:pypy/pypy.org#23
Update: the url seems to work now.
But it would be good to look through the rest and update the urls accordingly.
The text was updated successfully, but these errors were encountered: