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