Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
77 changes: 76 additions & 1 deletion context7.json
Original file line number Diff line number Diff line change
@@ -1,4 +1,79 @@
{
"$schema": "https://context7.com/schema/context7.json",
"url": "https://context7.com/nvidia/cuda-python",
"public_key": "pk_gupaHhsdvsuT1j3BZpb7i"
"public_key": "pk_gupaHhsdvsuT1j3BZpb7i",
"projectTitle": "CUDA Python",
"description": "Python access to NVIDIA's CUDA platform, including cuda.bindings (low-level CUDA C API bindings), cuda.core (Pythonic CUDA runtime), and cuda.pathfinder (component discovery)",
"branch": "main",
"folders": [
"cuda_python/docs/source",
"cuda_bindings/docs/source",
"cuda_core/docs/source",
"cuda_pathfinder/docs/source"
],
"excludeFolders": [
"**/_templates"
],
"excludeFiles": [
"AGENTS.md",
"CLAUDE.md",
"CHANGELOG.md",
"CHANGELOG.mdx",
"changelog.md",
"changelog.mdx",
"CONTRIBUTING.md",
"LICENSE.md",
"license.md",
"CODE_OF_CONDUCT.md",
"code_of_conduct.md",
"SECURITY.md",
"api_private.rst",
"conduct.rst",
"contribute.rst",
"license.rst"
],
"previousVersions": [

Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

We might need to auto-generate this part at least. Each sub-folder already has a file like this and it's been very painful to keep up, e.g.
https://github.com/NVIDIA/cuda-python/blob/main/cuda_python/docs/nv-versions.json

{
"tag": "v13.3.1"
},
{
"tag": "v13.2.0"
},
{
"tag": "v13.1.1"
},
{
"tag": "v13.0.3"
},
{
"tag": "v12.9.7"
},
{
"tag": "v12.8.0"
},
{
"tag": "v12.6.2"
},
{
"tag": "cuda-core-v1.1.0"
},
{
"tag": "cuda-core-v1.0.1"
},
{
"tag": "cuda-core-v1.0.0"
},
{
"tag": "cuda-pathfinder-v1.5.6"
},
{
"tag": "cuda-pathfinder-v1.4.4"
},
{
"tag": "cuda-pathfinder-v1.3.5"
},
{
"tag": "cuda-pathfinder-v1.2.3"
}
]
}