Missing docstring source links
They've disappeared somehow in Documenter's deployed dev/ build..
#807
Seems to be back. Would be good to understand why this sometimes happens though.
any updates on this issue? it seems we got this report as well. https://github.com/QuantumBFS/Yao.jl/issues/198
any news about about this issue? All packages in https://github.com/JuliaSmoothOptimizers have this problem.
All packages in https://github.com/JuliaSmoothOptimizers have this problem.
Probably because they use Pkg.add instead of the recommended Pkg.develop, e.g. https://github.com/JuliaSmoothOptimizers/Krylov.jl/blob/584da46bbd202c67ae3649dc5b0b3e4978e5e71c/.travis.yml#L26
Thanks @fredrikekre, it worked ! We've been looking for a solution for a long time.
Is there anything actionable here, or can this be closed?
Perhaps adding a "Troubleshooting" or "Common problems", or simply a "Best practices" section which discusses this problem and its caused & fix?