-
-
Notifications
You must be signed in to change notification settings - Fork 25.9k
MNT make linkcheck run without errors #23775
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
Changes from all commits
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -598,15 +598,19 @@ def setup(app): | |
# links falsely flagged as broken | ||
"https://www.researchgate.net/publication/" | ||
"233096619_A_Dendrite_Method_for_Cluster_Analysis", | ||
"https://www.researchgate.net/publication/" | ||
"221114584_Random_Fourier_Approximations_" | ||
"https://www.researchgate.net/publication/221114584_Random_Fourier_Approximations_" | ||
"for_Skewed_Multiplicative_Histogram_Kernels", | ||
"https://www.researchgate.net/publication/4974606_" | ||
"Hedonic_housing_prices_and_the_demand_for_clean_air", | ||
"https://www.researchgate.net/profile/Anh-Huy-Phan/publication/220241471_Fast_" | ||
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. I grouped the researchgate links together here |
||
"Local_Algorithms_for_Large_Scale_Nonnegative_Matrix_and_Tensor_Factorizations", | ||
"https://doi.org/10.13140/RG.2.2.35280.02565", | ||
"https://www.microsoft.com/en-us/research/uploads/prod/2006/01/" | ||
"Bishop-Pattern-Recognition-and-Machine-Learning-2006.pdf", | ||
"https://www.researchgate.net/publication/4974606_" | ||
"Hedonic_housing_prices_and_the_demand_for_clean_air", | ||
"https://www.microsoft.com/en-us/research/wp-content/uploads/2016/02/tr-99-87.pdf", | ||
"https://microsoft.com/", | ||
"https://www.jstor.org/stable/2984099", | ||
"https://stat.uw.edu/sites/default/files/files/reports/2000/tr371.pdf", | ||
# Broken links from testimonials | ||
"http://www.bestofmedia.com", | ||
"http://www.data-publica.com/", | ||
|
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -589,11 +589,11 @@ class SpectralClustering(ClusterMixin, BaseEstimator): | |
Stella X. Yu, Jianbo Shi | ||
<https://www1.icsi.berkeley.edu/~stellayu/publication/doc/2003kwayICCV.pdf>`_ | ||
|
||
.. [4] `Toward the Optimal Preconditioned Eigensolver: | ||
Locally Optimal Block Preconditioned Conjugate Gradient Method, 2001. | ||
.. [4] :doi:`Toward the Optimal Preconditioned Eigensolver: | ||
Locally Optimal Block Preconditioned Conjugate Gradient Method, 2001 | ||
A. V. Knyazev | ||
SIAM Journal on Scientific Computing 23, no. 2, pp. 517-541. | ||
<https://epubs.siam.org/doi/pdf/10.1137/S1064827500366124>`_ | ||
<10.1137/S1064827500366124>` | ||
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. I used the DOI for consistency with the links to the same article in this file. Also IIRC There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. Actually this DOI link does not lead to a downloadable PDF for me. There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. The PDF link above those not directly link to the PDF. It redirects to an HTML page from which it's possible to download the PDF by clicking in a browser (probably with javascript enabled). Maybe we should link to the HTML page then: https://www.researchgate.net/publication/2434555_Toward_The_Optimal_Preconditioned_Eigensolver_Locally_Optimal_Block_Preconditioned_Conjugate_Gradient_Method There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. Actually, the following link directly leads to the PDF: There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. I suggest we have the DOI vs publically accessible PDF separately. This PR's goal is to get Also this particular link (through the DOI) in used in multiple places:
|
||
|
||
.. [5] :doi:`Simple, direct, and efficient multi-way spectral clustering, 2019 | ||
Anil Damle, Victor Minden, Lexing Ying | ||
|
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.
This is sad... I sent an email to the contact address to let them know that the TLS certificate has expired (in August 2020).
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 had the same feeling ;)