[llvm-commits] [llvm] r156385 - /llvm/trunk/docs/userguides.rst

Daniel Dunbar daniel at zuster.org
Tue May 8 09:50:44 PDT 2012


Author: ddunbar
Date: Tue May  8 11:50:43 2012
New Revision: 156385

URL: http://llvm.org/viewvc/llvm-project?rev=156385&view=rev
Log:
[docs] Integrate the command guide into the toctree.

Modified:
    llvm/trunk/docs/userguides.rst

Modified: llvm/trunk/docs/userguides.rst
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/docs/userguides.rst?rev=156385&r1=156384&r2=156385&view=diff
==============================================================================
--- llvm/trunk/docs/userguides.rst (original)
+++ llvm/trunk/docs/userguides.rst Tue May  8 11:50:43 2012
@@ -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 @@
  * `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).





More information about the llvm-commits mailing list