From 444075a281a706b7581795c31ec94f9d756b3b75 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. llvm-svn: 158753 --- llvm/docs/development_process.rst | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) diff --git a/llvm/docs/development_process.rst b/llvm/docs/development_process.rst index f73bbf4cd965..9d0d2f9858cb 100644 --- a/llvm/docs/development_process.rst +++ b/llvm/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