rapidsai / cuml

cuML - RAPIDS Machine Learning Library
https://docs.rapids.ai/api/cuml/stable/
Apache License 2.0
4.25k stars 534 forks source link

[DOC] Broken links in API documentation #5261

Open lowener opened 1 year ago

lowener commented 1 year ago

The link to the source code in the nightly API documentation is broken. For example in SGD doc: https://docs.rapids.ai/api/cuml/nightly/api.html#cuml.SGD.fit the link for the source is https://github.com/rapids/cuml/python/cuml/solvers/sgd.pyx#L318. The organization is rapidsai not rapids and it is missing the blob/branch-23.04 to redirect to the current branch. This problem doesn't exist in the stable doc.

beckernick commented 3 days ago

@lowener is this issue still relevant?

lowener commented 3 days ago

Yes, I am seeing this issue right now clicking the source link of this function on the doc: https://docs.rapids.ai/api/cuml/nightly/api/#cuml.LinearRegression.fit