[julia-users] Help prompt formatting question

2014-12-13 Thread Mark B
It seems I am missing something on my julia install. At the help prompt the text comes up with a bunch of formatting tags - see below. Is this Latex or seomthing? How do I get it to appear as a nicely formatted graphic or stylized text? Thanks :) help? ifft Base.ifft(A[, dims])

Re: [julia-users] Help prompt formatting question

2014-12-13 Thread Mike Innes
This just happens because the docs are pulled straight out of the manual http://docs.julialang.org/en/latest/stdlib/base/#Base.ifft, which is written in restructured text. The repl help mode doesn't do any processing on the source so you get that. We're in the process of moving to a