summaryrefslogtreecommitdiff
path: root/docs/userguides.rst
diff options
context:
space:
mode:
authorDaniel Dunbar <daniel@zuster.org>2012-05-08 16:50:43 +0000
committerDaniel Dunbar <daniel@zuster.org>2012-05-08 16:50:43 +0000
commit17412a0a038875f9ecbdcb19838987e985256360 (patch)
tree5c4433aa839432b0585fb0845caaed0b61e93802 /docs/userguides.rst
parent3b709d5f5532bacb6c351def8c9bc7efef36fa33 (diff)
downloadllvm-17412a0a038875f9ecbdcb19838987e985256360.tar.gz
llvm-17412a0a038875f9ecbdcb19838987e985256360.tar.bz2
llvm-17412a0a038875f9ecbdcb19838987e985256360.tar.xz
[docs] Integrate the command guide into the toctree.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@156385 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'docs/userguides.rst')
-rw-r--r--docs/userguides.rst11
1 files changed, 9 insertions, 2 deletions
diff --git a/docs/userguides.rst b/docs/userguides.rst
index 96102dd25e..eb70028e7b 100644
--- a/docs/userguides.rst
+++ b/docs/userguides.rst
@@ -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.
@@ -28,8 +35,8 @@ User Guides
* `Developer Policy <DeveloperPolicy.html>`_
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).