Skip to content

Commit 05b63d2

Browse files
committed
apply SPDX header to rst files; per-module CoC
1 parent 58c6f9d commit 05b63d2

32 files changed

+73
-14
lines changed

CONTRIBUTING.md

Lines changed: 6 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -2,12 +2,13 @@
22

33
Thank you for your interest in contributing to CUDA Python! Based on the type of contribution, it will fall into two categories:
44

5-
1. You want to report a bug, feature request, or documentation issue
6-
- File an [issue](https://github.com/NVIDIA/cuda-python/issues/new)
5+
1. You want to report a bug, feature request, or documentation issue:
6+
- File an [issue](https://github.com/NVIDIA/cuda-python/issues/new/choose)
77
describing what you encountered or what you want to see changed.
88
- The NVIDIA team will evaluate the issues and triage them, scheduling
99
them for a release. If you believe the issue needs priority attention
1010
comment on the issue to notify the team.
11-
2. You want to implement a feature or bug-fix
12-
- Please refer to each component's guideline: [`cuda.core`](https://nvidia.github.io/cuda-python/cuda-core/latest/contribute.html),
13-
[`cuda.bindings`](https://nvidia.github.io/cuda-python/cuda-bindings/latest/contribute.html).
11+
2. You want to implement a feature, improvement, or bug fix:
12+
- Please refer to each component's guideline:
13+
- [`cuda.core`](https://nvidia.github.io/cuda-python/cuda-core/latest/contribute.html)
14+
- [`cuda.bindings`](https://nvidia.github.io/cuda-python/cuda-bindings/latest/contribute.html)

LICENSE.md

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
1-
Please refer to each component's license:
2-
- [`cuda.core`](https://nvidia.github.io/cuda-python/cuda-core/latest/license.html),
3-
- [`cuda.bindings`](https://nvidia.github.io/cuda-python/cuda-bindings/latest/license.html).
1+
This repository is structured in a way that files are licensed differently
2+
- [`cuda.python`](./cuda_python/): NVIDIA Software License
3+
- [`cuda.bindings`](./cuda_bindings/): NVIDIA Software License
4+
- [`cuda.core`](./cuda_core/) and everything else in this repository: Apache 2.0

cuda_bindings/docs/source/api.rst

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
1+
.. SPDX-License-Identifier: LicenseRef-NVIDIA-SOFTWARE-LICENSE
2+
13
-------------------------
24
CUDA Python API Reference
35
-------------------------

cuda_bindings/docs/source/contribute.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,10 +3,10 @@
33
Thank you for your interest in contributing to `cuda-bindings`! Based on the type of contribution, it will fall into two categories:
44

55
1. You want to report a bug, feature request, or documentation issue
6-
- File an [issue](https://github.com/NVIDIA/cuda-python/issues/new)
6+
- File an [issue](https://github.com/NVIDIA/cuda-python/issues/new/choose)
77
describing what you encountered or what you want to see changed.
88
- The NVIDIA team will evaluate the issues and triage them, scheduling
99
them for a release. If you believe the issue needs priority attention
1010
comment on the issue to notify the team.
11-
2. You want to implement a feature or bug-fix
11+
2. You want to implement a feature, improvement, or bug fix:
1212
- At this time we do not accept code contributions.

cuda_bindings/docs/source/index.rst

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
1+
.. SPDX-License-Identifier: LicenseRef-NVIDIA-SOFTWARE-LICENSE
2+
13
``cuda.bindings``: Low-level Python Bindings for CUDA
24
=====================================================
35

@@ -14,6 +16,7 @@
1416
tips_and_tricks
1517
support
1618
contribute.md
19+
conduct.md
1720
license
1821

1922

cuda_bindings/docs/source/license.rst

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
1+
.. SPDX-License-Identifier: LicenseRef-NVIDIA-SOFTWARE-LICENSE
2+
13
Software License Agreement
24
**************************
35

cuda_bindings/docs/source/module/driver.rst

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
1+
.. SPDX-License-Identifier: LicenseRef-NVIDIA-SOFTWARE-LICENSE
2+
13
------
24
driver
35
------

cuda_bindings/docs/source/module/nvjitlink.rst

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
1+
.. SPDX-License-Identifier: LicenseRef-NVIDIA-SOFTWARE-LICENSE
2+
13
.. default-role:: cpp:any
24

35
nvjitlink

cuda_bindings/docs/source/module/nvrtc.rst

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
1+
.. SPDX-License-Identifier: LicenseRef-NVIDIA-SOFTWARE-LICENSE
2+
13
-----
24
nvrtc
35
-----

cuda_bindings/docs/source/module/nvvm.rst

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
1+
.. SPDX-License-Identifier: LicenseRef-NVIDIA-SOFTWARE-LICENSE
2+
13
.. default-role:: cpp:any
24

35
nvvm

cuda_bindings/docs/source/module/runtime.rst

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
1+
.. SPDX-License-Identifier: LicenseRef-NVIDIA-SOFTWARE-LICENSE
2+
13
-------
24
runtime
35
-------

cuda_bindings/docs/source/release.rst

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
1+
.. SPDX-License-Identifier: LicenseRef-NVIDIA-SOFTWARE-LICENSE
2+
13
Release Notes
24
=============
35

cuda_bindings/docs/source/release/11.8.7-notes.rst

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
1+
.. SPDX-License-Identifier: LicenseRef-NVIDIA-SOFTWARE-LICENSE
2+
13
``cuda-bindings`` 11.8.7 Release notes
24
======================================
35

cuda_bindings/docs/source/release/12.X.Y-notes.rst

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
1+
.. SPDX-License-Identifier: LicenseRef-NVIDIA-SOFTWARE-LICENSE
2+
13
``cuda-bindings`` 12.X.Y Release notes
24
======================================
35

cuda_bindings/docs/source/support.rst

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
1+
.. SPDX-License-Identifier: LicenseRef-NVIDIA-SOFTWARE-LICENSE
2+
13
``cuda.bindings`` Support Policy
24
================================
35

cuda_bindings/docs/source/tips_and_tricks.rst

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
1+
.. SPDX-License-Identifier: LicenseRef-NVIDIA-SOFTWARE-LICENSE
2+
13
Tips and Tricks
24
---------------
35

cuda_core/docs/source/_templates/autosummary/class.rst

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
1+
.. SPDX-License-Identifier: Apache-2.0
2+
13
{{ fullname | escape | underline}}
24

35
.. currentmodule:: {{ module }}

cuda_core/docs/source/_templates/autosummary/dataclass.rst

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
1+
.. SPDX-License-Identifier: Apache-2.0
2+
13
{{ fullname | escape | underline}}
24

35
.. currentmodule:: {{ module }}

cuda_core/docs/source/_templates/autosummary/namedtuple.rst

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
1+
.. SPDX-License-Identifier: Apache-2.0
2+
13
{{ fullname | escape | underline}}
24

35
.. currentmodule:: {{ module }}

cuda_core/docs/source/api.rst

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
1+
.. SPDX-License-Identifier: Apache-2.0
2+
13
.. module:: cuda.core.experimental
24

35
``cuda.core.experimental`` API Reference

cuda_core/docs/source/api_private.rst

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
1+
.. SPDX-License-Identifier: Apache-2.0
2+
13
:orphan:
24

35
.. This page is to generate documentation for private classes exposed to users,

cuda_python/docs/source/conduct.md renamed to cuda_core/docs/source/conduct.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
## Overview
44

5-
Define the code of conduct followed and enforced for the CUDA Python project.
5+
Define the code of conduct followed and enforced for the `cuda.core` project.
66

77
## Our Pledge
88

cuda_core/docs/source/contribute.rst

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,16 +1,18 @@
1+
.. SPDX-License-Identifier: Apache-2.0
2+
13
Contributing
24
------------
35

46
Thank you for your interest in contributing to ``cuda-core``! Based on the type of contribution, it will fall into two categories:
57

68
1. You want to report a bug, feature request, or documentation issue
79

8-
- File an `issue <https://github.com/NVIDIA/cuda-python/issues/new>`_
10+
- File an `issue <https://github.com/NVIDIA/cuda-python/issues/new/choose>`_
911
describing what you encountered or what you want to see changed.
1012
- The NVIDIA team will evaluate the issues and triage them, scheduling
1113
them for a release. If you believe the issue needs priority attention
1214
comment on the issue to notify the team.
1315

14-
2. You want to implement a feature or bug-fix
16+
2. You want to implement a feature, improvement, or bug fix:
1517

1618
- Please ensure that your commits are signed `following GitHub's instruction <https://docs.github.com/en/authentication/managing-commit-signature-verification/about-commit-signature-verification>`_.

cuda_core/docs/source/index.rst

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
1+
.. SPDX-License-Identifier: Apache-2.0
2+
13
``cuda.core``: Pythonic access to CUDA core functionalities
24
===========================================================
35

@@ -13,6 +15,7 @@ and other functionalities.
1315
interoperability
1416
api
1517
contribute
18+
conduct.md
1619
license
1720

1821

cuda_core/docs/source/interoperability.rst

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
1+
.. SPDX-License-Identifier: Apache-2.0
2+
13
.. currentmodule:: cuda.core.experimental
24

35
Interoperability

cuda_core/docs/source/license.rst

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
1+
.. SPDX-License-Identifier: Apache-2.0
2+
13
Software License Agreement
24
**************************
35

cuda_core/docs/source/release.rst

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
1+
.. SPDX-License-Identifier: Apache-2.0
2+
13
Release Notes
24
=============
35

cuda_core/docs/source/release/0.1.0-notes.rst

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
1+
.. SPDX-License-Identifier: Apache-2.0
2+
13
``cuda.core`` 0.1.0 Release Notes
24
=================================
35

cuda_core/docs/source/release/0.1.1-notes.rst

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
1+
.. SPDX-License-Identifier: Apache-2.0
2+
13
.. currentmodule:: cuda.core.experimental
24

35
``cuda.core`` 0.1.1 Release Notes

cuda_core/docs/source/release/0.2.0-notes.rst

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
1+
.. SPDX-License-Identifier: Apache-2.0
2+
13
.. currentmodule:: cuda.core.experimental
24

35
``cuda.core`` 0.2.0 Release Notes

cuda_core/docs/source/release/0.3.0-notes.rst

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
1+
.. SPDX-License-Identifier: Apache-2.0
2+
13
.. currentmodule:: cuda.core.experimental
24

35
``cuda.core`` 0.3.0 Release Notes

cuda_python/docs/source/index.rst

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
1+
.. SPDX-License-Identifier: LicenseRef-NVIDIA-SOFTWARE-LICENSE
2+
13
CUDA Python
24
===========
35

@@ -32,4 +34,3 @@ be available, please refer to the `cuda.bindings`_ documentation for installatio
3234
cuda.cooperative <https://nvidia.github.io/cccl/cuda_cooperative>
3335
cuda.parallel <https://nvidia.github.io/cccl/cuda_parallel>
3436
numba.cuda <https://nvidia.github.io/numba-cuda/>
35-
conduct.md

0 commit comments

Comments
 (0)