Skip to content

Commit 6c3ddec

Browse files
committed
Credits.md page was removed but still included in the doc generation script
1 parent b6a4ce1 commit 6c3ddec

1 file changed

Lines changed: 2 additions & 9 deletions

File tree

docs/make.jl

Lines changed: 2 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -22,16 +22,12 @@ makedocs(;
2222
), pages=[
2323
"Home" => "index.md",
2424
"Introduction" => [
25-
#"Organization of the documentation ?"
2625
"Why PlantSimEngine ?" => "./introduction/why_plantsimengine.md",
2726
"Why Julia ?" => "./introduction/why_julia.md",
28-
#"Overview ?"
29-
#"Feature list ? Companion packages ?"
3027
],
3128
"Prerequisites" => [
3229
"Installing and running PlantSimEngine" => "./prerequisites/installing_plantsimengine.md",
33-
"Key Concepts" => "./prerequisites/key_concepts.md", # Key concepts vs terminology ?
34-
#"Setup" ?",
30+
"Key Concepts" => "./prerequisites/key_concepts.md",
3531
"Julia language basics" => "./prerequisites/julia_basics.md",
3632
],
3733
"Step by step - Single-scale simulations" => [
@@ -62,7 +58,7 @@ makedocs(;
6258
"Building a simple plant" => [
6359
"A rudimentary plant simulation" => "./multiscale/multiscale_example_1.md",
6460
"Expanding the plant simulation" => "./multiscale/multiscale_example_2.md",
65-
"Fixing bugs in the plant simulation"=> "./multiscale/multiscale_example_3.md", # TODO illustrate outputs filtering to find the bug
61+
"Fixing bugs in the plant simulation"=> "./multiscale/multiscale_example_3.md",
6662
],
6763
"Visualizing our toy plant with PlantGeom"=> "./multiscale/multiscale_example_4.md",
6864
], "Troubleshooting and testing" => [
@@ -74,14 +70,11 @@ makedocs(;
7470
"Public API" => "./API/API_public.md",
7571
"Example models" => "./API/API_examples.md",
7672
"Internal API" => "./API/API_private.md",],
77-
"Credits" => "credits.md",
7873
"Improving our documentation" => "documentation_improvement.md",
7974
"Developer guidelines" => "developers.md",
8075
"Planned features" => "planned_features.md",
81-
#"developer section TODO"
8276
]
8377
)
84-
# move repeated examples listing to a specific page ?
8578

8679
deploydocs(;
8780
repo="github.com/VirtualPlantLab/PlantSimEngine.jl.git",

0 commit comments

Comments
 (0)