Skip to content

Commit 7af7edb

Browse files
Copilotleofang
andcommitted
Fix reStructuredText syntax errors: correct toctree directive, broken hyperlinks, and code block formatting
Co-authored-by: leofang <5534781+leofang@users.noreply.github.com>
1 parent ec127a4 commit 7af7edb

3 files changed

Lines changed: 14 additions & 18 deletions

File tree

cuda_bindings/docs/source/contribute.rst

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,8 +7,7 @@ Contributing
77
Thank you for your interest in contributing to ``cuda-bindings``! Based on the type of contribution, it will fall into two categories:
88

99
1. 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.

cuda_bindings/docs/source/overview.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -326,7 +326,7 @@ NumPy `Array objects <https://numpy.org/doc/stable/reference/arrays.html>`_ can
326326
Let'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;

cuda_python/docs/source/release.rst

Lines changed: 12 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -4,20 +4,17 @@
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

0 commit comments

Comments
 (0)