diff options
author | kristina <notstina@gmail.com> | 2019-11-16 23:06:50 +0000 |
---|---|---|
committer | kristina <notstina@gmail.com> | 2019-11-16 23:06:50 +0000 |
commit | 63cf7040814e3b190a3b5a65858d8d59ab47b74d (patch) | |
tree | a5bc32cc532fa4895f1a5545264db9b6337af1bb /llvm/docs/tutorial/MyFirstLanguageFrontend/LangImpl02.rst | |
parent | 551acdbf937a50fbcd4ed4e3bb75e55bacd41994 (diff) | |
download | bcm5719-llvm-63cf7040814e3b190a3b5a65858d8d59ab47b74d.tar.gz bcm5719-llvm-63cf7040814e3b190a3b5a65858d8d59ab47b74d.zip |
[Docs] Try fixing the tutorial toctree
Unorphan the old tutorial and reference every page in the index
explicitly. This should hopefully make Sphinx generate correct
hyperlinks now.
Diffstat (limited to 'llvm/docs/tutorial/MyFirstLanguageFrontend/LangImpl02.rst')
-rw-r--r-- | llvm/docs/tutorial/MyFirstLanguageFrontend/LangImpl02.rst | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/llvm/docs/tutorial/MyFirstLanguageFrontend/LangImpl02.rst b/llvm/docs/tutorial/MyFirstLanguageFrontend/LangImpl02.rst index dec9f36ed56..c07c3ab192b 100644 --- a/llvm/docs/tutorial/MyFirstLanguageFrontend/LangImpl02.rst +++ b/llvm/docs/tutorial/MyFirstLanguageFrontend/LangImpl02.rst @@ -1,5 +1,3 @@ -:orphan: - =========================================== Kaleidoscope: Implementing a Parser and AST =========================================== |