Skip to content

Commit c6bd54a

Browse files
2025 update (#42)
* Update link names Some further minor changes, rephrasings and additions * Use julia 1.11 in workflow * Update copyright years
1 parent ef7c2d7 commit c6bd54a

25 files changed

Lines changed: 236 additions & 2987 deletions

.github/workflows/jupyterbook.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ jobs:
2929
- name: Set up Julia
3030
uses: julia-actions/setup-julia@v1
3131
with:
32-
version: '1.9'
32+
version: '1.11'
3333

3434
- uses: julia-actions/cache@v1
3535
- uses: julia-actions/julia-buildpkg@v1

.gitignore

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,5 +25,6 @@ docs/site/
2525

2626
# Editor and temporary files from Jupyter notebooks / Jupyterbook
2727
.vscode
28-
.ipynb_checkpoints
28+
*/.ipynb_checkpoints
2929
julia-intro/docs/_build
30+
Manifest.toml

0 commit comments

Comments
 (0)