doc: remove RAPIDS logo image from README - #2447
Open
Shraman123 wants to merge 1 commit into
Open
Conversation
The logo <img> tag pointed to rapids.ai/assets/images/rapids_logo.png and was purely cosmetic. Removed per issue request. Other RAPIDS mentions in the codebase (RAPIDS RAFT, RAPIDS Memory Manager, RAPIDS_DATASET_ROOT_DIR env var, RAPIDS Community link, RAPIDS release schedule, RAPIDS pre-commit hooks) were left as-is: these are the real, current names of separate libraries/tools/env vars that cuVS depends on or documents, not cuVS's own branding, and renaming them would be factually incorrect and break documented env-var/tool names. Fixes NVIDIA#2295 Signed-off-by: Shraman123 <hazrashraman2002@gmail.com>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
Removes the RAPIDS logo
<img>from the top ofREADME.md, as requested in #2295.Scope note
#2295 also asks to replace other mentions of "RAPIDS" with "NVIDIA" across the codebase. I audited every remaining
RAPIDSoccurrence (README, fern docs, cmake, CI scripts, env vars) and left them as-is, because they refer to the actual, current names of separate things cuVS depends on or documents rather than to cuVS's own branding:RAPIDS_DATASET_ROOT_DIR— a real environment variable read bycuvs_benchcode; renaming it in docs only would make the docs wrong.github.com/rapidsai/raft— the real name of the separate library cuVS is built on.rapids.ai/community.html), the RAPIDS release schedule, and "RAPIDS pre-commit hooks" — real external resources with valid links, which the issue also says not to remove.Renaming any of these would be factually incorrect. Happy to take a pass at a broader rebrand if maintainers want to scope that differently — flagging here rather than guessing.
Fixes #2295 (logo portion)
🤖 Generated with Claude Code