This project is intended to be a supplement to the official julia documentation. When possible, much of the project will be merged into the julia documentation.
This project is a reference.
Reference guides are technical descriptions of the machinery and how to operate it. Reference material is information-oriented.
Example doc page:
See also: Related Issues
- Clone project.
- Init and Build:
julia --project=docs -e "using Pkg; Pkg.develop(PackageSpec(path=pwd())); Pkg.instantiate();"
julia --project=docs docs/make.jl