Skip to content
Snippets Groups Projects
Commit 3c07aa1e authored by Herbert Valerio Riedel's avatar Herbert Valerio Riedel :man_dancing:
Browse files

Define and use `extlinks` link shorteners in user's guide

This patch defines 3 short linkeners,

    extlinks = {
      'issue': ('https://github.com/haskell/cabal/issues/%s', '#'),
      'ghc-wiki': ('http://ghc.haskell.org/trac/ghc/wiki/%s', ''),
      'ghc-ticket': ('http://ghc.haskell.org/trac/ghc/ticket/%s', 'GHC #'),
    }

See http://www.sphinx-doc.org/en/stable/ext/extlinks.html for more
information as well as this diff for examples on how to use them.
parent d7f81089
Branches fix-typo
No related tags found
No related merge requests found
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment