File tree Expand file tree Collapse file tree
cuda_bindings/docs/source Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -7,8 +7,7 @@ Contributing
77Thank you for your interest in contributing to ``cuda-bindings ``! Based on the type of contribution, it will fall into two categories:
88
991. You want to report a bug, feature request, or documentation issue
10- - File an `issue <https://github.com/NVIDIA/cuda-python/issues/new/choose >`_
11- describing what you encountered or what you want to see changed.
10+ - File an `issue <https://github.com/NVIDIA/cuda-python/issues/new/choose >`_ describing what you encountered or what you want to see changed.
1211 - The NVIDIA team will evaluate the issues and triage them, scheduling
1312 them for a release. If you believe the issue needs priority attention
1413 comment on the issue to notify the team.
Original file line number Diff line number Diff line change @@ -326,7 +326,7 @@ NumPy `Array objects <https://numpy.org/doc/stable/reference/arrays.html>`_ can
326326Let's use the following kernel definition as an example:
327327.. code-block :: python
328328
329- kernel_string = """ \
329+ kernel_string = """
330330 typedef struct {
331331 int value;
332332 } testStruct;
Original file line number Diff line number Diff line change 44 Release Notes
55=============
66
7- .. code-block :: {toctree}
8-
9- ---
10- maxdepth: 3
11- ---
7+ .. toctree ::
8+ :maxdepth: 3
129
13- 13.0.1 < release/13.0.1-notes>
14- 13.0.0 < release/13.0.0-notes>
15- 12.9.2 < release/12.9.2-notes>
16- 12.9.1 < release/12.9.1-notes>
17- 12.9.0 < release/12.9.0-notes>
18- 12.8.0 < release/12.8.0-notes>
19- 12.6.2 < release/12.6.2-notes>
20- 12.6.1 < release/12.6.1-notes>
21- 11.8.7 < release/11.8.7-notes>
22- 11.8.6 < release/11.8.6-notes>
10+ release/13.0.1-notes
11+ release/13.0.0-notes
12+ release/12.9.2-notes
13+ release/12.9.1-notes
14+ release/12.9.0-notes
15+ release/12.8.0-notes
16+ release/12.6.2-notes
17+ release/12.6.1-notes
18+ release/11.8.7-notes
19+ release/11.8.6-notes
2320
You can’t perform that action at this time.
0 commit comments