[Mlir-commits] [mlir] a48172c - Add brief description of dialects	doc section.
    Mehdi Amini 
    llvmlistbot at llvm.org
       
    Thu Dec 17 10:37:48 PST 2020
    
    
  
Author: Richard Uhler
Date: 2020-12-17T18:37:34Z
New Revision: a48172cf1c1527123a7db35a7d0d7fa84f5dc37c
URL: https://github.com/llvm/llvm-project/commit/a48172cf1c1527123a7db35a7d0d7fa84f5dc37c
DIFF: https://github.com/llvm/llvm-project/commit/a48172cf1c1527123a7db35a7d0d7fa84f5dc37c.diff
LOG: Add brief description of dialects doc section.
Reviewed By: jpienaar
Differential Revision: https://reviews.llvm.org/D93466
Added: 
    mlir/docs/Dialects/_index.md
Modified: 
    
Removed: 
    
################################################################################
diff  --git a/mlir/docs/Dialects/_index.md b/mlir/docs/Dialects/_index.md
new file mode 100644
index 000000000000..da19ddcca777
--- /dev/null
+++ b/mlir/docs/Dialects/_index.md
@@ -0,0 +1,6 @@
+# Dialects
+
+This section contains documentation for core and contributed dialects available
+from the MLIR repository. The description for each dialect includes content
+automatically generated from the dialect's
+[Operation Definition Specification (ODS)](../OpDefinitions.md).
        
    
    
More information about the Mlir-commits
mailing list