Changes "see also" links to use :manpage: instead of plain text or the form name|name which was being treated literally, not as a link.
Details
Diff Detail
Event Timeline
llvm/docs/CommandGuide/llvm-ar.rst | ||
---|---|---|
367 ↗ | (On Diff #207187) | Have you built the docs? I don't think this will work, since there's no GNU ar document in the LLVM docs. |
llvm/docs/CommandGuide/llvm-ar.rst | ||
---|---|---|
367 ↗ | (On Diff #207187) | Good catch. Turns out this doesn't produce a warning, the :manpage: directive is not that intuitive. |
LGTM. This is definitely an improvement. I'm dubious about some "See Also" references (linking GNU as to llvm-as is potentially a bit misleading in my opinion), but you haven't made them worse.
linking GNU as to llvm-as is potentially a bit misleading in my opinion
Agreed, I could change this but frankly the name is the bigger problem IMO. But the naming is all over the place for these tools. Some llvm only tools are prefaced with 'll' some don't have that prefix, all of the tools which replace an existing one are in the form llvm-*. Anyway, long way to say I agree llvm-as is not really the same as as.