Harmonie System Documentation
Welcome to the Harmonie system documentation
Useful links
Github
Contributing
To update a page:
- Click the "Edit on Github" button at the top right of the page
- Edit the markdown file on github.com
- commit (this creates a new branch in your fork) and start a pull request
When adding new pages also add them to docs/pages.jl
so they appear in the navigation bar.
To add a reference:
- Update
docs/references.bib
using<Lastname><Year>
` as the citation key. - Cite paper in markdown using
[<Lastname><Year>](@cite)
Instructions how to build the system documentation locally are here.