Skip to content
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

Fix rust api docs #119

Merged
merged 1 commit into from
May 15, 2024
Merged

Commits on May 15, 2024

  1. Fix rust api docs

    The rust api docs on docs.rapids.ai are deployed to
    https://docs.rapids.ai/api/cuvs/nightly/rust_api/index.html
    but the relative link in the iframe was assuming that these were
    at  https://docs.rapids.ai/api/cuvs/nightly/rust_api.html.
    (There seems to be some difference in the url structure depending on whether
    you build locally or not)
    
    Fix by forcing the url structure to always be `rust_api/index.html`
    benfred committed May 15, 2024
    Configuration menu
    Copy the full SHA
    6db8fd7 View commit details
    Browse the repository at this point in the history