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 | 444075a281a706b7581795c31ec94f9d756b3b75 (patch) | |
tree | 35f689d9cbf9f74d8f80aff72ae2c62764a57153 /llvm/docs/development_process.rst | |
parent | 34ffc89e939c854be8de7b8acbd93af8944fe87d (diff) | |
download | bcm5719-llvm-444075a281a706b7581795c31ec94f9d756b3b75.tar.gz bcm5719-llvm-444075a281a706b7581795c31ec94f9d756b3b75.zip |
Add Projects.rst to the toctree.
llvm-svn: 158753
Diffstat (limited to 'llvm/docs/development_process.rst')
-rw-r--r-- | llvm/docs/development_process.rst | 9 |
1 files changed, 8 insertions, 1 deletions
diff --git a/llvm/docs/development_process.rst b/llvm/docs/development_process.rst index f73bbf4cd96..9d0d2f9858c 100644 --- a/llvm/docs/development_process.rst +++ b/llvm/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 |