Skip to content

Commit

Permalink
Updates to documentation ordering
Browse files Browse the repository at this point in the history
  • Loading branch information
natgeo-wong committed Oct 2, 2024
1 parent 88ca5bb commit df7d963
Show file tree
Hide file tree
Showing 7 changed files with 11 additions and 7 deletions.
2 changes: 1 addition & 1 deletion docs/make.jl
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
using Documenter
using DocumenterVitepress
using GeoRegions
using CairoMakie
import CairoMakie

CairoMakie.activate!(type = "svg")

Expand Down
2 changes: 1 addition & 1 deletion docs/src/api/project.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ deleteGeoRegions

## Handling custom lists of GeoRegions.jl

```
```@docs
tableGeoRegions(
fname :: AbstractString
)
Expand Down
Binary file added docs/src/assets/favicon.ico
Binary file not shown.
2 changes: 2 additions & 0 deletions docs/src/basics/index.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
```@raw html
<script setup lang="ts">
import Gallery from "../components/Gallery.vue";
Expand Down Expand Up @@ -51,3 +52,4 @@ const predefined = [
## Predefined GeoRegions
<Gallery :images="predefined" />
```
8 changes: 4 additions & 4 deletions docs/src/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,10 +15,10 @@ hero:
link: /georegions
- theme: alt
text: Basics
link: /basics/read/overview
link: /basics
- theme: alt
text: Tutorials
link: /tutorials/using/isin
link: /tutorials
- theme: alt
text: View on Github
link: https://github.com/GeoRegionsEcosystem/GeoRegions.jl
Expand All @@ -31,8 +31,8 @@ features:
link: /basics/shape
- icon: <img width="64" height="64" src="https://img.icons8.com/arcade/64/markdown.png" alt="markdown"/>
title: Predefined GeoRegions
details: Many predefined Geographic Regions bundled, from the IPCC AR6 report
link: /basics/read/predefined
details: Many predefined Geographic Regions bundled from different datasets
link: /basics/predefined/datasets
- icon: <img width="64" height="64" src="https://img.icons8.com/arcade/64/markdown.png" alt="markdown"/>
title: Customizable
details: Define your own custom Geographic Regions and save them for later
Expand Down
2 changes: 2 additions & 0 deletions docs/src/tutorials/index.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
```@raw html
<script setup lang="ts">
import Gallery from "../components/Gallery.vue";
Expand Down Expand Up @@ -53,3 +54,4 @@ const projects = [
## Predefined GeoRegions
<Gallery :images="projects" />
```
2 changes: 1 addition & 1 deletion docs/src/tutorials/using/ison.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ Sometimes, we don't just want information on whether a point is _inside_ a `GeoR
```@example ison
using GeoRegions
using DelimitedFiles
using CairoMakie
import CairoMakie: Figure, Axis, lines!, scatter!, resize_to_layout!
download("https://raw.githubusercontent.com/natgeo-wong/GeoPlottingData/main/coastline_resl.txt","coast.cst")
coast = readdlm("coast.cst",comments=true)
Expand Down

0 comments on commit df7d963

Please sign in to comment.