diff options
author | Bill Wendling <isanbard@gmail.com> | 2012-06-19 22:25:41 +0000 |
---|---|---|
committer | Bill Wendling <isanbard@gmail.com> | 2012-06-19 22:25:41 +0000 |
commit | 9e22640b143c09ae02641ef7f544c021190d94d0 (patch) | |
tree | 3f16b5b275dfa83e4cf7235e4675d8e9484753da /docs | |
parent | 2e355f6c45e052121217a33b3c24af2864fca6d6 (diff) | |
download | external_llvm-9e22640b143c09ae02641ef7f544c021190d94d0.zip external_llvm-9e22640b143c09ae02641ef7f544c021190d94d0.tar.gz external_llvm-9e22640b143c09ae02641ef7f544c021190d94d0.tar.bz2 |
Add Projects.rst to the toctree.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@158753 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'docs')
-rw-r--r-- | docs/development_process.rst | 9 |
1 files changed, 8 insertions, 1 deletions
diff --git a/docs/development_process.rst b/docs/development_process.rst index f73bbf4..9d0d2f9 100644 --- a/docs/development_process.rst +++ b/docs/development_process.rst @@ -3,7 +3,14 @@ Development Process Documentation ================================= - * `LLVM Project Guide <Projects.html>`_ +.. 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 |