[PATCH] D66305: [docs] Convert remaining command guide entries from md to rst.
Jordan Rupprecht via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Thu Aug 15 10:18:05 PDT 2019
rupprecht created this revision.
rupprecht added a reviewer: jhenderson.
Herald added a project: LLVM.
Herald added a subscriber: llvm-commits.
Linking between markdown and rst files is currently not supported very well, e.g. the current llvm-addr2line docs [1] link to "llvm-symbolizer" instead of "llvm-symbolizer.html". This is weirdly broken in different ways depending on which versions of sphinx and recommonmark are being used, so workaround the bug by using rst everywhere.
[1] http://llvm.org/docs/CommandGuide/llvm-addr2line.html
Repository:
rG LLVM Github Monorepo
https://reviews.llvm.org/D66305
Files:
llvm/docs/CommandGuide/llvm-addr2line.md
llvm/docs/CommandGuide/llvm-addr2line.rst
llvm/docs/CommandGuide/llvm-ranlib.md
llvm/docs/CommandGuide/llvm-ranlib.rst
llvm/docs/CommandGuide/llvm-size.md
llvm/docs/CommandGuide/llvm-size.rst
llvm/docs/CommandGuide/llvm-strings.md
llvm/docs/CommandGuide/llvm-strings.rst
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D66305.215430.patch
Type: text/x-patch
Size: 5314 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20190815/89779633/attachment.bin>
More information about the llvm-commits
mailing list