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

Bill Wendling isanbard at gmail.com
Wed Jun 20 03:08:24 PDT 2012


Sure. Done. :)

-bw

On Jun 20, 2012, at 1:47 AM, Sean Silva wrote:

> I think you can avoid that ugly backslash by de-indenting the list (I don't think it should be indented in the first place; it's not "sub" anything).
> 
> --Sean Silva
> 
> On Tue, Jun 19, 2012 at 3:25 PM, Bill Wendling <isanbard at gmail.com> wrote:
> 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
> 
> 
> _______________________________________________
> llvm-commits mailing list
> llvm-commits at cs.uiuc.edu
> http://lists.cs.uiuc.edu/mailman/listinfo/llvm-commits
> 
> _______________________________________________
> llvm-commits mailing list
> llvm-commits at cs.uiuc.edu
> http://lists.cs.uiuc.edu/mailman/listinfo/llvm-commits





More information about the llvm-commits mailing list