[cfe-dev] Transitioning Clang's docs/ to Sphinx

Sean Silva silvas at purdue.edu
Mon Dec 10 10:47:49 PST 2012


Thanks. I have applied this on my local conversion branch.

btw, is anybody working on Passes.html and WritingAnLLVMPass.html?
Those are the last two in llvm!

-- Sean Silva

On Mon, Dec 10, 2012 at 10:56 AM, Dmitri Gribenko <gribozavr at gmail.com> wrote:
> On Fri, Dec 7, 2012 at 11:43 PM, Sean Silva <silvas at purdue.edu> wrote:
>> The conversion of LLVM's documentation to Sphinx has taken a long
>> time, but this conversion will be much faster, if only because my (and
>> others', I presume) techniques. The conversion of llvm/docs/tutorial/
>> I did in  r169343 was singlehandedly 1.5x larger than all of Clang's
>> docs combined; the conversion took approximately 4 hours.
>
> Hello,
>
> Here's a patch that converts the following Clang documents to reST:
>        docs/LanguageExtensions.rst
>        docs/LibASTMatchers.rst
>        docs/LibTooling.rst
>        docs/PCHInternals.rst
>        docs/ThreadSanitizer.rst
>        docs/Tooling.rst
>
> The patch is prepared by Mykhailo Pustovit, with review and minor edits by me.
>
> Can not commit it yet, infrastructure is not ready.
>
> Dmitri
>
> --
> main(i,j){for(i=2;;i++){for(j=2;j<i;j++){if(!(i%j)){j=0;break;}}if
> (j){printf("%d\n",i);}}} /*Dmitri Gribenko <gribozavr at gmail.com>*/



More information about the cfe-dev mailing list