Skip to content

Latest commit

 

History

History
9 lines (6 loc) · 357 Bytes

README.md

File metadata and controls

9 lines (6 loc) · 357 Bytes

example_code

This is an example on how code should be documented in our project. You can build the corresponding documentation pages using make html inside the doc/ folder.

The built documentation will be available as doc/_build/html/index.html and should be readable with all common web browers.

The builtin test can be run with make doctest.