Skip to content

Commit

Permalink
Merge pull request JuliaLang#1331 from staticfloat/docslink
Browse files Browse the repository at this point in the history
Include link to documentation in startup banner
  • Loading branch information
JeffBezanson committed Oct 3, 2012
2 parents f996b03 + 5db02cb commit 439e91a
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions base/version.jl
Expand Up @@ -162,9 +162,9 @@ begin
const _jl_version_string = "Version $VERSION"
const _jl_banner_plain =
I" _
_ _ _(_)_ |
(_) | (_) (_) |
_ _ _| |_ __ _ | A fresh approach to technical computing
_ _ _(_)_ | A fresh approach to technical computing
(_) | (_) (_) | Documentation: http://docs.julialang.org
_ _ _| |_ __ _ | Type "help()" to list help topics
| | | | | | |/ _` | |
| | |_| | | | (_| | | $_jl_version_string
_/ |\__'_|_|_|\__'_| | $_jl_commit_string
Expand All @@ -179,9 +179,9 @@ local d3 = "\033[32m" # third dot
local d4 = "\033[35m" # fourth dot
const _jl_banner_color =
"\033[1m $(d3)_
$(d1)_ $(jl)_$(tx) $(d2)_$(d3)(_)$(d4)_$(tx) |
$(d1)(_)$(jl) | $(d2)(_)$(tx) $(d4)(_)$(tx) |
$(jl)_ _ _| |_ __ _$(tx) | A fresh approach to technical computing
$(d1)_ $(jl)_$(tx) $(d2)_$(d3)(_)$(d4)_$(tx) | A fresh approach to technical computing
$(d1)(_)$(jl) | $(d2)(_)$(tx) $(d4)(_)$(tx) | Documentation: http://docs.julialang.org
$(jl)_ _ _| |_ __ _$(tx) | Type "help()" to list help topics
$(jl)| | | | | | |/ _` |$(tx) |
$(jl)| | |_| | | | (_| |$(tx) | $_jl_version_string
$(jl)_/ |\\__'_|_|_|\\__'_|$(tx) | $_jl_commit_string
Expand Down

0 comments on commit 439e91a

Please sign in to comment.