Skip to content

Latest commit

 

History

History

docs

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 

Documentation for LaplacianOpt.jl

Installation

LaplacianOpt's documentation is generated using Documenter.jl. To install it, run the following command in a Julia session:

Pkg.add("Documenter")
Pkg.add("DocumenterTools")

Building the Docs

To preview the html output of the documents, run the following command:

julia --color=yes make.jl

You can then view the documents in build/index.html.