Skip to content

Commit cf8e7b4

Browse files
committed
Formatting
1 parent 4602778 commit cf8e7b4

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -15,9 +15,9 @@ CUDA Python is currently undergoing an overhaul to improve existing and bring up
1515

1616
CUDA-Python is structured to become a metapackage that contains a collection of subpackages. Each subpackage is versioned independently, allowing installation of each component as needed.
1717

18-
### Subpackage: cuda.core
18+
### Subpackage: `cuda.core`
1919

20-
The cuda.core package offers idiomatic, pythonic access to CUDA Runtime and other functionalities.
20+
The `cuda.core` package offers idiomatic, pythonic access to CUDA Runtime and other functionalities.
2121

2222
The goals are to
2323

@@ -27,9 +27,9 @@ The goals are to
2727
4. **ease** developer **burden of maintaining** and catching up with latest CUDA features
2828
5. **flatten the learning curve** for current and future generations of CUDA developers
2929

30-
### Subpackage: cuda.bindings
30+
### Subpackage: `cuda.bindings`
3131

32-
The cuda.bindings package is a standard set of low-level interfaces, providing full coverage of and access to the CUDA host APIs from Python.
32+
The `cuda.bindings` package is a standard set of low-level interfaces, providing full coverage of and access to the CUDA host APIs from Python.
3333

3434
The list of available interfaces are:
3535

0 commit comments

Comments
 (0)