On Fri, 2014-06-27 at 16:53, mike.j.in...@gmail.com wrote: > What would be great is if Docile could have it's own help database, i.e. a > global dict mapping arbitrary objects to Markdown AST objects. Then you can > patch the Base help() function to look there first and fall back to the > helpdb.
That is what I've been working on here https://github.com/JuliaLang/julia/pull/5572 It's in working order, feel free to use it.