Skip to content

Conversation

@jameslamb
Copy link
Member

Fixes #684

In #679 (comment) I'd tried to push us towards using the downcase filter from Liquid (https://shopify.dev/docs/api/liquid/filters/downcase) for a "use a different version for UCXX" projects, to deal with:

  • casing differences, e.g. "libucxx" (lowercase) vs. "UCXX" (uppercase)
  • the possibility of adding distributed-ucxx in the future

But that seems to have broken the versioning of all the other API docs (cuDF, cuML, etc.).

This fixes that.

Notes for Reviewers

How I tested this

Tested locally, following the docs in CONTRIBUTING.md. Saw the expected versions for all libraries on the API docs page.

@jameslamb jameslamb requested a review from pentschev September 18, 2025 16:49
@jameslamb jameslamb requested a review from a team as a code owner September 18, 2025 16:49
@jameslamb jameslamb added the bug Something isn't working label Sep 18, 2025
@netlify
Copy link

netlify bot commented Sep 18, 2025

Deploy Preview for docs-rapids-ai ready!

Name Link
🔨 Latest commit 6d8dafe
🔍 Latest deploy log https://app.netlify.com/projects/docs-rapids-ai/deploys/68cc382b0a785500092d9296
😎 Deploy Preview https://deploy-preview-685--docs-rapids-ai.netlify.app
📱 Preview on mobile
Toggle QR Code...

QR Code

Use your smartphone camera to open QR code link.

To edit notification comments on pull requests, go to your Netlify project configuration.

@jameslamb
Copy link
Member Author

Versions are all looking right in the preview too: https://deploy-preview-685--docs-rapids-ai.netlify.app/api/

@bdice bdice merged commit fea9dd4 into main Sep 18, 2025
6 checks passed
@jameslamb jameslamb deleted the fix/api-docs branch September 18, 2025 19:51
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

bug Something isn't working

Projects

None yet

Development

Successfully merging this pull request may close these issues.

[BUG] incorrect versions on API docs page

3 participants