Sphinxify DebuggingJITedCode
[oota-llvm.git] / docs / programming.rst
index a23402276dd8e05a93e725769517b528532ed78f..27e43014ee3cb9bf933dc3ed9fae105801e456c9 100644 (file)
@@ -3,6 +3,12 @@
 Programming Documentation
 =========================
 
+.. toctree::
+   :hidden:
+
+   CodingStandards
+   CommandLine
+
 * `LLVM Language Reference Manual <LangRef.html>`_
 
   Defines the LLVM intermediate representation and the assembly form of the
@@ -13,11 +19,11 @@ Programming Documentation
   Introduction to the general layout of the LLVM sourcebase, important classes
   and APIs, and some tips & tricks.
 
-* `CommandLine library Reference Manual <CommandLine.html>`_
+* :ref:`commandline`
 
   Provides information on using the command line parsing library.
 
-* `LLVM Coding standards <CodingStandards.html>`_
+* :ref:`coding_standards`
 
   Details the LLVM coding standards and provides useful information on writing
   efficient C++ code.