Commit 6b6820e 1 parent a064685 commit 6b6820e Copy full SHA for 6b6820e
File tree 4 files changed +22
-0
lines changed
4 files changed +22
-0
lines changed Original file line number Diff line number Diff line change
1
+ build /
2
+ site /
Original file line number Diff line number Diff line change
1
+ [deps ]
2
+ Documenter = " e30172f5-a6a5-5a46-863b-614d45cd2de4"
Original file line number Diff line number Diff line change
1
+ using Documenter
2
+ using PhytoAgentModel
3
+
4
+ makedocs (
5
+ sitename = " PhytoAgentModel" ,
6
+ format = Documenter. HTML (),
7
+ modules = [PhytoAgentModel]
8
+ )
9
+
10
+ # Documenter can also automatically deploy documentation to gh-pages.
11
+ # See "Hosting Documentation" and deploydocs() in the Documenter manual
12
+ # for more information.
13
+ #= deploydocs(
14
+ repo = "<repository url>"
15
+ )=#
Original file line number Diff line number Diff line change
1
+ # PhytoAgentModel.jl
2
+
3
+ Documentation for PhytoAgentModel.jl
You can’t perform that action at this time.
0 commit comments