From 9e22640b143c09ae02641ef7f544c021190d94d0 Mon Sep 17 00:00:00 2001 From: Bill Wendling Date: Tue, 19 Jun 2012 22:25:41 +0000 Subject: [PATCH] Add Projects.rst to the toctree. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@158753 91177308-0d34-0410-b5e6-96231b3b80d8 --- docs/development_process.rst | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) diff --git a/docs/development_process.rst b/docs/development_process.rst index f73bbf4cd96..9d0d2f9858c 100644 --- a/docs/development_process.rst +++ b/docs/development_process.rst @@ -3,7 +3,14 @@ Development Process Documentation ================================= - * `LLVM Project Guide `_ +.. toctree:: + :hidden: + + Projects + +\ + + * :ref:`projects` How-to guide and templates for new projects that *use* the LLVM infrastructure. The templates (directory organization, Makefiles, and test -- 2.34.1