Skip to content

Commit

Permalink
further help removals
Browse files Browse the repository at this point in the history
  • Loading branch information
MikeInnes committed Jul 31, 2015
1 parent 6636796 commit 55339fc
Show file tree
Hide file tree
Showing 5 changed files with 0 additions and 15 deletions.
2 changes: 0 additions & 2 deletions base/docs/basedocs.jl
Original file line number Diff line number Diff line change
Expand Up @@ -16,8 +16,6 @@ const intro = doc"""
For help on a specific function or macro, type `?` followed
by its name, e.g. `?fft`, `?@time` or `?html`, and press
enter.
You can also use `apropos("...")` to search the documentation.
"""

keywords[:help] = keywords[:?] = keywords[:julia] = keywords[:wtf] = intro
Expand Down
2 changes: 0 additions & 2 deletions base/exports.jl
Original file line number Diff line number Diff line change
Expand Up @@ -1076,7 +1076,6 @@ export
symbol,

# help and reflection
apropos,
current_module,
edit,
code_typed,
Expand All @@ -1086,7 +1085,6 @@ export
code_native,
fullname,
functionloc,
help,
isconst,
isgeneric,
isinteractive,
Expand Down
2 changes: 0 additions & 2 deletions contrib/BBEditTextWrangler-julia.plist
Original file line number Diff line number Diff line change
Expand Up @@ -189,7 +189,6 @@
<string>any</string>
<string>any!</string>
<string>append!</string>
<string>apropos</string>
<string>ascii</string>
<string>asec</string>
<string>asecd</string>
Expand Down Expand Up @@ -497,7 +496,6 @@
<string>hash</string>
<string>haskey</string>
<string>hcat</string>
<string>help</string>
<string>hessfact</string>
<string>hessfact!</string>
<string>hex</string>
Expand Down
1 change: 0 additions & 1 deletion doc/DocCheck.jl
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,6 @@

module DocCheck

import Base.Help: init_help, FUNCTION_DICT, MODULE_DICT
import Base: argtype_decl, uncompressed_ast

export isdeprecated, isdocumented, undefined_exports, undocumented, undocumented_by_file, undocumented_rst,
Expand Down
8 changes: 0 additions & 8 deletions doc/stdlib/base.rst
Original file line number Diff line number Diff line change
Expand Up @@ -98,14 +98,6 @@ Getting Around

Like ``include``, except reads code from the given string rather than from a file. Since there is no file path involved, no path processing or fetching from node 1 is done.

.. function:: help(name)

Get help for a function. ``name`` can be an object or a string.

.. function:: apropos(string)

Search documentation for functions related to ``string``.

.. function:: which(f, types)

Returns the method of ``f`` (a ``Method`` object) that would be called for arguments of the given types.
Expand Down

0 comments on commit 55339fc

Please sign in to comment.