[llvm-commits] [llvm] r158753 - /llvm/trunk/docs/development_process.rst

Bill Wendling isanbard at gmail.com
Tue Jun 19 15:25:41 PDT 2012


Author: void
Date: Tue Jun 19 17:25:41 2012
New Revision: 158753

URL: http://llvm.org/viewvc/llvm-project?rev=158753&view=rev
Log:
Add Projects.rst to the toctree.

Modified:
    llvm/trunk/docs/development_process.rst

Modified: llvm/trunk/docs/development_process.rst
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/docs/development_process.rst?rev=158753&r1=158752&r2=158753&view=diff
==============================================================================
--- llvm/trunk/docs/development_process.rst (original)
+++ llvm/trunk/docs/development_process.rst Tue Jun 19 17:25:41 2012
@@ -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





More information about the llvm-commits mailing list