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