hi,

I'm on julia 0.3.6. A Pkg.update() did

*INFO: Upgrading Docile: v0.4.8 => v0.4.13*

*INFO: Upgrading Lexicon: v0.1.4 => v0.1.9*

and everything's fine. you guys work too fast! :-)

sorry about that, my bad. I may have some more reasonable questions later 
on.

florian

On Tuesday, 12 May 2015 11:39:25 UTC+1, Michael Hatherly wrote:
>
> Hi Florian,
>
> > it says `
>
> *ERROR: Index not defined`. *Is that the full output from the error 
> message? When I run the example it doesn't produce an error. What versions 
> of both Lexicon and Docile are you using? Also, is this on Julia 0.3 or 0.4?
>
> -- Mike
>
> On Tuesday, 12 May 2015 12:29:17 UTC+2, Florian Oswald wrote:
>>
>> Hi all,
>>
>> I'm trying to follow the steps outline in the Lexicon documentation 
>> http://lexiconjl.readthedocs.org/en/latest/api/Lexicon/
>>
>> and I am stuck with this:
>>
>> using Lexicon, Docile, Docile.Interface
>> index  = Index()
>> update!(index, save("docs/api/Lexicon.md", Lexicon));
>> update!(index, save("docs/api/Docile.md", Docile));
>> update!(index, save("docs/api/Docile.Interface.md", Docile.Interface));
>> # save a joined Reference-Index
>> save("docs/api/api-index.md", index);
>>
>> it says `*ERROR: Index not defined`. *
>>
>> Where does the Index() function come from?
>>
>> thanks
>> florian
>>
>

Reply via email to