Skip to content

Commit

Permalink
Remove doc references to deprecated package list
Browse files Browse the repository at this point in the history
packages.rst: add link to pkg.julialang.org

Fixes the Sphinx warnings:

julia/doc/manual/packages.rst:7: WARNING:
undefined label: available-packages (if the link has no caption the
label must precede a section header)
julia/doc/stdlib/base.rst:10: WARNING: undefined
label: available-packages (if the link has no caption the label must
precede a section header)
  • Loading branch information
jiahao committed Jun 25, 2014
1 parent 28e8ad3 commit e91294f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion doc/manual/packages.rst
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@

Julia has a built-in package manager for installing add-on functionality written in Julia.
It can also install external libraries using your operating system's standard system for doing so, or by compiling from source.
The list of registered Julia packages can be found at :ref:`available-packages`.
The list of registered Julia packages can be found at `<http://pkg.julialang.org>`_.
All package manager commands are found in the ``Pkg`` module, included in Julia's Base install.

Package Status
Expand Down
2 changes: 1 addition & 1 deletion doc/stdlib/base.rst
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
Introduction
------------

The Julia standard library contains a range of functions and macros appropriate for performing scientific and numerical computing, but is also as broad as those of many general purpose programming languages. Additional functionality is available from a growing collection of :ref:`available-packages`. Functions are grouped by topic below.
The Julia standard library contains a range of functions and macros appropriate for performing scientific and numerical computing, but is also as broad as those of many general purpose programming languages. Additional functionality is available from a growing collection of available packages. Functions are grouped by topic below.

Some general notes:

Expand Down

0 comments on commit e91294f

Please sign in to comment.