[mlir][docs] Refactor the layout of the docs folder
authorRiver Riddle <riddleriver@gmail.com>
Sat, 11 Apr 2020 18:38:05 +0000 (11:38 -0700)
committerRiver Riddle <riddleriver@gmail.com>
Sat, 11 Apr 2020 18:47:01 +0000 (11:47 -0700)
commit55de49ac1c3c4ae0d4ff5de54c25cf832e756e75
treee9c157d68422146997a91c9c089244ca79f94deb
parent470eb62d7bcd57fa59bc29e8d662b1c24d84fbc4
[mlir][docs] Refactor the layout of the docs folder

Summary:
This revision performs a few refactorings on the main docs folder. Namely it:
* Adds a new Rationale/ folder to contain various rationale documents
* Moves several "getting started" documents to the Tutorials/ folder
* Cleans up the titles of various documents

Differential Revision: https://reviews.llvm.org/D77934
23 files changed:
mlir/docs/CreatingADialect.md [deleted file]
mlir/docs/DefiningAttributesAndTypes.md [deleted file]
mlir/docs/Diagnostics.md
mlir/docs/Interfaces.md
mlir/docs/LangRef.md
mlir/docs/MLIRForGraphAlgorithms.md [deleted file]
mlir/docs/PassManagement.md [new file with mode: 0644]
mlir/docs/QuickstartRewrites.md [deleted file]
mlir/docs/Rationale.md [deleted file]
mlir/docs/Rationale/MLIRForGraphAlgorithms.md [new file with mode: 0644]
mlir/docs/Rationale/Rationale.md [new file with mode: 0644]
mlir/docs/Rationale/RationaleLinalgDialect.md [new file with mode: 0644]
mlir/docs/Rationale/RationaleSimplifiedPolyhedralForm.md [new file with mode: 0644]
mlir/docs/Rationale/UsageOfConst.md [new file with mode: 0644]
mlir/docs/RationaleLinalgDialect.md [deleted file]
mlir/docs/RationaleSimplifiedPolyhedralForm.md [deleted file]
mlir/docs/ShapeInference.md
mlir/docs/Traits.md
mlir/docs/Tutorials/CreatingADialect.md [new file with mode: 0644]
mlir/docs/Tutorials/DefiningAttributesAndTypes.md [new file with mode: 0644]
mlir/docs/Tutorials/QuickstartRewrites.md [new file with mode: 0644]
mlir/docs/UsageOfConst.md [deleted file]
mlir/docs/WritingAPass.md [deleted file]