diff options
author | Daniel Dunbar <daniel@zuster.org> | 2012-05-08 16:50:43 +0000 |
---|---|---|
committer | Daniel Dunbar <daniel@zuster.org> | 2012-05-08 16:50:43 +0000 |
commit | 2e395e17c352696271f5909294a153e25a31786c (patch) | |
tree | 113f1816385f6699ff23cf00b0b1a1c92bac5e95 /llvm | |
parent | 8f4a8a636c996af5bbd17fe15340c04a52c5a535 (diff) | |
download | bcm5719-llvm-2e395e17c352696271f5909294a153e25a31786c.tar.gz bcm5719-llvm-2e395e17c352696271f5909294a153e25a31786c.zip |
[docs] Integrate the command guide into the toctree.
llvm-svn: 156385
Diffstat (limited to 'llvm')
-rw-r--r-- | llvm/docs/userguides.rst | 11 |
1 files changed, 9 insertions, 2 deletions
diff --git a/llvm/docs/userguides.rst b/llvm/docs/userguides.rst index 96102dd25eb..eb70028e7b6 100644 --- a/llvm/docs/userguides.rst +++ b/llvm/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). |