From 7d31849c44a15924cb1e0d7b72d540c80c27abac Mon Sep 17 00:00:00 2001 From: Sean Silva Date: Thu, 20 Dec 2012 03:32:39 +0000 Subject: [PATCH] docs: Show TOC for GettingStarted.rst. This is a pretty lengthy document, so put the table of contents in your face so that it's easier to scope out the content. This document is a mess currently and needs to be refactored/revised/split-up. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@170646 91177308-0d34-0410-b5e6-96231b3b80d8 --- docs/GettingStarted.rst | 3 +++ 1 file changed, 3 insertions(+) diff --git a/docs/GettingStarted.rst b/docs/GettingStarted.rst index d99acbbb480..e37eab91cdf 100644 --- a/docs/GettingStarted.rst +++ b/docs/GettingStarted.rst @@ -4,6 +4,9 @@ Getting Started with the LLVM System ==================================== +.. contents:: + :local: + Overview ========