Skip to content

Commit be5c0d3

Browse files
Fixes #652 (#654)
1 parent 3d5d886 commit be5c0d3

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

docs/docfiles/dpctl_pyapi.rst

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -28,11 +28,11 @@ Classes
2828
.. toctree::
2929
:maxdepth: 1
3030

31-
dpctl.SyclContext : A Python class representing cl::sycl::context <dpctl_pyapi/SyclContext>
32-
dpctl.SyclDevice : A Python class representing cl::sycl::device <dpctl_pyapi/SyclDevice>
33-
dpctl.SyclEvent : A Python class representing cl::sycl::event <dpctl_pyapi/SyclEvent>
34-
dpctl.SyclPlatform : A Python class representing cl::sycl::event <dpctl_pyapi/SyclPlatform>
35-
dpctl.SyclQueue : A Python class representing cl::sycl::event <dpctl_pyapi/SyclQueue>
31+
dpctl.SyclContext : A Python class representing `sycl::context` <dpctl_pyapi/SyclContext>
32+
dpctl.SyclDevice : A Python class representing `sycl::device` <dpctl_pyapi/SyclDevice>
33+
dpctl.SyclEvent : A Python class representing `sycl::event` <dpctl_pyapi/SyclEvent>
34+
dpctl.SyclPlatform : A Python class representing `sycl::platform` <dpctl_pyapi/SyclPlatform>
35+
dpctl.SyclQueue : A Python class representing `sycl::queue` <dpctl_pyapi/SyclQueue>
3636

3737
Enumerations
3838
------------

0 commit comments

Comments
 (0)