diff options
author | Sean Silva <silvas@purdue.edu> | 2013-03-30 15:32:47 +0000 |
---|---|---|
committer | Sean Silva <silvas@purdue.edu> | 2013-03-30 15:32:47 +0000 |
commit | 9d205c8edc17ebe183384318759b3897728e592f (patch) | |
tree | d090976448b40ad72e2530fdb37bb54efddfc509 /llvm/docs | |
parent | a73cc5eeadaf9a9c0d6596e22ed662532c671b2c (diff) | |
download | bcm5719-llvm-9d205c8edc17ebe183384318759b3897728e592f.tar.gz bcm5719-llvm-9d205c8edc17ebe183384318759b3897728e592f.zip |
[docs] Put DeveloperPolicy under "Development Process Documentation"
llvm-svn: 178421
Diffstat (limited to 'llvm/docs')
-rw-r--r-- | llvm/docs/index.rst | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/llvm/docs/index.rst b/llvm/docs/index.rst index 8f22ef2a774..9c5c11af575 100644 --- a/llvm/docs/index.rst +++ b/llvm/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 |