Skip to content
This repository has been archived by the owner on May 4, 2018. It is now read-only.

Commit

Permalink
add module keywords to doc index. closes JuliaLang#2072
Browse files Browse the repository at this point in the history
  • Loading branch information
JeffBezanson committed Mar 15, 2013
1 parent 77cb605 commit 0e10d66
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions doc/manual/modules.rst
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,8 @@
Modules
*********

.. index:: module, baremodule, using, import, export, importall

Modules in Julia are separate global variable workspaces. They are
delimited syntactically, inside ``module Name ... end``. Modules allow
you to create top-level definitions without worrying about name conflicts
Expand Down

0 comments on commit 0e10d66

Please sign in to comment.