[llvm] r178421 - [docs] Put DeveloperPolicy under "Development Process Documentation"

Sean Silva silvas at purdue.edu
Sat Mar 30 08:32:47 PDT 2013


Author: silvas
Date: Sat Mar 30 10:32:47 2013
New Revision: 178421

URL: http://llvm.org/viewvc/llvm-project?rev=178421&view=rev
Log:
[docs] Put DeveloperPolicy under "Development Process Documentation"

Modified:
    llvm/trunk/docs/index.rst

Modified: llvm/trunk/docs/index.rst
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/docs/index.rst?rev=178421&r1=178420&r2=178421&view=diff
==============================================================================
--- llvm/trunk/docs/index.rst (original)
+++ llvm/trunk/docs/index.rst Sat Mar 30 10:32:47 2013
@@ -72,7 +72,6 @@ representation.
    CMake
    HowToBuildOnARM
    CommandGuide/index
-   DeveloperPolicy
    GettingStarted
    GettingStartedVS
    FAQ
@@ -108,9 +107,6 @@ representation.
    Tutorials about using LLVM. Includes a tutorial about making a custom
    language with LLVM.
 
-:doc:`DeveloperPolicy`
-   The LLVM project's policy towards developers and their contributions.
-
 :doc:`LLVM Command Guide <CommandGuide/index>`
    A reference manual for the LLVM command line utilities ("man" pages for LLVM
    tools).
@@ -324,12 +320,16 @@ Information about LLVM's development pro
 .. toctree::
    :hidden:
 
+   DeveloperPolicy
    MakefileGuide
    Projects
    LLVMBuild
    HowToReleaseLLVM
    Packaging
 
+:doc:`DeveloperPolicy`
+   The LLVM project's policy towards developers and their contributions.
+
 :doc:`Projects`
   How-to guide and templates for new projects that *use* the LLVM
   infrastructure.  The templates (directory organization, Makefiles, and test





More information about the llvm-commits mailing list