Skip to content

Commit bbc9503

Browse files
committed
reorganize dev notebooks
1 parent fed59b4 commit bbc9503

File tree

8 files changed

+6
-4
lines changed

8 files changed

+6
-4
lines changed

docs/make.jl

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -29,8 +29,10 @@ makedocs(;
2929
authors="gaelforget <gforget@mit.edu>",
3030
)
3131

32-
lst=("basics.jl","geography.jl","vectors.jl","JuliaGeoDev/MeshArrays_to_Polygons.jl","JuliaGeoDev/GeometryOps_exploration.jl")
33-
pth=("tutorials","tutorials","tutorials","dev","dev")
32+
lst=("basics.jl","geography.jl","vectors.jl",
33+
"dev/MeshArrays_to_Polygons.jl","dev/GeometryOps_exploration.jl")
34+
pth=("tutorials","tutorials","tutorials",
35+
"dev","dev")
3436

3537
for ii in 1:length(lst)
3638
i=lst[ii]

docs/src/dev.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33

44
## [JuliaGeo](@id id_JuliaGeo)
55

6-
[The Polygons notebook](MeshArrays_to_Polygons.html) ([code link](https://raw.githubusercontent.com/JuliaClimate/MeshArrays.jl/master/examples/JuliaGeoDev/MeshArrays_to_Polygons.jl)) illustrates how grids in `MeshArrays.jl` can be represented as sets of Polygons (2D) or LineStrings (3D) using [GeoInterface.jl](https://github.com/JuliaGeo/GeoInterface.jl).
6+
[The Polygons notebook](MeshArrays_to_Polygons.html) ([code link](https://raw.githubusercontent.com/JuliaClimate/MeshArrays.jl/master/examples/dev/MeshArrays_to_Polygons.jl)) illustrates how grids in `MeshArrays.jl` can be represented as sets of Polygons (2D) or LineStrings (3D) using [GeoInterface.jl](https://github.com/JuliaGeo/GeoInterface.jl).
77

8-
[The GeometryOps notebook](GeometryOps_exploration.html) ([code link](https://raw.githubusercontent.com/JuliaClimate/MeshArrays.jl/master/examples/JuliaGeoDev/GeometryOps_exploration.jl)) has a few more tests with [GeometryOps.jl](https://github.com/JuliaGeo/GeometryOps.jl).
8+
[The GeometryOps notebook](GeometryOps_exploration.html) ([code link](https://raw.githubusercontent.com/JuliaClimate/MeshArrays.jl/master/examples/dev/GeometryOps_exploration.jl)) has a few more tests with [GeometryOps.jl](https://github.com/JuliaGeo/GeometryOps.jl).
99

File renamed without changes.
File renamed without changes.
File renamed without changes.

0 commit comments

Comments
 (0)