[all-commits] [llvm/llvm-project] f2508d: [RISCV][Docs] Use double underscore for external l...

Craig Topper via All-commits all-commits at lists.llvm.org
Tue Feb 6 10:40:56 PST 2024


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: f2508d0a406c8978636eafeb9a23e15984e68836
      https://github.com/llvm/llvm-project/commit/f2508d0a406c8978636eafeb9a23e15984e68836
  Author: Craig Topper <craig.topper at sifive.com>
  Date:   2024-02-06 (Tue, 06 Feb 2024)

  Changed paths:
    M llvm/docs/RISCVUsage.rst

  Log Message:
  -----------
  [RISCV][Docs] Use double underscore for external links in RISCVUsage.rst.

Using a single underscore creates a reference target. If the target
name has the same name as another link, we get a "Duplicate target name"
warning. This is currently happening for Ssqosid.

Using __ prevents this. I've converted all links so no one trips over
this in the future.

One link was missing any underscores so wasn't a link at all in the
generated html.




More information about the All-commits mailing list