Skip to content

Commit 309aa1f

Browse files
author
Diptorup Deb
authored
Fix the hyperlinks to dpctl Python Classes API docs. (#667)
1 parent f292953 commit 309aa1f

File tree

1 file changed

+13
-8
lines changed

1 file changed

+13
-8
lines changed

docs/docfiles/dpctl_pyapi.rst

Lines changed: 13 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -26,14 +26,19 @@ Sub-modules
2626
Classes
2727
-------
2828

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>`_.
3742

3843
Enumerations
3944
------------

0 commit comments

Comments
 (0)