Skip to content

Commit

Permalink
Update make.jl
Browse files Browse the repository at this point in the history
  • Loading branch information
behinger authored Jun 8, 2023
1 parent 1d6bcb3 commit e4cb087
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/make.jl
Original file line number Diff line number Diff line change
Expand Up @@ -36,14 +36,14 @@ makedocs(;
pages=[
"UnfoldMakie Documentation" => "index.md",
"Visualizations-Types" => [
"ERP plot" => "literate/tutorials/erp.md",
"Butterfly Plot" => "tutorials/butterfly.md",
"Designmatrix" => "tutorials/designmatrix.md",
"ERP Image" => "tutorials/erpimage.md",
"Line Plot" => "literate/tutorials/erp.md",
"Parallel Coordinates Plot" => "tutorials/parallelcoordinates.md",
"Topo Plot" => "tutorials/topoplot.md",
"Topo Plot Series" => "tutorials/topoplotseries.md",
"Circular TopoPlot" => "literate/tutorials/circTopo.md",
"Circular TopoPlot" => "literate/tutorials/circTopo.md",
],
"Plot Configuration" => [
"Axis Data" => "config/axis_data.md",
Expand Down

0 comments on commit e4cb087

Please sign in to comment.