ah - thank you, I finally got it to work. In the past, I did not call
"using Lexicon" in the REPL first.
I guess, this makes ? behave like @query.
Is there a way to limit how much output is shown? E.g., I may want to
"just" show the docstring, but nothing else?
Thanks for your help. (And also for initialising this documentation
facility - I am writing a large code in Julia, and this will be extremely
useful.)
Christoph
On Tuesday, 16 December 2014 06:47:46 UTC, Michael Hatherly wrote:
>
> Hi Christoph,
>
> The combo of Docile.jl *and* Lexicon.jl
> <https://www.google.com/url?q=https%3A%2F%2Fgithub.com%2FMichaelHatherly%2FLexicon.jl&sa=D&sntz=1&usg=AFQjCNEkdOGypYIYCx2eDpqSVtrT2EeUig>
>
> should give you package help when using the REPL’s ? command in 0.3. Let
> me know if you run into any problems with it. Also, for documenting both
> version 0.3 and 0.4 you should be able to just wrap the Docile import in
> an if statement like so:
>
> if VERSION < v"0.4-"
> using Docile
> end
>
> Hopefully that should “just work”.
>
> — Mike
>
>
> On Tuesday, 16 December 2014 08:17:20 UTC+2, Christoph Ortner wrote:
>>
>>
>> Should the Docile @doc strings be displayed in the REPL using `?` ? Or is
>> this only coming with 0.4?
>>
>> Christoph
>>
>>