Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add Introduction to Trixi Pluto notebook #1

Merged
merged 4 commits into from
Jan 15, 2025
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions .github/workflows/website.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,7 @@ jobs:
run: |
mkdir -p public
cp introduction_to_julia/Introduction_to_Julia.html public/Introduction_to_Julia.html
cp introduction_to_trixi/Introduction_to_Trixi.html public/Introduction_to_Trixi.html
- name: Upload static files as artifact
id: deployment
uses: actions/upload-pages-artifact@v3
Expand Down
8 changes: 8 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -27,3 +27,11 @@ The material for the brief introduction to Julia is contained in the directory
[Pluto.jl](https://github.com/fonsp/Pluto.jl) notebook that can be updated
interactively. You can also see a
[static preview online](https://trixi-framework.github.io/talk-2025-Julia_and_Trixi_in_Frankfurt/Introduction_to_Julia.html).

### Introduction to Trixi.jl

The material for the brief introduction to Trixi.jl is contained in the directory
`introduction_to_trixi` in this repository. It is written as a
[Pluto.jl](https://github.com/fonsp/Pluto.jl) notebook that can be updated
interactively. You can also see a
[static preview online](https://trixi-framework.github.io/talk-2025-Julia_and_Trixi_in_Frankfurt/Introduction_to_Trixi.html).
17 changes: 17 additions & 0 deletions introduction_to_trixi/Introduction_to_Trixi.html

Large diffs are not rendered by default.

Loading