Update dependencies; switch to Documenter.jl

This commit is contained in:
2022-08-26 13:04:47 -05:00
parent 92d30460b9
commit 19a34fb5d2
23 changed files with 318 additions and 169 deletions

5
deps/formatter/Project.toml vendored Normal file
View File

@@ -0,0 +1,5 @@
[deps]
JuliaFormatter = "98e50ef6-434e-11e9-1051-2b60c6c9e899"
[compat]
JuliaFormatter = "0.14.4"

8
deps/formatter/format.jl vendored Normal file
View File

@@ -0,0 +1,8 @@
using JuliaFormatter
format(
[
"../../src",
"../../test",
],
verbose=true,
)