[llvm-commits] [PATCH] LLVM FAQ converted into reST format

Michael Spencer bigcheesegs at gmail.com
Fri Jun 15 13:38:06 PDT 2012


On Fri, Jun 15, 2012 at 2:25 AM, Mikael Lyngvig <mikael at lyngvig.org> wrote:
> Can't really make a patch file as it is a new file based on FAQ.html from
> the website.
>
> Changes are:
>
>    1. The format is now reST instead of HTML.
>    2. A few (like two or three) missing code markups have been added.
>    3. Sphinx code-blocks are now used for all kinds of code: bash, c, and
> llvm.
>
> Other than that, the file should be a faithful and precise conversion from
> HTML to reST.
>
>
> Cheers,
> Mikael

It needs to be 80-col except for underlined headers. Also it needs to
be linked from a toctree and properly integrated. It also currently
conflicts with the FAQ.html that gets copied in so I had to rename it
to even see what it looked like.

Each header is currently getting underlined by Sphinx, this looks
pretty weird. It should be using a different header level.

- Michael Spencer




More information about the llvm-commits mailing list