X-Git-Url: http://plrg.eecs.uci.edu/git/?a=blobdiff_plain;f=docs%2Fdevelopment_process.rst;h=4fc20b34129db499509f1b624a3a490ad6fb280e;hb=92080529a05e223303a75d83008f804fd518aba7;hp=40eb24d4bfbcfb7960cad958b0d79992c537b3c6;hpb=9059390cf0a6d57add00169c28805bb9a59308b6;p=oota-llvm.git diff --git a/docs/development_process.rst b/docs/development_process.rst index 40eb24d4bfb..4fc20b34129 100644 --- a/docs/development_process.rst +++ b/docs/development_process.rst @@ -6,34 +6,25 @@ Development Process Documentation .. toctree:: :hidden: - CodingStandards MakefileGuide Projects -\ +* :ref:`projects` - * :ref:`projects` + How-to guide and templates for new projects that *use* the LLVM + infrastructure. The templates (directory organization, Makefiles, and test + tree) allow the project code to be located outside (or inside) the ``llvm/`` + tree, while using LLVM header files and libraries. - How-to guide and templates for new projects that *use* the LLVM - infrastructure. The templates (directory organization, Makefiles, and test - tree) allow the project code to be located outside (or inside) the ``llvm/`` - tree, while using LLVM header files and libraries. +* `LLVMBuild Documentation `_ - * :ref:`coding_standards` + Describes the LLVMBuild organization and files used by LLVM to specify + component descriptions. - Describes a few coding standards that are used in the LLVM source tree. All - code submissions must follow the coding standards before being allowed into - the source tree. +* :ref:`makefile_guide` - * `LLVMBuild Documentation `_ + Describes how the LLVM makefiles work and how to use them. - Describes the LLVMBuild organization and files used by LLVM to specify - component descriptions. +* `How To Release LLVM To The Public `_ - * :ref:`makefile_guide` - - Describes how the LLVM makefiles work and how to use them. - - * `How To Release LLVM To The Public `_ - - This is a guide to preparing LLVM releases. Most developers can ignore it. + This is a guide to preparing LLVM releases. Most developers can ignore it.