Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Live docs for Vector shows docs for Array #750

Closed
klaff opened this issue Dec 7, 2020 · 1 comment
Closed

Live docs for Vector shows docs for Array #750

klaff opened this issue Dec 7, 2020 · 1 comment
Assignees
Labels
Live Docs The Live Docs panel on the bottom right of the editor

Comments

@klaff
Copy link

klaff commented Dec 7, 2020

Live docs for Vector shows:

Array{T,N} <: AbstractArray{T,N}

N-dimensional dense array with elements of type T.

Array{T}(undef, dims)
Array{T,N}(undef, dims)

Construct an uninitialized N-dimensional Array containing elements of type T. N can either be 
 ...

but I would expect it to show what we get at the REPL:

help?> Vector
search: Vector BitVector DenseVector StridedVector AbstractVector InvalidStateException

  Vector{T} <: AbstractVector{T}

  One-dimensional dense array with elements of type T, often used to represent a mathematical
  vector. Alias for Array{T,1}.

  ────────────────────────────────────────────────────────────────────────────────────────────────

  Vector{T}(undef, n)

  Construct an uninitialized Vector{T} of length n. See undef.

  Examples
 ...
@dralletje dralletje self-assigned this Dec 8, 2020
@dralletje
Copy link
Collaborator

Yeah this is my bad, will fix it today/tomorrow 😁

@fonsp fonsp added the Live Docs The Live Docs panel on the bottom right of the editor label Jun 12, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Live Docs The Live Docs panel on the bottom right of the editor
Projects
None yet
Development

No branches or pull requests

3 participants