-
-
Notifications
You must be signed in to change notification settings - Fork 25.9k
[WIP] Fix broken/redirection linkcheck #5968
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
Conversation
@@ -1158,7 +1158,7 @@ calculated using a similar form to that of the adjusted Rand index: | |||
* Vinh, Epps, and Bailey, (2009). "Information theoretic measures | |||
for clusterings comparison". Proceedings of the 26th Annual International | |||
Conference on Machine Learning - ICML '09. | |||
`doi:10.1145/1553374.1553511 <http://dx.doi.org/10.1145/1553374.1553511>`_. | |||
`doi:10.1145/1553374.1553511 <https://dl.acm.org/citation.cfm?doid=1553374.1553511>`_. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I don't think this one is needed
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Should the complete reference be removed?
how did you fix all these links? |
Thanks a lot for tackling this!! |
@agramfort Basically I used the output created by make linkcheck in the doc/output/linkcheck folder. After that, I simply used regexp to do the change. For the broken links most of the time, the paper was one google search away. |
@rvraghav93 Thank you very much :) I have trouble seeing how we could automate this. For instance, we have redirection such as blogspot.com => blogspot.fr that are done and inject redirect warnings. A possible hack would be to have a warning counter and raise a warning when it's increasing. |
Sphinx has a link checker IIRC... Someone did post that in one of the issues. I am not able to find that though :/ |
Indeed, I'm using the one from sphinx. 2015-12-07 13:58 GMT+01:00 Raghav R V notifications@github.com:
|
Oh you mean automating the correction of links? ;) |
Even the detection would be nice :) 2015-12-07 14:14 GMT+01:00 Raghav R V notifications@github.com:
|
thanks a lot. I'm indecisive about the http->https but why not. |
did you fix the link to the contributors guide in #5933? that would be kind of important. |
actually not sure sphinx even reports on this.... I think I'll just change it. |
@sieben Why have you closed this? |
Wasn't merged or neither getting attention. Le lun. 8 févr. 2016 à 20:32, Raghav R V notifications@github.com a
|
The scikit learn review process is pretty slow... please dont be discouraged by that. Could you please reopen it. This is pretty useful. |
It's entitled "WIP". I tend not to focus on WIP pull request to review. |
@sieben what is WIP about the PR? I can try to help if you'd like that. |
@sieben if you don't want to reopen the PR, would you be fine with me cherry picking the commit and opening / maintaining a new PR? |
@nelson-liu No problem feel free to cherry pick. :) |
Fix some redirection and broken links. There is several things I need help with :