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.17.0 on Wednesday 1 April 2026. Using Julia version 1.12.5.