Add missing docstrings to SyclDevice properties#964
Conversation
|
View rendered docs @ https://intelpython.github.io/dpctl/pulls/964/index.html |
|
Array API standard conformance tests for dpctl=0.14.0dev1=py310h8c27c75_3 ran successfully. |
661970f to
2bd1432
Compare
|
@oleksandr-pavlyk I fixed few of the docstrings, but more such changes are needed. Also, for some reason the attribute list table is rendering weirdly for me. |
|
Array API standard conformance tests for dpctl=0.14.0dev1=py310h8c27c75_2 ran successfully. |
|
Thanks for cleaning this up @diptorupd . I left few comments. |
|
Array API standard conformance tests for dpctl=0.14.0dev1=py310h8c27c75_3 ran successfully. |
oleksandr-pavlyk
left a comment
There was a problem hiding this comment.
LGTM! We will address the table formatting issue in a separate PR.
|
Deleted rendered PR docs from intelpython.github.com/dpctl, latest should be updated shortly. 🤞 |
|
Array API standard conformance tests for dpctl=0.14.0dev1=py310h8c27c75_26 ran successfully. |
Several properties of the SyclDevice class docstring do not include the
Returnsattribute and deprecation notices. The PR updates the docstrings for some of the SyclDevice properties needed to address #962Closes #962