Developer guide
Style guide
- Use
#!for comments that are informative- This helps find code lines commented out in development.
- Using the regexp
^(\s+)?# .+\nseems to work well for finding commented out code lines.
#! for comments that are informative^(\s+)?# .+\n seems to work well for finding commented out code lines.Settings
This document was generated with Documenter.jl version 1.19.0 on Saturday 5 September 2026. Using Julia version 1.12.7.