[PATCH] D27608: Update LLVM documentation to allow for easier creation of documentation in multiple formats (in particular CHM format)
Vedant Kumar via llvm-commits
llvm-commits at lists.llvm.org
Fri Dec 9 16:41:33 PST 2016
Ah, ok. You'll need to `git add` the files you created so that they show up in
the patch.
vedant
> On Dec 9, 2016, at 4:39 PM, Ethin Probst <harlydavidsen at gmail.com> wrote:
>
> Hello there,
> If you run make htmlhelp -s (or sphinx-build -b htmlhelp ../output) it
> generates the TOC that I described. I'm sorry if the patch deletes a
> lot of useful documentation--I'm not sure how to tell Git to indicate
> that I've moved that documentation into separate files and not deleted
> it.
>
> On 12/9/16, Vedant Kumar via Phabricator <reviews at reviews.llvm.org> wrote:
>> vsk added a comment.
>>
>> Just to make sure we're on the same page, are you running this?
>>
>> mkdir output
>> cd llvm
>> sphinx-build -b epub docs ../output
>>
>> The table of contents in the epub doc this command generates looks fine to
>> me (and it's in one file). I wonder if you could clarify the exact steps
>> you're taking, and the go into a bit more detail about the problem you're
>> trying to solve. As-is, your patch simply deletes a lot of useful
>> documentation, so I don't think we can take it.
>>
>>
>> https://reviews.llvm.org/D27608
>>
>>
>>
>>
>
>
> --
> Signed,
> Ethin D. Probst
More information about the llvm-commits
mailing list