[llvm-commits] [llvm] r170646 - /llvm/trunk/docs/GettingStarted.rst

Sean Silva silvas at purdue.edu
Wed Dec 19 19:32:40 PST 2012


Author: silvas
Date: Wed Dec 19 21:32:39 2012
New Revision: 170646

URL: http://llvm.org/viewvc/llvm-project?rev=170646&view=rev
Log:
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.

Modified:
    llvm/trunk/docs/GettingStarted.rst

Modified: llvm/trunk/docs/GettingStarted.rst
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/docs/GettingStarted.rst?rev=170646&r1=170645&r2=170646&view=diff
==============================================================================
--- llvm/trunk/docs/GettingStarted.rst (original)
+++ llvm/trunk/docs/GettingStarted.rst Wed Dec 19 21:32:39 2012
@@ -4,6 +4,9 @@
 Getting Started with the LLVM System  
 ====================================
 
+.. contents::
+   :local:
+
 Overview
 ========
 





More information about the llvm-commits mailing list