You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/docfiles/dpctl_pyapi.rst
+13-8Lines changed: 13 additions & 8 deletions
Original file line number
Diff line number
Diff line change
@@ -26,14 +26,19 @@ Sub-modules
26
26
Classes
27
27
-------
28
28
29
-
.. toctree::
30
-
:maxdepth:1
31
-
32
-
`dpctl.SyclPlatform`<dpctl_pyapi/SyclPlatform> : A Python class representing `SYCL Platforms`<https://sycl.readthedocs.io/en/latest/iface/platform.html>
33
-
`dpctl.SyclDevice`<dpctl_pyapi/SyclDevice> : A Python class representing `SYCL Devices`<https://sycl.readthedocs.io/en/latest/iface/device.html>
34
-
`dpctl.SyclQueue`<dpctl_pyapi/SyclQueue> : A Python class representing `SYCL Queues`<https://sycl.readthedocs.io/en/latest/iface/queue.html>
35
-
`dpctl.SyclContext`<dpctl_pyapi/SyclContext> : A Python class representing `SYCL Contexts`<https://sycl.readthedocs.io/en/latest/iface/context.html>
36
-
`dpctl.SyclEvent`<dpctl_pyapi/SyclEvent> : A Python class representing `SYCL Events`<https://sycl.readthedocs.io/en/latest/iface/event.html>
29
+
.. list-table::
30
+
:widths: 25,50
31
+
32
+
* - :ref:`SyclPlatform_api`
33
+
- A Python class representing a `SYCL platform <https://sycl.readthedocs.io/en/latest/iface/platform.html>`_.
34
+
* - :ref:`SyclDevice_api`
35
+
- A Python class representing a `SYCL device <https://sycl.readthedocs.io/en/latest/iface/device.html>`_.
36
+
* - :ref:`SyclQueue_api`
37
+
- A Python class representing a `SYCL queue <https://sycl.readthedocs.io/en/latest/iface/queue.html>`_.
38
+
* - :ref:`SyclContext_api`
39
+
- A Python class representing a `SYCL context <https://sycl.readthedocs.io/en/latest/iface/context.html>`_.
40
+
* - :ref:`SyclEvent_api`
41
+
- A Python class representing a `SYCL event <https://sycl.readthedocs.io/en/latest/iface/event.html>`_.
0 commit comments