I have found the Julia documentation at http://docs.julialang.org/en/release-0.5/manual/
very helpful. It often has documentation that doesn't show up when calling help in the REPL. On Thursday, October 20, 2016 at 2:51:02 PM UTC-7, Phil wrote: > > The normal way to access help on a function in Julia REPL is to type a ? > and then the function name. I have found that the help text in Julia is > meager many times. > Is there any way to get more elaborate help and descriptions of how to use > a certain function in Julia? Something similar to Matlabs Function browser > or Help browser? > > Tnx /Phil >