Add api.md and physical_model.md #16
Triggered via pull request
December 10, 2023 08:29
Status
Failure
Total duration
18m 58s
Artifacts
–
Annotations
1 error and 1 warning
code-style
Process completed with exit code 1.
|
code-style:
docs/make.jl#L7
[JuliaFormatter] reported by reviewdog 🐶
Raw Output:
docs/make.jl:7:- modules=[AsteroidThermoPhysicalModels],
docs/make.jl:8:- repo="https://github.com/Astroshaper/AsteroidThermoPhysicalModels.jl/blob/{commit}{path}#{line}",
docs/make.jl:9:- sitename="AsteroidThermoPhysicalModels.jl",
docs/make.jl:10:- format=Documenter.HTML(;
docs/make.jl:11:- prettyurls=get(ENV, "CI", "false") == "true",
docs/make.jl:12:- canonical="https://Astroshaper.github.io/AsteroidThermoPhysicalModels.jl",
docs/make.jl:13:- assets=["assets/favicon.ico"],
docs/make.jl:12:+ modules = [AsteroidThermoPhysicalModels],
docs/make.jl:13:+ repo = "https://github.com/Astroshaper/AsteroidThermoPhysicalModels.jl/blob/{commit}{path}#{line}",
docs/make.jl:14:+ sitename = "AsteroidThermoPhysicalModels.jl",
docs/make.jl:15:+ format = Documenter.HTML(;
docs/make.jl:16:+ prettyurls = get(ENV, "CI", "false") == "true",
docs/make.jl:17:+ canonical = "https://Astroshaper.github.io/AsteroidThermoPhysicalModels.jl",
docs/make.jl:18:+ assets = ["assets/favicon.ico"],
|