-
-
Notifications
You must be signed in to change notification settings - Fork 5.5k
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
Source button of SparseArrays docstrings redirects to a 404 page not found. #52891
Comments
More generally, that's the case for all docstrings of the SparseArrays.jl stdlib: https://docs.julialang.org/en/v1.10.0/stdlib/SparseArrays/ because that's maintained in a different repository: https://github.com/JuliaSparse/SparseArrays.jl |
In that case, I am thinking of fixing it by adding hard links to the corresponding JuliaSparse Repo code, but I am not sure if it is the best solution. Is there a better way to solve this? |
Maybe just add a line of regular expression to replace the URL here. Lines 386 to 410 in 4d670fb
|
@LilithHafner I don't think this was fixed by #51375, I don't see any changes about SparseArrays.jl there and links in https://docs.julialang.org/en/v1.11-dev/stdlib/SparseArrays/ look still wrong to me. Last commit on https://github.com/JuliaLang/docs.julialang.org/tree/gh-pages is based on b4f7263, which is after the merge of your PR, so it should include your fix, if it did something for SparseArrays.jl |
In that case, I plan to solve the issue using suggestions from @inkydragon. |
I agree that this is not fixed by #51375. My mistake. However, it is still definitely a special case of #50035 (duplicate). It should be hopefully fixed by JuliaSparse/SparseArrays.jl#442. |
dups #50035 |
https://docs.julialang.org/en/v1/stdlib/LinearAlgebra/#LinearAlgebra.qr
Under Linear Algebra.qr Examples, there is a source button and it redirects to a 404 page not found.
The text was updated successfully, but these errors were encountered: