Skip to content

Commit

Permalink
remove refs to modules no longer in Base
Browse files Browse the repository at this point in the history
[ci skip]
  • Loading branch information
jakebolewski committed Mar 13, 2015
1 parent 21199e3 commit d87e303
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
2 changes: 1 addition & 1 deletion doc/stdlib/base.rst
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ The Julia standard library contains a range of functions and macros appropriate

Some general notes:

* Except for functions in built-in modules (:mod:`~Base.Pkg`, :mod:`~Base.Collections`, :mod:`~Base.Graphics`,
* Except for functions in built-in modules (:mod:`~Base.Pkg`, :mod:`~Base.Collections`,
:mod:`~Base.Test` and :mod:`~Base.Profile`), all functions documented here are directly available for use in programs.
* To use module functions, use ``import Module`` to import the module, and ``Module.fn(x)`` to use the functions.
* Alternatively, ``using Module`` will import all exported ``Module`` functions into the current namespace.
Expand Down
1 change: 0 additions & 1 deletion doc/stdlib/collections.rst
Original file line number Diff line number Diff line change
Expand Up @@ -561,7 +561,6 @@ Indexable Collections
Fully implemented by:

- :obj:`Array`
- :obj:`DArray`
- :obj:`BitArray`
- :obj:`AbstractArray`
- :obj:`SubArray`
Expand Down

0 comments on commit d87e303

Please sign in to comment.