-
-
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
Conversation
doc/modules/decomposition.rst
Outdated
@@ -956,7 +956,7 @@ is not readily available from the start, or when the data does not fit into memo | |||
|
|||
.. [4] `"SVD based initialization: A head start for nonnegative | |||
matrix factorization" | |||
<https://www.cb.uu.se/~milan/histo/before2011august/Boutsidis.pdf>`_ | |||
<http://www.boutsidis.org/Boutsidis_PRE_08.pdf>`_ |
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 changed this link to use one of the author personal page
"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 comment
The reason will be displayed to describe this comment to others. Learn more.
I grouped the researchgate links together here
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 comment
The 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 make linkcheck
flag the epubs.siam.org link as broken
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.
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 comment
The 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 comment
The 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 comment
The 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 make linkcheck
to run without errors.
Also this particular link (through the DOI) in used in multiple places:
❯ git grep 10.1137/S1064827500366124
sklearn/cluster/_spectral.py: <10.1137/S1064827500366124>`
sklearn/cluster/_spectral.py: <10.1137/S1064827500366124>`
sklearn/externals/_lobpcg.py: pp. 517-541. :doi:`10.1137/S1064827500366124`
sklearn/externals/_lobpcg.py: pp. 517-541. :doi:`10.1137/S1064827500366124`
sklearn/manifold/_spectral_embedding.py: <10.1137/S1064827500366124>`
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.
There are two http links that seem to work in https (in Firefox).
Otherwise, LGTM.
@@ -423,7 +423,7 @@ time of Joris van den Bossche (2017-2018). | |||
.. image:: images/cds-logo.png | |||
:width: 100pt | |||
:align: center | |||
:target: https://www.datascience-paris-saclay.fr/ | |||
:target: http://www.datascience-paris-saclay.fr/ |
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 ;)
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.
LGTM apart of the 2 changes proposed by @ogrisel
Co-authored-by: Olivier Grisel <[email protected]>
Thanks @lesteve |
Co-authored-by: Olivier Grisel <[email protected]>
Co-authored-by: Olivier Grisel <[email protected]>
Co-authored-by: Olivier Grisel <[email protected]>
Follow-up of #23631.
With these changes
make linkcheck
runs without any error.The remaining issues were:
lincheck_ignore
sincemake linkcheck
flags them as broken but they work fine in a browser