[Doc] Move examples into categories (#11840)

Signed-off-by: Harry Mellor <19981378+hmellor@users.noreply.github.com>
This commit is contained in:
Harry Mellor
2025-01-08 13:09:53 +00:00
committed by GitHub
parent 2a0596bc48
commit aba8d6ee00
116 changed files with 153 additions and 124 deletions
+1 -1
View File
@@ -20,7 +20,7 @@ build-backend = "setuptools.build_meta"
line-length = 80
exclude = [
# External file, leaving license intact
"examples/fp8/quantizer/quantize.py"
"examples/other/fp8/quantizer/quantize.py"
]
[tool.ruff.lint.per-file-ignores]