Julia-vscode: URL in docs don't work

Created on 26 Nov 2017  Â·  4Comments  Â·  Source: julia-vscode/julia-vscode

using Distributions 

help?> :Beta
  Beta(α,β)

  The Beta distribution has probability density function

f(x; \alpha, \beta) = \frac{1}{B(\alpha, \beta)}
 x^{\alpha - 1} (1 - x)^{\beta - 1}, \quad x \in [0, 1]

  The Beta distribution is related to the Gamma distribution via the property that if X \sim \operatorname{Gamma}(\alpha) and Y \sim
  \operatorname{Gamma}(\beta) independently, then X / (X + Y) \sim Beta(\alpha, \beta).

  Beta()        # equivalent to Beta(1, 1)
  Beta(a)       # equivalent to Beta(a, a)
  Beta(a, b)    # Beta distribution with shape parameters a and b

  params(d)     # Get the parameters, i.e. (a, b)

  External links

    •    Beta distribution on Wikipedia

Main> versioninfo()
Julia Version 0.6.1
Commit 0d7248e (2017-10-24 22:15 UTC)
Platform Info:
  OS: Linux (x86_64-linux-gnu)
  CPU: Intel(R) Core(TM) i7-4710HQ CPU @ 2.50GHz
  WORD_SIZE: 64
  BLAS: libopenblas (USE64BITINT DYNAMIC_ARCH NO_AFFINITY Haswell)
  LAPACK: libopenblas64_
  LIBM: libopenlibm
  LLVM: libLLVM-3.9.1 (ORCJIT, haswell)
bug

Most helpful comment

All 4 comments

Do you mean the URL in the terminal window? Or something else?

Yes! I would have hoped to be able to click the link within the terminal.
The lack of underlining might also mean that other links that are not so explicit about linking outwards to the net will even be underlined.

Cool, lets see whether this works better with the changes in base. I don't think there is anything we can do here on our end, so I'm closing this.

Was this page helpful?
0 / 5 - 0 ratings

Related issues

davidanthoff picture davidanthoff  Â·  25Comments

davidanthoff picture davidanthoff  Â·  28Comments

allochi picture allochi  Â·  21Comments

torkar picture torkar  Â·  36Comments

phlavenk picture phlavenk  Â·  14Comments