[DOC] Fix syntax errors, typos, formatting; increase consistency (#1357)

This PR;
- Fixes syntax errors like `.type values: dict[str,
Callable[[list[Any]], Any]]` to `:type values: dict[str,
Callable[[list[Any]], Any]]`,
- Fixes typos,
- Fixes formatting like `k ++` to ` k++`,
- Increases consistency (e.g. by transforming the minority `cd dir/` to
the majority `cd dir`).
This commit is contained in:
Berke Kocaoğlu
2023-03-17 01:32:02 +03:00
committed by GitHub
parent d00bc5af67
commit ba91f39dbf
31 changed files with 173 additions and 152 deletions

View File

@@ -1,5 +1,5 @@
triton.testing
================
==============
.. currentmodule:: triton.testing
@@ -9,4 +9,4 @@ triton.testing
do_bench
Benchmark
perf_report
perf_report