Skip to content

Commit 40811fd

Browse files
committed
Fix some typos and remove reference to Literate (no longer relevant)
1 parent 95d4aea commit 40811fd

5 files changed

Lines changed: 1 addition & 21 deletions

File tree

docs/src/tutorials/from_tree_forest/forest.md

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,3 @@
1-
2-
31
# Forest
42

53
Alejandro Morales & Ana Ernst
@@ -314,7 +312,3 @@ res = calculate_resolution(width = 16.0, height = 16.0, dpi = 1_000)
314312
output = render(mesh, axes = false, size = res)
315313
export_scene(scene = output, filename = "nice_trees.png")
316314
```
317-
318-
---
319-
320-
*This page was generated using [Literate.jl](https://github.com/fredrikekre/Literate.jl).*

docs/src/tutorials/from_tree_forest/growthforest.md

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -459,7 +459,3 @@ And compute the leaf area index:
459459
```julia
460460
get_LAI(forest)
461461
```
462-
463-
---
464-
465-
*This page was generated using [Literate.jl](https://github.com/fredrikekre/Literate.jl).*

docs/src/tutorials/from_tree_forest/photosynthesis.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -165,7 +165,6 @@ rotatey!(soil, pi/2)
165165
VirtualPlantLab.translate!(soil, Vec(0.0, 10.5, 0.0))
166166
VirtualPlantLab.add!(scene, soil, colors = RGB(1,1,0),
167167
materials = Lambertian= 0.0, ρ = 0.21))
168-
#render(scene, backend = "web", resolution = (800, 600))
169168
```
170169

171170
Unlike in the previous example, we can no longer run a single raytracer to

docs/src/tutorials/from_tree_forest/raytracedforest.md

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -281,6 +281,7 @@ function create_sky(;mesh, lat = 52.0*π/180.0, DOY = 182)
281281
end
282282
return dome
283283
end
284+
```
284285

285286
The 3D scene and the light sources are then combined into a `RayTracer` object,
286287
together with general settings for the ray tracing simulation chosen via `RTSettings()`.
@@ -592,7 +593,3 @@ for i in 1:20
592593
end
593594
end
594595
```
595-
596-
---
597-
598-
*This page was generated using [Literate.jl](https://github.com/fredrikekre/Literate.jl).*

docs/src/tutorials/from_tree_forest/tree.md

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,3 @@
1-
2-
31
# Tree
42

53
Alejandro Morales & Ana Ernst
@@ -200,7 +198,3 @@ Further steps will generate a structure that is more tree-like.
200198
newtree = simulate(newtree, getInternode, 15)
201199
render(Mesh(newtree))
202200
```
203-
204-
---
205-
206-
*This page was generated using [Literate.jl](https://github.com/fredrikekre/Literate.jl).*

0 commit comments

Comments
 (0)