Displaying 3 results from an estimated 3 matches for "c840093d".
2018 Apr 02
0
[RFC] Markdown for documentation
..._____________________
> LLVM Developers mailing list
> llvm-dev at lists.llvm.org
> http://lists.llvm.org/cgi-bin/mailman/listinfo/llvm-dev
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.llvm.org/pipermail/llvm-dev/attachments/20180402/c840093d/attachment.html>
2018 Mar 29
0
[RFC] Markdown for documentation
If Sphinx consumes Markdown, great, let's do it.
We can migrate docs from .rst to .md easily over time.
On Thu, Mar 29, 2018 at 1:26 PM Michael Spencer via llvm-dev <
llvm-dev at lists.llvm.org> wrote:
> There's been some desire recently to start writing documentation in
> Markdown instead of reStructuredText. I put up a [patch](
> https://reviews.llvm.org/D44910) for
2018 Mar 29
2
[RFC] Markdown for documentation
Agreed. Markdown is also nice for the github integration. It might
make some of our docs more easily discoverable. (and maybe editable
someday)
On 03/29/2018 01:34 PM, Reid Kleckner via llvm-dev wrote:
> If Sphinx consumes Markdown, great, let's do it.
>
> We can migrate docs from .rst to .md easily over time.
>
> On Thu, Mar 29, 2018 at 1:26 PM Michael Spencer via