[PATCH] D63970: [docs] [tools] Fix see also links

Alex Brachet via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Fri Jun 28 23:54:37 PDT 2019


abrachet created this revision.
abrachet added reviewers: jhenderson, rupprecht.
Herald added a project: LLVM.
Herald added a subscriber: llvm-commits.

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.


Repository:
  rG LLVM Github Monorepo

https://reviews.llvm.org/D63970

Files:
  llvm/docs/CommandGuide/bugpoint.rst
  llvm/docs/CommandGuide/llc.rst
  llvm/docs/CommandGuide/lli.rst
  llvm/docs/CommandGuide/llvm-ar.rst
  llvm/docs/CommandGuide/llvm-as.rst
  llvm/docs/CommandGuide/llvm-bcanalyzer.rst
  llvm/docs/CommandGuide/llvm-dis.rst
  llvm/docs/CommandGuide/llvm-extract.rst


Index: llvm/docs/CommandGuide/llvm-extract.rst
===================================================================
--- llvm/docs/CommandGuide/llvm-extract.rst
+++ llvm/docs/CommandGuide/llvm-extract.rst
@@ -77,5 +77,4 @@
 SEE ALSO
 --------
 
-bugpoint
-
+:manpage:`bugpoint(1)`
Index: llvm/docs/CommandGuide/llvm-dis.rst
===================================================================
--- llvm/docs/CommandGuide/llvm-dis.rst
+++ llvm/docs/CommandGuide/llvm-dis.rst
@@ -67,4 +67,4 @@
 --------
 
 
-llvm-as|llvm-as
+:manpage:`llvm-as(1)`
Index: llvm/docs/CommandGuide/llvm-bcanalyzer.rst
===================================================================
--- llvm/docs/CommandGuide/llvm-bcanalyzer.rst
+++ llvm/docs/CommandGuide/llvm-bcanalyzer.rst
@@ -303,5 +303,4 @@
 SEE ALSO
 --------
 
-:doc:`/CommandGuide/llvm-dis`, :doc:`/BitCodeFormat`
-
+:manpage:`llvm-dis(1)`, :doc:`/BitCodeFormat`
Index: llvm/docs/CommandGuide/llvm-as.rst
===================================================================
--- llvm/docs/CommandGuide/llvm-as.rst
+++ llvm/docs/CommandGuide/llvm-as.rst
@@ -55,4 +55,4 @@
 SEE ALSO
 --------
 
-llvm-dis|llvm-dis, gccas|gccas
+:manpage:`llvm-dis(1)`, as(1)
Index: llvm/docs/CommandGuide/llvm-ar.rst
===================================================================
--- llvm/docs/CommandGuide/llvm-ar.rst
+++ llvm/docs/CommandGuide/llvm-ar.rst
@@ -364,5 +364,4 @@
 SEE ALSO
 --------
 
-
-ar(1)
+:manpage:`ar(1)`
Index: llvm/docs/CommandGuide/lli.rst
===================================================================
--- llvm/docs/CommandGuide/lli.rst
+++ llvm/docs/CommandGuide/lli.rst
@@ -214,4 +214,4 @@
 SEE ALSO
 --------
 
-:program:`llc`
+:manpage:`llc(1)`
Index: llvm/docs/CommandGuide/llc.rst
===================================================================
--- llvm/docs/CommandGuide/llc.rst
+++ llvm/docs/CommandGuide/llc.rst
@@ -211,5 +211,4 @@
 SEE ALSO
 --------
 
-lli
-
+:manpage:`lli(1)`
Index: llvm/docs/CommandGuide/bugpoint.rst
===================================================================
--- llvm/docs/CommandGuide/bugpoint.rst
+++ llvm/docs/CommandGuide/bugpoint.rst
@@ -195,4 +195,4 @@
 SEE ALSO
 --------
 
-opt|opt
+:manpage:`opt(1)`


-------------- next part --------------
A non-text attachment was scrubbed...
Name: D63970.207187.patch
Type: text/x-patch
Size: 2205 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20190629/cfe0cfeb/attachment.bin>


More information about the llvm-commits mailing list