docs: Show TOC for GettingStarted.rst.
[oota-llvm.git] / docs / development_process.rst
1 .. _development_process:
2
3 Development Process Documentation
4 =================================
5
6 .. toctree::
7    :hidden:
8
9    MakefileGuide
10    Projects
11    LLVMBuild
12    HowToReleaseLLVM
13
14 * :ref:`projects`
15
16   How-to guide and templates for new projects that *use* the LLVM
17   infrastructure.  The templates (directory organization, Makefiles, and test
18   tree) allow the project code to be located outside (or inside) the ``llvm/``
19   tree, while using LLVM header files and libraries.
20
21 * :doc:`LLVMBuild`
22
23   Describes the LLVMBuild organization and files used by LLVM to specify
24   component descriptions.
25
26 * :ref:`makefile_guide`
27
28   Describes how the LLVM makefiles work and how to use them.
29
30 * :doc:`HowToReleaseLLVM`
31
32   This is a guide to preparing LLVM releases. Most developers can ignore it.