Skip to content

Latest commit

 

History

History
60 lines (37 loc) · 3.19 KB

README.md

File metadata and controls

60 lines (37 loc) · 3.19 KB

Documenter

A documentation generator for Julia.

Documentation PackageEvaluator Build Status

Installation

The package is registered in METADATA.jl and can be installed with Pkg.add.

julia> Pkg.add("Documenter")

Documentation

  • STABLEmost recently tagged version of the documentation.
  • LATESTin-development version of the documentation.

Project Status

The package is tested against Julia 0.6 and current 0.7-dev on Linux, OS X, and Windows.

Support for Julia 0.4 and 0.5 has been dropped in the latest version, but older versions of Documenter may still work with those Julia versions (the 0.8 and 0.11 branches for either Julia version, respectively).

Questions and Contributions

Usage questions can be posted on the Julia Discourse forum under the documenter tag, and/or in the JuliaDocs Gitter chat room.

Contributions are very welcome, as are feature requests and suggestions. Please open an issue if you encounter any problems. The contributing page has a few guidelines that should be followed when opening pull requests and contributing code.