Open lowener opened 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.
blob/branch-23.04
@lowener is this issue still relevant?
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
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.