[all-commits] [llvm/llvm-project] 1842fd: [mlir] Fix multiple titles
Jacques Pienaar via All-commits
all-commits at lists.llvm.org
Mon Feb 17 13:55:55 PST 2020
Branch: refs/heads/master
Home: https://github.com/llvm/llvm-project
Commit: 1842fd50d2ff66209cee11268ddf4bee28c482f7
https://github.com/llvm/llvm-project/commit/1842fd50d2ff66209cee11268ddf4bee28c482f7
Author: Jacques Pienaar <jpienaar at google.com>
Date: 2020-02-17 (Mon, 17 Feb 2020)
Changed paths:
M mlir/docs/Dialects/Linalg.md
M mlir/docs/Dialects/Vector.md
M mlir/docs/RationaleLinalgDialect.md
M mlir/docs/Tutorials/Toy/Ch-3.md
M mlir/docs/Tutorials/Toy/Ch-6.md
Log Message:
-----------
[mlir] Fix multiple titles
We have one title in every doc which corresponds to `#`, in the some
there are multiple and it is expected to be h1 headers (visual elements
rather than organizational). Indent every nesting by one in all of the
docs with multiple titles.
Also fixing trailing whitespace.
More information about the All-commits
mailing list