diff options
author | Jordan Rupprecht <rupprecht@google.com> | 2019-08-14 22:18:01 +0000 |
---|---|---|
committer | Jordan Rupprecht <rupprecht@google.com> | 2019-08-14 22:18:01 +0000 |
commit | 1737f71322e3d440dcee74ef06640ad01945f3b9 (patch) | |
tree | 979e261f1cea21b917a52e38db3312dab3e35523 /llvm/docs/tutorial | |
parent | 5304b72a81acca7e0d9c5cdf5f0d6705a310925b (diff) | |
download | bcm5719-llvm-1737f71322e3d440dcee74ef06640ad01945f3b9.tar.gz bcm5719-llvm-1737f71322e3d440dcee74ef06640ad01945f3b9.zip |
[docs] Fix sphinx doc generation errors
Summary:
Errors fixed:
- GettingStarted: Duplicate explicit target name: "cmake"
- GlobalISel: Unexpected indentation
- LoopTerminology: Explicit markup ends without a blank line; unexpected unindent
- ORCv2: Definition list ends without a blank line; unexpected unindent
- Misc: document isn't included in any toctree
Verified that a clean docs build (`rm -rf docs/ && ninja docs-llvm-html`) passes with no errors. Spot checked the individual pages to make sure they look OK.
Reviewers: thakis, dsanders
Reviewed By: dsanders
Subscribers: arphaman, llvm-commits, lhames, rovka, dsanders, reames
Tags: #llvm
Differential Revision: https://reviews.llvm.org/D66183
llvm-svn: 368932
Diffstat (limited to 'llvm/docs/tutorial')
-rw-r--r-- | llvm/docs/tutorial/index.rst | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/llvm/docs/tutorial/index.rst b/llvm/docs/tutorial/index.rst index 6fae00a642b..1a5277de4d8 100644 --- a/llvm/docs/tutorial/index.rst +++ b/llvm/docs/tutorial/index.rst @@ -10,9 +10,10 @@ Kaleidoscope: Implementing a Language with LLVM :glob: :numbered: -#. `My First Language Frontend with LLVM Tutorial <MyFirstLanguageFrontend/index.html>`_ - This is the "Kaleidoscope" Language tutorial, showing how to implement - a simple language using LLVM components in C++. + MyFirstLanguageFrontend/index + +This is the "Kaleidoscope" Language tutorial, showing how to implement a simple +language using LLVM components in C++. Kaleidoscope: Implementing a Language with LLVM in Objective Caml ================================================================= |