Documentation: use a 'console' highlighter for terminal output examples. This
[oota-llvm.git] / docs / userguides.rst
index 8c1554dfce9c24c9d1e071d2906c96a4ffa2b558..cfb6dbeb5ede3d7f1450f387d215249d1bb46cdc 100644 (file)
@@ -20,6 +20,9 @@ User Guides
    HowToSubmitABug
    SphinxQuickstartTemplate
    Phabricator
+   TestingGuide
+   tutorial/index
+   ReleaseNotes
 
 * :ref:`getting_started`
     
@@ -36,13 +39,12 @@ User Guides
 
    Notes on building and testing LLVM/Clang on ARM.
 
-* `Getting Started with the LLVM System using Microsoft Visual Studio
-  <GettingStartedVS.html>`_
+* :doc:`GettingStartedVS`
 
    An addendum to the main Getting Started guide for those using Visual Studio
    on Windows.
     
-* `LLVM Tutorial <tutorial/>`_
+* :doc:`tutorial/index`
 
    A walk through the process of using LLVM for a custom language, and the
    facilities LLVM offers in tutorial form.
@@ -64,7 +66,7 @@ User Guides
 
    A list of common questions and problems and their solutions.
     
-* `Release notes for the current release <ReleaseNotes.html>`_
+* :doc:`Release notes for the current release <ReleaseNotes>`
 
    This describes new features, known bugs, and other limitations.
 
@@ -77,7 +79,7 @@ User Guides
   A template + tutorial for writing new Sphinx documentation. It is meant
   to be read in source form.
     
-* `LLVM Testing Infrastructure Guide <TestingGuide.html>`_
+* :doc:`LLVM Testing Infrastructure Guide <TestingGuide>`
 
    A reference manual for using the LLVM testing infrastructure.