[llvm-commits] [llvm] r158753 - /llvm/trunk/docs/development_process.rst
Sean Silva
silvas at purdue.edu
Wed Jun 20 01:47:10 PDT 2012
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
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20120620/b131d88d/attachment.html>
More information about the llvm-commits
mailing list