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

Function help within REPL hangs, then produces 6357 lines of output. #20904

Closed
sbromberger opened this issue Mar 5, 2017 · 4 comments
Closed
Labels
docs This change adds or pertains to documentation docsystem The documentation building system good first issue Indicates a good issue for first-time contributors to Julia

Comments

@sbromberger
Copy link
Contributor

help?> Function
search: Function function functionloc cfunction @functionloc broadcast_function broadcast!_function

  No documentation found.

  Summary:

  abstract Function <: Any

  Subtypes:

  ##1#2
  Base.#!
  Base.#!=
  Base.#!==
...
@tkelman tkelman added the docsystem The documentation building system label Mar 6, 2017
@tkelman
Copy link
Contributor

tkelman commented Mar 6, 2017

maybe we just need to document this type

@ararslan ararslan added docs This change adds or pertains to documentation good first issue Indicates a good issue for first-time contributors to Julia labels Mar 6, 2017
@nsmith5
Copy link
Contributor

nsmith5 commented Apr 30, 2017

Where should this documentation be placed? I took a look for a declaration of Function in /base and couldn't find one.

@tkelman
Copy link
Contributor

tkelman commented Apr 30, 2017

base/doc/basedocs.jl?

@nsmith5
Copy link
Contributor

nsmith5 commented Apr 30, 2017

Yup that looks about right. Thanks

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
docs This change adds or pertains to documentation docsystem The documentation building system good first issue Indicates a good issue for first-time contributors to Julia
Projects
None yet
Development

No branches or pull requests

4 participants