Skip to content

Latest commit

 

History

History
23 lines (16 loc) · 669 Bytes

CONTRIBUTING.md

File metadata and controls

23 lines (16 loc) · 669 Bytes

Contributing

Pull requests and issues are welcome.

TODOs

Building documentation

The documentation is built using Documenter.jl.

To rebuild, run the following command from the root of the repository:

cd docs && julia --project=. make.jl && cd ..