From 7915f58c156b7e89b9c27e7cef66139310f7c94a Mon Sep 17 00:00:00 2001 From: Nathanael Wong Date: Sat, 7 Sep 2024 21:56:01 -0400 Subject: [PATCH] Reordering things for documentation --- docs/make.jl | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/docs/make.jl b/docs/make.jl index 924a6e1c..23c17116 100644 --- a/docs/make.jl +++ b/docs/make.jl @@ -39,12 +39,13 @@ makedocs(; "Retrieving GeoRegions" => "basics/read.md", "Predefined GeoRegions" => "basics/predefined.md", "GeoRegion Properties" => "basics/shape.md", + # "Is it in a GeoRegion?" => "basics/isin.md", "Table of GeoRegions" => "basics/tables.md", "Listing All GeoRegions" => "basics/listall.md", ], - "Customizing GeoRegions.jl" => [ + "GeoRegions.jl Tutorials" => [ + "Setup (START HERE)" => "tutorials/setup.md", "Create, Save, Retrieve" => "custom/overview.md", - "Project Setup" => "custom/setup.md", "More on Creation" => [ "Creating RectRegions" => "custom/create/rectregion.md", "Creating PolyRegions" => "custom/create/polyregion.md",