Sphinxify the LTO document.
[oota-llvm.git] / docs / development_process.rst
1 .. _development_process:
2
3 Development Process Documentation
4 =================================
5
6 .. toctree::
7    :hidden:
8
9    CodingStandards
10    MakefileGuide
11    Projects
12
13 \
14
15  * :ref:`projects`
16
17    How-to guide and templates for new projects that *use* the LLVM
18    infrastructure.  The templates (directory organization, Makefiles, and test
19    tree) allow the project code to be located outside (or inside) the ``llvm/``
20    tree, while using LLVM header files and libraries.
21
22  * :ref:`coding_standards`
23
24    Describes a few coding standards that are used in the LLVM source tree. All
25    code submissions must follow the coding standards before being allowed into
26    the source tree.
27
28  * `LLVMBuild Documentation <LLVMBuild.html>`_
29
30    Describes the LLVMBuild organization and files used by LLVM to specify
31    component descriptions.
32
33  * :ref:`makefile_guide`
34
35    Describes how the LLVM makefiles work and how to use them.
36
37  * `How To Release LLVM To The Public <HowToReleaseLLVM.html>`_
38
39    This is a guide to preparing LLVM releases. Most developers can ignore it.