Skip to content

Commit

Permalink
Added geometry notebook
Browse files Browse the repository at this point in the history
  • Loading branch information
peremato committed Apr 10, 2024
1 parent 79a6bee commit 1cfbd66
Show file tree
Hide file tree
Showing 5 changed files with 570 additions and 125 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/jupyterbook.yml
Original file line number Diff line number Diff line change
Expand Up @@ -48,4 +48,4 @@ jobs:
uses: rossjrw/pr-preview-action@v1
with:
source-dir: ./tutorial/docs/_build/html
if: github.event_name == 'pull_request'
# if: github.event_name == 'pull_request'
5 changes: 5 additions & 0 deletions Project.toml
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
[deps]
CairoMakie = "13f3f980-e62b-5c42-98c6-ff1f3baf88f0"
Geant4 = "559df036-b7a0-42fd-85df-7d5dd9d70f44"
GeometryBasics = "5c1252a2-5f33-56bf-86c9-59e7332b4326"
IGLWrap_jll = "283677c1-8365-580c-84e5-ef4b5d190868"
IJulia = "7073ff75-c697-5162-941a-fcdaad2a7d2a"
Parameters = "d96e819e-fc66-5662-9728-84c9c7592b0a"
Rotations = "6038ab10-8711-5258-84ad-4b1120ba62dc"
1 change: 1 addition & 0 deletions tutorial/docs/_toc.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@ parts:
- caption: Introduction to Geant4.jl
chapters:
- file: geant4-jl-intro
- file: geant4-jl-geometry
- caption: Building simulation applications
chapters:
- file: geant4-jl-applications
Expand Down
Loading

0 comments on commit 1cfbd66

Please sign in to comment.