[docs] Integrate the command guide into the toctree.

llvm-svn: 156385
This commit is contained in:
Daniel Dunbar 2012-05-08 16:50:43 +00:00
parent 8f4a8a636c
commit 2e395e17c3
1 changed files with 9 additions and 2 deletions

View File

@ -3,6 +3,13 @@
User Guides
===========
.. toctree::
:hidden:
CommandGuide/index
\
* `The LLVM Getting Started Guide <GettingStarted.html>`_
Discusses how to get up and running quickly with the LLVM infrastructure.
@ -29,7 +36,7 @@ User Guides
The LLVM project's policy towards developers and their contributions.
* `LLVM Command Guide <CommandGuide/index.html>`_
* :ref:`LLVM Command Guide <commands>`
A reference manual for the LLVM command line utilities ("man" pages for LLVM
tools).