Skip to content

Commit

Permalink
udpate notebooks
Browse files Browse the repository at this point in the history
  • Loading branch information
lmiq committed Sep 25, 2024
1 parent 641a249 commit 812972e
Show file tree
Hide file tree
Showing 17 changed files with 6,563 additions and 319 deletions.
16 changes: 14 additions & 2 deletions docs/make.jl
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,12 @@ import CRC32

# build html pages of the pluto notebooks, only if the jl was updated
nbs = [
"$(@__DIR__)/src/pluto_notebooks/proteinA_urea.jl",
"$(@__DIR__)/src/pluto_notebooks/rnaset1_urea.jl",
"$(@__DIR__)/src/pluto_notebooks/rnaset1_tmao.jl",
"$(@__DIR__)/src/pluto_notebooks/proteinA_urea.jl",
"$(@__DIR__)/src/pluto_notebooks/proteinA_tmao.jl",
"$(@__DIR__)/src/pluto_notebooks/sh3_urea.jl",
"$(@__DIR__)/src/pluto_notebooks/sh3_tmao.jl",
]
for nb in nbs
checksum_file = tempdir()*"/"*string(open(CRC32.crc32,nb))
Expand All @@ -29,14 +33,22 @@ makedocs(
format=Documenter.HTML(;
mathengine=Documenter.MathJax3(),
size_threshold_ignore=[
"$(@__DIR__)/proteinA_urea.md",
"$(@__DIR__)/rnaset1_urea.md",
"$(@__DIR__)/rnaset1_tmao.md",
"$(@__DIR__)/proteinA_urea.md",
"$(@__DIR__)/proteinA_tmao.md",
"$(@__DIR__)/sh3_urea.md",
"$(@__DIR__)/sh3_tmao.md",
],
),
pages = [
"Home" => "index.md",
"BdpA in urea" => "proteinA_urea.md",
"BdpA in tmao" => "proteinA_tmao.md",
"SH3 in urea" => "sh3_urea.md",
"SH3 in tmao" => "sh3_tmao.md",
"RNase T1 in urea" => "rnaset1_urea.md",
"RNase T1 in tmao" => "rnaset1_tmao.md",
],
)
deploydocs(
Expand Down
18 changes: 18 additions & 0 deletions docs/src/pluto_notebooks/proteinA_tmao.html

Large diffs are not rendered by default.

Loading

0 comments on commit 812972e

Please sign in to comment.