From 1737f71322e3d440dcee74ef06640ad01945f3b9 Mon Sep 17 00:00:00 2001 From: Jordan Rupprecht Date: Wed, 14 Aug 2019 22:18:01 +0000 Subject: [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 --- llvm/docs/tutorial/index.rst | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) (limited to 'llvm/docs/tutorial') 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 `_ - 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 ================================================================= -- cgit v1.2.3