diff options
-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 f73bbf4cd9..9d0d2f9858 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 |