-
Notifications
You must be signed in to change notification settings - Fork 634
Trim line length in the documentation/examples for the new theme #5479
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
Check out this pull request on See visual diffs & provide feedback on Jupyter Notebooks. Powered by ReviewNB |
!build |
CI MESSAGE: [15241185]: BUILD STARTED |
a4b0ef2
to
52a172f
Compare
!build |
doc_table += formater.format( | ||
"Function", | ||
"Device support", | ||
"Short description", | ||
op_name_max_len=op_name_max_len, | ||
c=" ", | ||
) |
Check warning
Code scanning / CodeQL
Unused argument in a formatting call Warning documentation
"{:{c}<{op_name_max_len}} {:{c}^48} {:{c}<150}"
doc_table += formater.format( | ||
"", "", "", op_name_max_len=op_name_max_len, c="=" | ||
) |
Check warning
Code scanning / CodeQL
Unused argument in a formatting call Warning documentation
"{:{c}<{op_name_max_len}} {:{c}^48} {:{c}<150}"
CI MESSAGE: [15241299]: BUILD STARTED |
!build |
52a172f
to
369e9d2
Compare
CI MESSAGE: [15241422]: BUILD STARTED |
CI MESSAGE: [15241422]: BUILD FAILED |
369e9d2
to
d904786
Compare
!build |
CI MESSAGE: [15252677]: BUILD STARTED |
CI MESSAGE: [15252677]: BUILD FAILED |
d904786
to
755db18
Compare
!build |
CI MESSAGE: [15268625]: BUILD STARTED |
CI MESSAGE: [15268625]: BUILD FAILED |
755db18
to
ea6c251
Compare
!build |
CI MESSAGE: [15282670]: BUILD STARTED |
ea6c251
to
32c6138
Compare
7004721
to
792ec6d
Compare
!build |
CI MESSAGE: [15525264]: BUILD STARTED |
CI MESSAGE: [15525264]: BUILD FAILED |
117aa79
to
79f8256
Compare
!build |
CI MESSAGE: [15528182]: BUILD STARTED |
CI MESSAGE: [15528182]: BUILD PASSED |
79f8256
to
f9186ea
Compare
!build |
CI MESSAGE: [15530558]: BUILD STARTED |
CI MESSAGE: [15530558]: BUILD PASSED |
Signed-off-by: Janusz Lisiecki <jlisiecki@nvidia.com>
Signed-off-by: Janusz Lisiecki <jlisiecki@nvidia.com>
Signed-off-by: Janusz Lisiecki <jlisiecki@nvidia.com>
Signed-off-by: Janusz Lisiecki <jlisiecki@nvidia.com>
f9186ea
to
74a6e5a
Compare
!build |
CI MESSAGE: [15559824]: BUILD STARTED |
CI MESSAGE: [15559824]: BUILD PASSED |
- excludes NVIDIA#5479 Signed-off-by: Janusz Lisiecki <jlisiecki@nvidia.com>
- excludes #5479 Signed-off-by: Janusz Lisiecki <jlisiecki@nvidia.com>
80 characters, not 100 as used in DALI
Category:
Other (e.g. Documentation, Tests, Configuration)
Description:
80 characters, not 100 as used in DALI
Additional information:
Affected modules and functionalities:
Key points relevant for the review:
Tests:
Checklist
Documentation
DALI team only
Requirements
REQ IDs: N/A
JIRA TASK: N/A