-
Notifications
You must be signed in to change notification settings - Fork 207
Adding new docs link(s) to readme. Adding landing page for API refs #2228
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
Open
cjnolet
wants to merge
15
commits into
NVIDIA:main
Choose a base branch
from
cjnolet:readme-nvida-docs-link
base: main
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Open
Changes from 9 commits
Commits
Show all changes
15 commits
Select commit
Hold shift + click to select a range
14a4b27
Update Fern and reorganize guide navigation
cjnolet 8feffa0
Move integration patterns under field guide
cjnolet 066d806
Update field guide docs
cjnolet 6ff921e
Update fern/pages/advanced_topics.md
cjnolet 729e9d2
Fix Fern API reference formatting
cjnolet 55a0438
Set NVIDIA global Fern theme
cjnolet fc579bc
Updating README to point to new docs
cjnolet 8dc29fc
Add API Reference landing page
cjnolet 89fdd26
Merge docs updates into README branch
cjnolet 1bd7776
Merge branch 'main' into readme-nvida-docs-link
cjnolet e9d4c55
Merge branch 'main' into readme-nvida-docs-link
cjnolet 8b546f1
Merge remote-tracking branch 'rapidsai/main' into readme-nvida-docs-link
cjnolet 07d9eaa
Merge remote-tracking branch 'cjnolet/readme-nvida-docs-link' into re…
cjnolet 24bc426
Update cuVS repository URLs
cjnolet 3b89c3c
Fix style after repository URL update
cjnolet File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
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
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
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
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,18 @@ | ||
| --- | ||
| slug: api-reference | ||
| --- | ||
|
|
||
| # API Reference | ||
|
|
||
| Use these generated references to inspect NVIDIA cuVS APIs by language. These pages are generated from the public source code and are best for checking signatures, parameters, return types, types, and language-specific API surfaces. | ||
|
|
||
| For task-focused examples and usage guidance, see the [API Guide](/user-guide/api-guides). | ||
|
|
||
| ## Language References | ||
|
|
||
| - [C API Documentation](/api-reference/c-api-documentation): inspect the ABI-stable C API layer used by NVIDIA cuVS language bindings and downstream integrations. | ||
| - [C++ API Documentation](/api-reference/cpp-api-documentation): inspect the core NVIDIA cuVS C++ APIs, including common RAFT types used in public headers. | ||
| - [Python API Documentation](/api-reference/python-api-documentation): inspect Python modules, classes, functions, and parameters. | ||
| - [Java API Documentation](/api-reference/java-api-documentation): inspect Java classes, resources, matrices, indexes, and query APIs. | ||
| - [Rust API Documentation](/api-reference/rust-api-documentation): inspect Rust modules, structs, and wrappers around NVIDIA cuVS APIs. | ||
| - [Go API Documentation](/api-reference/go-api-documentation): inspect Go packages for supported NVIDIA cuVS APIs. |
Oops, something went wrong.
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.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
🧩 Analysis chain
🏁 Script executed:
Repository: rapidsai/cuvs
Length of output: 1629
🏁 Script executed:
Repository: rapidsai/cuvs
Length of output: 3874
Align remaining cuVS documentation URLs beyond README
README now links to
docs.nvidia.com/cuvs, but the repo still contains legacydocs.rapids.ai/api/cuvs/...pointers (e.g.,python/cuvs/pyproject.toml,python/libcuvs/pyproject.toml,fern/pages/index.md, and cuVS-related notebooks). This can lead to inconsistent doc navigation depending on entry point—either update these todocs.nvidia.com/cuvsor confirm the legacy links are intentionally kept/redirect.🤖 Prompt for AI Agents