Start implementation of circular model

This commit is contained in:
2023-11-28 10:26:07 -06:00
parent 84bd25b04d
commit 74759bd602
106 changed files with 235 additions and 39025 deletions

View File

@@ -1,17 +0,0 @@
using Documenter, RELOG
function make()
makedocs(
sitename="RELOG",
pages=[
"Home" => "index.md",
"usage.md",
"format.md",
"reports.md",
"model.md",
],
format = Documenter.HTML(
assets=["assets/custom.css"],
)
)
end