Skip to content

Commit

Permalink
New basic tutorial (#610)
Browse files Browse the repository at this point in the history
  • Loading branch information
jkrumbiegel authored Mar 7, 2025
1 parent ab29cb0 commit 38e6708
Show file tree
Hide file tree
Showing 12 changed files with 1,654 additions and 354 deletions.
10 changes: 7 additions & 3 deletions docs/make.jl
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,6 @@ using DocumenterVitepress
using Literate, Glob
using CairoMakie

CairoMakie.activate!(type="svg")

ENV["DATADEPS_ALWAYS_ACCEPT"] = true

DocMeta.setdocmeta!(AlgebraOfGraphics, :DocTestSetup, :(using AlgebraOfGraphics); recursive=true)
Expand All @@ -24,7 +22,13 @@ makedocs(;
pages=Any[
"Home" => "index.md",
"Tutorials" => [
"tutorials/getting-started.md",
"tutorials/intro-i.md",
"tutorials/intro-ii.md",
"tutorials/intro-iii.md",
"tutorials/intro-iv.md",
"tutorials/intro-v.md",
"tutorials/intro-vi.md",
"tutorials/intro-vii.md",
],
"Examples" => [
"Basic Visualizations" => [
Expand Down
2 changes: 1 addition & 1 deletion docs/src/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -66,4 +66,4 @@ Pkg.add("AlgebraOfGraphics")

## First steps

Have a look at the [Getting started 🐧](@ref) tutorial to get to know AlgebraOfGraphics!
Have a look at the [Intro to AoG - I - Fundamentals](@ref) tutorial to get to know AlgebraOfGraphics!
347 changes: 0 additions & 347 deletions docs/src/tutorials/getting-started.md

This file was deleted.

Loading

0 comments on commit 38e6708

Please sign in to comment.