On Fri, Sep 25, 2015 at 9:55 AM, Marcio Sales <[email protected]> wrote:
> Hi,
>
> I have 2 silly (but could find the answer yet) questions about help.
> 1) Is there another way to see help text besides using "?" to change the
> shell mode? I use software like Juno that doesn't allow that. I know that
> methods(function) shows a function's methods, but I wonder if there's
> something simillar to show help..., as help() is not defined.
>

julia> Docs.@repl sin
search: sin sinh sind sinc sinpi asin using isinf asinh asind isinteger

 sin(x)

 Compute sine of x, where x is in radians


> 2) how can I write help text in a function that could be displayed in the
> same way?
>

http://julia.readthedocs.org/en/latest/manual/documentation/

Reply via email to