docs: Separate development process type of documentation from programming
authorDaniel Dunbar <daniel@zuster.org>
Wed, 2 Nov 2011 15:56:58 +0000 (15:56 +0000)
committerDaniel Dunbar <daniel@zuster.org>
Wed, 2 Nov 2011 15:56:58 +0000 (15:56 +0000)
documentation.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@143543 91177308-0d34-0410-b5e6-96231b3b80d8

docs/index.html

index 1de7c7b68232cf821541a4555c02d877fcfb4201..4cb27106711cffd419bda1dbbc1188bfd814678d 100644 (file)
@@ -19,8 +19,9 @@ your documentation.</p>
   <li><a href="#llvmdesign">LLVM Design</a></li>
   <li><a href="/pubs/">LLVM Publications</a></li>
   <li><a href="#userguide">LLVM User Guides</a></li>
-  <li><a href="#llvmprog">General LLVM Programming Documentation</a></li>
+  <li><a href="#llvmprog">LLVM Programming Documentation</a></li>
   <li><a href="#subsystems">LLVM Subsystem Documentation</a></li>
+  <li><a href="#develprocess">LLVM Programming Documentation</a></li>
   <li><a href="#maillist">LLVM Mailing Lists</a></li>
 </ul>
 </td><td class="right">
@@ -137,7 +138,7 @@ LLVM buildbot master.</li>
 
 
 <!--=======================================================================-->
-<h2><a name="llvmprog">General LLVM Programming Documentation</a></h2>
+<h2><a name="llvmprog">LLVM Programming Documentation</a></h2>
 <!--=======================================================================-->
 
 <ul>
@@ -148,15 +149,6 @@ intermediate representation and the assembly form of the different nodes.</li>
 Introduction to the general layout of the LLVM sourcebase, important classes
 and APIs, and some tips &amp; tricks.</li>
 
-<li><a href="Projects.html">LLVM Project Guide</a> - How-to guide and
-templates for new projects that <em>use</em> the LLVM infrastructure.  The
-templates (directory organization, Makefiles, and test tree) allow the project
-code to be located outside (or inside) the <tt>llvm/</tt> tree, while using LLVM
-header files and libraries.</li>
-
-<li><a href="MakefileGuide.html">LLVM Makefile Guide</a> - Describes how the
-LLVM makefiles work and how to use them.</li>
-
 <li><a href="CommandLine.html">CommandLine library Reference Manual</a> -
 Provides information on using the command line parsing library.</li>
 
@@ -167,10 +159,6 @@ efficient C++ code.</li>
 <li><a href="ExtendingLLVM.html">Extending LLVM</a> - Look here to see how
 to add instructions and intrinsics to LLVM.</li>
 
-<li><a href="HowToReleaseLLVM.html">How To Release LLVM To The Public</a> - This
-is a guide to preparing LLVM releases. Most developers can ignore it.</li>
-
-
 <li><a href="http://llvm.org/doxygen/">Doxygen generated
 documentation</a> (<a
 href="http://llvm.org/doxygen/inherits.html">classes</a>)
@@ -244,6 +232,25 @@ information about Branch Prediction Information.</li>
 
 </ul>
 
+<!--=======================================================================-->
+<h2><a name="develprocess">LLVM Development Process Documentation</a></h2>
+<!--=======================================================================-->
+
+<ul>
+
+<li><a href="Projects.html">LLVM Project Guide</a> - How-to guide and
+templates for new projects that <em>use</em> the LLVM infrastructure.  The
+templates (directory organization, Makefiles, and test tree) allow the project
+code to be located outside (or inside) the <tt>llvm/</tt> tree, while using LLVM
+header files and libraries.</li>
+
+<li><a href="MakefileGuide.html">LLVM Makefile Guide</a> - Describes how the
+LLVM makefiles work and how to use them.</li>
+
+<li><a href="HowToReleaseLLVM.html">How To Release LLVM To The Public</a> - This
+is a guide to preparing LLVM releases. Most developers can ignore it.</li>
+
+</ul>
 
 <!--=======================================================================-->
 <h2><a name="maillist">LLVM Mailing Lists</a></h2>
@@ -290,4 +297,3 @@ times each day, making it a high volume list.</li>
   Last modified: $Date$
 </address>
 </body></html>
-