summaryrefslogtreecommitdiff
path: root/docs/index.rst
diff options
context:
space:
mode:
authorSean Silva <silvas@purdue.edu>2013-03-30 15:32:47 +0000
committerSean Silva <silvas@purdue.edu>2013-03-30 15:32:47 +0000
commita6a22233a8f785e44bcb7c2717bd7586708332dd (patch)
treeaa3fb4173364a463bbbce77e2e3591a4e15c13d8 /docs/index.rst
parentddcc82b871e2033ed3e566be8e7303aac5cde471 (diff)
downloadllvm-a6a22233a8f785e44bcb7c2717bd7586708332dd.tar.gz
llvm-a6a22233a8f785e44bcb7c2717bd7586708332dd.tar.bz2
llvm-a6a22233a8f785e44bcb7c2717bd7586708332dd.tar.xz
[docs] Put DeveloperPolicy under "Development Process Documentation"
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@178421 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'docs/index.rst')
-rw-r--r--docs/index.rst8
1 files changed, 4 insertions, 4 deletions
diff --git a/docs/index.rst b/docs/index.rst
index 8f22ef2a77..9c5c11af57 100644
--- a/docs/index.rst
+++ b/docs/index.rst
@@ -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 process.
.. 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