Skip to content

Commit

Permalink
Add more materials to documentation (#52)
Browse files Browse the repository at this point in the history
* Start

* Fix error

* Fix README.md

* Add tutorials
  • Loading branch information
huiyuxie authored Sep 22, 2024
1 parent 349b12c commit d8deac8
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion docs/make.jl
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,9 @@ DocMeta.setdocmeta!(TrixiCUDA, :DocTestSetup, :(using TrixiCUDA); recursive = tr

makedocs(sitename = "TrixiCUDA.jl",
pages = [
"Home" => "index.md"
"Home" => "index.md",
"Tutorial 1" => "aws_gpu_setup.md",
"Tutorial 2" => "nsys_profiling.md"
],
format = Documenter.HTML(prettyurls = get(ENV, "CI", nothing) == "true"))

Expand Down

0 comments on commit d8deac8

Please sign in to comment.