diff --git a/context7.json b/context7.json index d87afcd31e..2cfbd9ac66 100644 --- a/context7.json +++ b/context7.json @@ -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": [ + { + "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" + } + ] }