Build a quick, searchable documentation browser for any module in Julia!
julia> using Pkg; Pkg.add(url = "https://github.com/emmettgb/DocAnything.jl")
julia> ]
pkg> add https://github.com/emmettgb/DocAnything.jl
julia> using DocAnything
julia> DocAnything.start()
You can load a given module's documentation using the load_doc!(::Module)
method. This will be exported by DocAnything
whenever you use the package.
julia> using Toolips
julia> load_doc!(Toolips)
Toolips