Update docs; prepare for v0.4 release

This commit is contained in:
2024-05-21 10:33:51 -05:00
parent c638aaf4ec
commit afcf8cfabb
16 changed files with 330 additions and 224 deletions

View File

@@ -61,6 +61,7 @@ end
function format()
JuliaFormatter.format(basedir, verbose = true)
JuliaFormatter.format("$basedir/../../src", verbose = true)
JuliaFormatter.format("$basedir/../../docs/src", verbose = true)
return
end