Document the llvm.fabs intrinsic.
[oota-llvm.git] / docs / userguides.rst
index 3e8fb4cb8552ff2c685be73872b70536d2a38d0d..1b44c48fe97f8a4ba57b6bcbe1c25cc099544be3 100644 (file)
@@ -7,7 +7,11 @@ User Guides
    :hidden:
 
    CommandGuide/index
+   DeveloperPolicy
+   GettingStartedVS
    FAQ
+   Lexicon
+   Packaging
 
 * `The LLVM Getting Started Guide <GettingStarted.html>`_
     
@@ -31,7 +35,7 @@ User Guides
    A walk through the process of using LLVM for a custom language, and the
    facilities LLVM offers in tutorial form.
 
-* `Developer Policy <DeveloperPolicy.html>`_
+* :ref:`developer_policy`
 
    The LLVM project's policy towards developers and their contributions.
 
@@ -65,11 +69,11 @@ User Guides
 
    Instructions for building the clang front-end from source.
     
-* `Packaging guide <Packaging.html>`_
+* :ref:`packaging`
 
    Advice on packaging LLVM into a distribution.
     
-* `The LLVM Lexicon <Lexicon.html>`_
+* :ref:`lexicon`
 
    Definition of acronyms, terms and concepts used in LLVM.