lendle / Lexicon.jl

Julia package documentation generator.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Lexicon

Build Status Build status Coverage Status Lexicon

Lexicon.jl provides access to the documentation created by the @doc macro from Docile.jl. It allows querying of package documentation from the Julia REPL and building HTML documentation.

Installation

Lexicon.jl is available from METADATA and may be installed via:

Pkg.add("Lexicon")

About

Docile.jl retains the documentation layer (@doc, @docstrings, @md_mstr), while Lexicon.jl takes over the presentation of documentation stored by Docile.jl.

Lexicon.jl separates the non-essential parts from Docile.jl so that package load times are not impacted when documenting packages using @doc. See this issue for details regarding the change.

Documentation

Lexicon.jl-generated documentation is available here.

About

Julia package documentation generator.

License:Other


Languages

Language:Julia 97.0%Language:CSS 2.3%Language:JavaScript 0.7%