Documentation: convert SystemLibrary documentation to reST
[oota-llvm.git] / docs / subsystems.rst
index 1c4fd232deb95e008884969ea7bd75dff4285d06..7bd9617e27850851d1a2dfdbe190974c80ec3485 100644 (file)
@@ -19,6 +19,7 @@ Subsystem Documentation
    GoldPlugin
    MarkedUpDisassembly
    HowToUseInstrMappings
+   SystemLibrary
 
 .. FIXME: once LangRef is Sphinxified, HowToUseInstrMappings should be put
    under LangRef's toctree instead of this page's toctree.
@@ -71,9 +72,9 @@ Subsystem Documentation
     
    This describes the file format and encoding used for LLVM "bc" files.
     
-* `System Library <SystemLibrary.html>`_
+* :doc:`System Library <SystemLibrary>`
     
-   This document describes the LLVM System Library (<tt>lib/System</tt>) and
+   This document describes the LLVM System Library (``lib/System``) and
    how to keep LLVM source code portable
     
 * :ref:`lto`