[llvm] cef9e87 - [llvm][tablegen][jupyter] Fixup README

David Spickett via llvm-commits llvm-commits at lists.llvm.org
Mon Jan 23 06:49:16 PST 2023


Author: David Spickett
Date: 2023-01-23T14:49:02Z
New Revision: cef9e872ede539eab75d0489870ac9ad5dc6915b

URL: https://github.com/llvm/llvm-project/commit/cef9e872ede539eab75d0489870ac9ad5dc6915b
DIFF: https://github.com/llvm/llvm-project/commit/cef9e872ede539eab75d0489870ac9ad5dc6915b.diff

LOG: [llvm][tablegen][jupyter] Fixup README

Make the first line a title and relative link
to the Markdown of the demo notebook.

Added: 
    

Modified: 
    llvm/utils/TableGen/jupyter/README.md

Removed: 
    


################################################################################
diff  --git a/llvm/utils/TableGen/jupyter/README.md b/llvm/utils/TableGen/jupyter/README.md
index 046aebe408ad2..ee4b3a2badc23 100644
--- a/llvm/utils/TableGen/jupyter/README.md
+++ b/llvm/utils/TableGen/jupyter/README.md
@@ -1,4 +1,4 @@
-A Jupyter kernel for TableGen (llvm-tblgen)
+# A Jupyter kernel for TableGen (llvm-tblgen)
 
 To use the kernel, first install it into jupyter:
 
@@ -24,7 +24,7 @@ Then run one of:
 ```
 
 If you just want to see the results of the notebook, you can read
-`LLVM_Tablegen.md` instead.
+[`LLVM_TableGen.md`](LLVM_TableGen.md) instead.
 
 `llvm-tblgen` is expected to be either in the `PATH` or you can set
 the environment variable `LLVM_TBLGEN_EXECUTABLE` to point to it directly.


        


More information about the llvm-commits mailing list